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

  /external/skia/src/gpu/gl/
GrGLPath.h 23 class GrGLPath : public GrPath {
36 GrGLPath(GrGLGpu* gpu, const SkPath& path, const GrStrokeInfo& stroke);
GrGLPathRange.cpp 10 #include "GrGLPath.h"
66 GrGLPath::InitPathObjectEmptyPath(gpu, fBasePathID + index);
68 GrGLPath::InitPathObjectPathData(gpu, fBasePathID + index, origSkPath);
69 GrGLPath::InitPathObjectStroke(gpu, fBasePathID + index, fStroke);
96 GrGLPath::InitPathObjectPathData(gpu, fBasePathID + index, *skPath);
GrGLPath.cpp 9 #include "GrGLPath.h"
201 bool GrGLPath::InitPathObjectPathDataCheckingDegenerates(GrGLGpu* gpu, GrGLuint pathID,
206 void GrGLPath::InitPathObjectPathData(GrGLGpu* gpu,
244 void GrGLPath::InitPathObjectStroke(GrGLGpu* gpu, GrGLuint pathID, const GrStrokeInfo& stroke) {
259 void GrGLPath::InitPathObjectEmptyPath(GrGLGpu* gpu, GrGLuint pathID) {
263 GrGLPath::GrGLPath(GrGLGpu* gpu, const SkPath& origSkPath, const GrStrokeInfo& origStroke)
326 void GrGLPath::onRelease() {
335 void GrGLPath::onAbandon() {
GrGLPathRendering.cpp 12 #include "GrGLPath.h"
91 return new GrGLPath(this->gpu(), inPath, stroke);
112 const GrGLPath* glPath = static_cast<const GrGLPath*>(path);
133 const GrGLPath* glPath = static_cast<const GrGLPath*>(path);
  /external/skia/
Android.mk 505 src/gpu/gl/GrGLPath.cpp \

Completed in 704 milliseconds