Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLPath.cpp108 bool lastVerbWasMove = true; // A path with just "close;" means "moveto(0,0); close;" in init_path_object_for_general_path() local
119 lastVerbWasMove = true; in init_path_object_for_general_path()
129 lastVerbWasMove = false; in init_path_object_for_general_path()
140 lastVerbWasMove = false; in init_path_object_for_general_path()
151 lastVerbWasMove = false; in init_path_object_for_general_path()
162 lastVerbWasMove = false; in init_path_object_for_general_path()
169 if (lastVerbWasMove) { in init_path_object_for_general_path()