Home
last modified time | relevance | path

Searched defs:pathDir (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/ringtone_library/test/unittest/ringtone_utils_test/src/
H A Dringtone_file_utils_test.cpp199 const string pathDir = "/data/ringtone/ringtoneFileUtils_RemoveDirectory_Test_001"; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_path.cpp81 SkPathDirection pathDir = static_cast<SkPathDirection>(direction); in ArcTo() local
125 SkPathDirection pathDir = static_cast<SkPathDirection>(direction); in RArcTo() local
151 SkPathDirection pathDir = static_cast<SkPathDirection>(dir); in AddRect() local
152 path_.addRect(SkRect::MakeLTRB(left, top, right, bottom), pathDir); in AddRect() local
158 SkPathDirection pathDir = static_cast<SkPathDirection>(dir); in AddRect() local
159 path_.addRect(SkRect::MakeLTRB(rect.GetLeft(), rect.GetTop(), rect.GetRight(), rect.GetBottom()), pathDir, start); in AddRect() local
165 SkPathDirection pathDir = static_cast<SkPathDirection>(dir); in AddOval() local
166 path_.addOval(SkRect::MakeLTRB(left, top, right, bottom), pathDir); in AddOval() local
172 SkPathDirection pathDir = static_cast<SkPathDirection>(dir); AddOval() local
173 path_.addOval(SkRect::MakeLTRB(left, top, right, bottom), pathDir, start); AddOval() local
195 SkPathDirection pathDir = static_cast<SkPathDirection>(dir); AddCircle() local
203 SkPathDirection pathDir = static_cast<SkPathDirection>(dir); AddRoundRect() local
204 path_.addRoundRect(SkRect::MakeLTRB(left, top, right, bottom), xRadius, yRadius, pathDir); AddRoundRect() local
210 SkPathDirection pathDir = static_cast<SkPathDirection>(dir); AddRoundRect() local
[all...]

Completed in 2 milliseconds