Searched refs:make_Q (Results 1 – 1 of 1) sorted by relevance
/external/skia/tests/ |
D | EmptyPathTest.cpp | 112 static void make_Q(SkPath* path) { path->moveTo(CX, CY); path->quadTo(CX, CY, CX, CY); } in make_Q() function 127 make_empty, make_M, make_MM, make_MZM, make_L, make_Q, make_C in test_emptydrawing() 143 bool allowCaps = make_L == gMakeProc[i] || make_Q == gMakeProc[i] in test_emptydrawing()
|