Searched refs:GrGLPath (Results 1 – 7 of 7) sorted by relevance
/third_party/flutter/skia/src/gpu/gl/ |
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() 343 void GrGLPath::onAbandon() { in onAbandon()
|
D | GrGLPathRendering.cpp | 83 return sk_make_sp<GrGLPath>(this->gpu(), inPath, style); in createPath() 98 const GrGLPath* glPath = static_cast<const GrGLPath*>(path); in onStencilPath() 124 const GrGLPath* glPath = static_cast<const GrGLPath*>(path); in onDrawPath()
|
D | GrGLPath.h | 23 class GrGLPath : public GrPath { 36 GrGLPath(GrGLGpu*, const SkPath&, const GrStyle&);
|
/third_party/flutter/skia/gn/ |
D | gpu.gni | 602 "$_src/gpu/gl/GrGLPath.cpp", 603 "$_src/gpu/gl/GrGLPath.h",
|
/third_party/flutter/build/skia/ohos/ |
D | BUILD.gn | 911 "$flutter_root/skia/src/gpu/gl/GrGLPath.cpp",
|
/third_party/flutter/build/skia/ |
D | BUILD.gn | 1512 "$flutter_root/skia/src/gpu/gl/GrGLPath.cpp",
|
/third_party/flutter/engine/flutter/ci/licenses_golden/ |
D | licenses_skia | 2484 FILE: ../../../third_party/skia/src/gpu/gl/GrGLPath.cpp 2485 FILE: ../../../third_party/skia/src/gpu/gl/GrGLPath.h
|