Home
last modified time | relevance | path

Searched defs:drawStyle (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_canvas.cpp1102 Style drawStyle = StyleDefault::GetDefaultStyle(); in DoDrawRect() local
1168 Style drawStyle = StyleDefault::GetDefaultStyle(); in DoFillRect() local
1187 Style drawStyle = StyleDefault::GetDefaultStyle(); in DoDrawCircle() local
1231 Style drawStyle = StyleDefault::GetDefaultStyle(); in DoDrawArc() local
1451 Style drawStyle; in MeasureText() local
1507 Style drawStyle = style; in DoDrawText() local
H A Dui_chart.cpp351 Style drawStyle = StyleDefault::GetDefaultStyle(); in DoDrawPoint() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/impl/
H A Ddrawing_painter_impl.cpp42 Drawing::Paint::PaintStyle drawStyle = Drawing::Paint::PAINT_STROKE) in ConvertDecorStyle()