Searched refs:verbNames (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/docs/examples/ |
H A D | Conic_Weight_c.cpp | 7 const char* verbNames[] = { "move", "line", "quad", "conic", "cubic", "close", "done" }; in REG_FIDDLE() local 16 SkDebugf("%s ", verbNames[(int) verb]); in REG_FIDDLE()
|
H A D | Conic_Weight_a.cpp | 7 const char* verbNames[] = { "move", "line", "quad", "conic", "cubic", "close", "done" }; in REG_FIDDLE() local 16 SkDebugf("%s ", verbNames[(int) verb]); in REG_FIDDLE()
|
H A D | Conic_Weight_b.cpp | 7 const char* verbNames[] = { "move", "line", "quad", "conic", "cubic", "close", "done" }; in REG_FIDDLE() local 16 SkDebugf("%s ", verbNames[(int) verb]); in REG_FIDDLE()
|
Completed in 1 milliseconds