Searched refs:TransformBounds (Results 1 - 6 of 6) sorted by relevance

/haiku/src/servers/app/drawing/Painter/
H A DTransformable.h56 BRect TransformBounds(const BRect& bounds) const;
H A DAGGTextRenderer.cpp281 glyphBounds = fTransform.TransformBounds(glyphBounds);
414 return transform.TransformBounds(renderer.Bounds());
453 return transform.TransformBounds(renderer.Bounds());
H A DPainter.h370 rect = fTransform.TransformBounds(rect);
399 rect = fTransform.TransformBounds(rect);
H A DTransformable.cpp244 Transformable::TransformBounds(const BRect& bounds) const function in class:Transformable
/haiku/src/libs/icon/transformable/
H A DTransformable.h69 BRect TransformBounds(BRect bounds) const;
H A DTransformable.cpp229 Transformable::TransformBounds(BRect bounds) const function in class:Transformable

Completed in 91 milliseconds