Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Ddashing.cpp172 void (*gProc[])(OH_Drawing_Path * path, DrawRect rect) = { in OnTestFunction() local
199 for (size_t x = 0; x < sizeof(gProc) / sizeof(gProc[0]); ++x) { in OnTestFunction()
203 gProc[x](path, r); in OnTestFunction()