Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLPath.cpp100 bool lastVerbWasMove = true; // A path with just "close;" means "moveto(0,0); close;" in init_path_object_for_general_path() local
111 lastVerbWasMove = true; in init_path_object_for_general_path()
121 lastVerbWasMove = false; in init_path_object_for_general_path()
132 lastVerbWasMove = false; in init_path_object_for_general_path()
143 lastVerbWasMove = false; in init_path_object_for_general_path()
154 lastVerbWasMove = false; in init_path_object_for_general_path()
161 if (lastVerbWasMove) { in init_path_object_for_general_path()