Searched refs:gProc (Results 1 – 1 of 1) sorted by relevance
172 void (*gProc[])(OH_Drawing_Path * path, DrawRect rect) = { in OnTestFunction() local199 for (size_t x = 0; x < sizeof(gProc) / sizeof(gProc[0]); ++x) { in OnTestFunction()203 gProc[x](path, r); in OnTestFunction()