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*, GrGLuint pathID, const SkStrokeRec&);
DGrGLPathRange.cpp68 GrGLPath::InitPathObjectStroke(gpu, fBasePathID + index, fStyle.strokeRec()); in onInitPath()
DGrGLPath.cpp255 void GrGLPath::InitPathObjectStroke(GrGLGpu* gpu, GrGLuint pathID, const SkStrokeRec& stroke) { in InitPathObjectStroke() function in GrGLPath
325 InitPathObjectStroke(gpu, fPathID, stroke); in GrGLPath()