Searched refs:make_L (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/tests/ |
D | EmptyPathTest.cpp | 111 static void make_L(SkPath* path) { path->moveTo(CX, CY).lineTo(CX, CY); } in make_L() 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()
|
/third_party/flutter/skia/tests/ |
D | EmptyPathTest.cpp | 111 static void make_L(SkPath* path) { path->moveTo(CX, CY).lineTo(CX, CY); } in make_L() 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()
|