Home
last modified time | relevance | path

Searched refs:HasStrokeStyle (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/paint_fuzzer/
H A Dpaint_fuzzer.cpp58 paint.HasStrokeStyle(); in PaintFuzzTest001()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/
H A Dpaint.h49 bool HasStrokeStyle() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_paint.cpp141 if (paint.HasStrokeStyle()) { in PaintToSkPaint()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H A Dpaint.cpp142 bool Paint::HasStrokeStyle() const in HasStrokeStyle() function in OHOS::Rosen::Drawing::Paint
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Ddraw_cmd.cpp227 if (!paint.HasStrokeStyle()) { in GeneratePaintFromHandle()
270 if (!paint.HasStrokeStyle()) { in GenerateHandleFromPaint()