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

  /external/skia/gpu/include/
GrPath.h 24 typedef SkPath GrPath;
GrTesselatedPathRenderer.h 28 const GrPath& path,
32 const GrPath& path,
36 const GrPath& path,
39 const GrPath& path,
43 const GrPath& path,
GrClipIterator.h 21 #include "GrPath.h"
50 virtual const GrPath* getPath() = 0;
GrClip.h 23 #include "GrPath.h"
53 const GrPath& getPath(int i) const {
117 GrPath fPath;
GrGlyph.h 21 #include "GrPath.h"
36 GrPath* fPath;
GrContext.h 318 void drawPath(const GrPaint& paint, const GrPath& path, GrPathFill fill,
567 GrPathRenderer* getPathRenderer(const GrDrawTarget*, const GrPath&, GrPathFill);
  /external/skia/gpu/src/
GrPathUtils.h 22 #include "GrPath.h"
29 static int worstCasePointCount(const GrPath&,
gr_unittests.cpp 23 #include "GrPath.h"
153 GrPath testPath;
154 GrPath::Iter testIter;
156 GrPath pt;
164 GrPath line;
173 GrPath triLeft;
183 GrPath triRight;
193 GrPath square;
204 GrPath redundantSquare;
223 GrPath bowTie
    [all...]
GrPathRenderer.cpp 156 const GrPath& path,
178 const GrPath& path,
185 const GrPath& path,
434 const GrPath& path,
441 const GrPath& path,
GrTextContext.cpp 207 GrPath* path = new GrPath;
GrPathUtils.cpp 107 int GrPathUtils::worstCasePointCount(const GrPath& path, int* subpaths,
GrGpu.cpp 459 const GrPath* clipPath = NULL;
550 GrPathRenderer* GrGpu::getClipPathRenderer(const GrPath& path,
GrTesselatedPathRenderer.cpp 130 const GrPath& path,
GrContext.cpp     [all...]
  /external/skia/include/gpu/
SkGr.h 28 #include "GrPath.h"
156 virtual const GrPath* getPath() {
196 virtual const GrPath* getPath() {
223 virtual bool getGlyphPath(uint16_t glyphID, GrPath*);
  /external/skia/src/gpu/
SkGrFontScaler.cpp 167 bool SkGrFontScaler::getGlyphPath(uint16_t glyphID, GrPath* path) {

Completed in 227 milliseconds