Home
last modified time | relevance | path

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

/external/skia/tests/
DEmptyPathTest.cpp126 static void (*gMakeProc[])(SkPath*) = { in test_emptydrawing() local
136 for (size_t i = 0; i < SK_ARRAY_COUNT(gMakeProc); ++i) { in test_emptydrawing()
138 gMakeProc[i](&path); in test_emptydrawing()
143 bool allowCaps = make_L == gMakeProc[i] || make_Q == gMakeProc[i] in test_emptydrawing()
144 || make_C == gMakeProc[i] || make_MZM == gMakeProc[i]; in test_emptydrawing()