Home
last modified time | relevance | path

Searched refs:pathBounds (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Dshadowutils.cpp273 DrawRect pathBounds = param.pathsBounds[pathCounter]; in draw_star() local
274 float dx = pathBounds.Width() + kHeight + kPad; in draw_star()
305 dy = std::max(dy, pathBounds.Height() + kPad + kHeight); in draw_star()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_svg_painter.cpp845 auto& pathBounds = path.getBounds(); in MeasureTextPathBounds() local
846 bounds.SetWidth(fmax(pathBounds.right(), bounds.Width())); in MeasureTextPathBounds()
847 bounds.SetHeight(fmax(pathBounds.bottom(), bounds.Height())); in MeasureTextPathBounds()
881 auto& pathBounds = path.getBounds(); in MeasureTextPathBounds() local
882 bounds.SetWidth(fmax(pathBounds.right(), bounds.Width())); in MeasureTextPathBounds()
883 bounds.SetHeight(fmax(pathBounds.bottom(), bounds.Height())); in MeasureTextPathBounds()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_canvas_autocache.cpp407 const SkRect& pathBounds = path.getBounds(); in onDrawPath() local
408 if (!RecordDrawArea(pathBounds, paint)) { in onDrawPath()