Searched refs:arcLarge (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_path.cpp | 82 SkPath::ArcSize arcLarge = SkPath::ArcSize::kSmall_ArcSize; in ArcTo() local 83 path_.arcTo(rx, ry, angle, arcLarge, pathDir, endX, endY); in ArcTo() 126 SkPath::ArcSize arcLarge = SkPath::ArcSize::kSmall_ArcSize; in RArcTo() local 127 path_.arcTo(rx, ry, angle, arcLarge, pathDir, dx, dy); in RArcTo()
|