Searched refs:GrGLPath (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/gpu/gl/ |
D | GrGLPathRange.cpp | 65 GrGLPath::InitPathObjectEmptyPath(gpu, fBasePathID + index); in onInitPath() 67 GrGLPath::InitPathObjectPathData(gpu, fBasePathID + index, origSkPath); in onInitPath() 68 GrGLPath::InitPathObjectStroke(gpu, fBasePathID + index, fStyle.strokeRec()); in onInitPath() 88 GrGLPath::InitPathObjectPathData(gpu, fBasePathID + index, *skPath); in onInitPath()
|
D | GrGLPath.cpp | 211 bool GrGLPath::InitPathObjectPathDataCheckingDegenerates(GrGLGpu* gpu, GrGLuint pathID, in InitPathObjectPathDataCheckingDegenerates() 216 void GrGLPath::InitPathObjectPathData(GrGLGpu* gpu, in InitPathObjectPathData() 255 void GrGLPath::InitPathObjectStroke(GrGLGpu* gpu, GrGLuint pathID, const SkStrokeRec& stroke) { in InitPathObjectStroke() 268 void GrGLPath::InitPathObjectEmptyPath(GrGLGpu* gpu, GrGLuint pathID) { in InitPathObjectEmptyPath() 272 GrGLPath::GrGLPath(GrGLGpu* gpu, const SkPath& origSkPath, const GrStyle& style) in GrGLPath() function in GrGLPath 332 void GrGLPath::onRelease() { in onRelease() 341 void GrGLPath::onAbandon() { in onAbandon()
|
D | GrGLPath.h | 23 class GrGLPath : public GrPath { 36 GrGLPath(GrGLGpu*, const SkPath&, const GrStyle&);
|
D | GrGLPathRendering.cpp | 110 return sk_make_sp<GrGLPath>(this->gpu(), inPath, style); in createPath() 130 const GrGLPath* glPath = static_cast<const GrGLPath*>(path); in onStencilPath() 154 const GrGLPath* glPath = static_cast<const GrGLPath*>(path); in onDrawPath()
|
/external/skia/gn/ |
D | gpu.gni | 414 "$_src/gpu/gl/GrGLPath.cpp", 415 "$_src/gpu/gl/GrGLPath.h",
|
/external/skia/ |
D | Android.bp | 474 "src/gpu/gl/GrGLPath.cpp",
|