Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLPath.h31 static void InitPathObjectStroke(GrGLGpu* gpu, GrGLuint pathID, const GrStrokeInfo& stroke);
DGrGLPathRange.cpp69 GrGLPath::InitPathObjectStroke(gpu, fBasePathID + index, fStroke); in onInitPath()
DGrGLPath.cpp244 void GrGLPath::InitPathObjectStroke(GrGLGpu* gpu, GrGLuint pathID, const GrStrokeInfo& stroke) { in InitPathObjectStroke() function in GrGLPath
316 InitPathObjectStroke(gpu, fPathID, *stroke); in GrGLPath()