Home
last modified time | relevance | path

Searched refs:PATH_THREE (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkpen_fuzzer/
H A Dpen_fuzzer.cpp42 constexpr uint32_t PATH_THREE = 3; member
102 OH_Drawing_PenSetCap(nullptr, static_cast<OH_Drawing_PenLineCapStyle>(enum_1 % PATH_THREE)); in PenFuzzTest001()
103 OH_Drawing_PenSetCap(pen, static_cast<OH_Drawing_PenLineCapStyle>(enum_1 % PATH_THREE)); in PenFuzzTest001()
107 OH_Drawing_PenSetJoin(nullptr, static_cast<OH_Drawing_PenLineJoinStyle>(enum_1 % PATH_THREE)); in PenFuzzTest001()
108 OH_Drawing_PenSetJoin(pen, static_cast<OH_Drawing_PenLineJoinStyle>(enum_1 % PATH_THREE)); in PenFuzzTest001()
/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_worker.cpp59 const int PATH_THREE = 3; member
198 realPath = uri.substr(PATH_THREE); in operator ()()

Completed in 2 milliseconds