Searched refs:bounding_rect (Results 1 - 10 of 10) sorted by relevance

/haiku-fatelf/headers/libs/agg/
H A Dagg_bounding_rect.h16 // bounding_rect function template
27 //-----------------------------------------------------------bounding_rect
29 bool bounding_rect(VertexSource& vs, GetId& gi, function in namespace:agg
H A Dagg_path_storage_integer.h167 rect_d bounding_rect() const function in class:agg::path_storage_integer
/haiku-fatelf/src/libs/icon/shape/
H A DShape.cpp456 agg::bounding_rect(transformedSource, pathID, 0, 1,
H A DVectorPath.cpp804 agg::bounding_rect(curve, pathID, 0, 1, &left, &top, &right, &bottom);
/haiku-fatelf/src/libs/agg/font_freetype/
H A Dagg_font_freetype.cpp972 rect_d bnd = m_path32.bounding_rect();
993 rect_d bnd = m_path16.bounding_rect();
/haiku-fatelf/src/apps/icon-o-matic/import_export/svg/
H A DDocumentBuilder.cpp473 agg::bounding_rect(transformedPaths, *this, 0, pathCount,
/haiku-fatelf/src/servers/app/
H A DServerFont.cpp719 agg::bounding_rect(fTransformedOutline, pathID, 0, 1,
/haiku-fatelf/src/servers/app/font/
H A DFontEngine.cpp696 agg::rect_d bounds = fPath.bounding_rect();
/haiku-fatelf/src/tests/servers/app/painter/
H A DPainter.cpp1363 agg::bounding_rect(path, pathID, 0, 1, &left, &top, &right, &bottom);
/haiku-fatelf/src/servers/app/drawing/Painter/
H A DPainter.cpp2834 agg::bounding_rect(path, pathID, 0, 1, &left, &top, &right, &bottom);

Completed in 182 milliseconds