HomeSort by relevance Sort by last modified time
    Searched refs:pathCommands (Results 1 - 3 of 3) sorted by null

  /external/skia/src/gpu/gl/
GrGLPath.cpp 106 SkSTArray<16, GrGLubyte, true> pathCommands(verbCnt);
113 pathCommands.push_back(verb_to_gl_path_cmd(verb));
184 SkASSERT(verbCnt == pathCommands.count());
188 PathCommands(pathID, pathCommands.count(), pathCommands.begin(),
227 SkSTArray<16, GrGLubyte, true> pathCommands(verbCnt);
232 pathCommands.resize_back(verbCnt);
235 skPath.getVerbs(&pathCommands[0], verbCnt);
239 SkPath::Verb v = static_cast<SkPath::Verb>(pathCommands[i])
    [all...]
GrGLTestInterface.cpp 181 fFunctions.fPathCommands = bind_to_member(this, &GrGLTestInterface::pathCommands);
GrGLTestInterface.h 186 virtual GrGLvoid pathCommands(GrGLuint path, GrGLsizei numCommands, const GrGLubyte *commands, GrGLsizei numCoords, GrGLenum coordType, const GrGLvoid *coords) {}
    [all...]

Completed in 299 milliseconds