Home
last modified time | relevance | path

Searched refs:GrPathFill (Results 1 – 14 of 14) sorted by relevance

/external/skia/gpu/include/
DGrPathRenderer.h41 GrPathFill fill) const = 0;
60 GrPathFill fill,
83 GrPathFill fill) const { return false; } in requiresStencilPass()
105 GrPathFill fill, in drawPathToStencil()
116 GrPathFill fill) { return false; } in supportsAA()
141 GrPathFill fill) const { return true; } in canDrawPath()
146 GrPathFill fill,
150 GrPathFill fill) const;
153 GrPathFill fill,
160 GrPathFill fill,
DGrTesselatedPathRenderer.h29 GrPathFill fill,
33 GrPathFill fill) const;
37 GrPathFill fill) const { return false; } in requiresStencilPass()
40 GrPathFill fill,
44 GrPathFill fill);
DGrTypes.h423 enum GrPathFill { enum
433 static inline GrPathFill NonInvertedFill(GrPathFill fill) { in NonInvertedFill()
434 static const GrPathFill gNonInvertedFills[] = { in NonInvertedFill()
450 static inline bool IsFillInverted(GrPathFill fill) { in IsFillInverted()
DGrClip.h58 GrPathFill getPathFill(int i) const { in getPathFill()
118 GrPathFill fPathFill;
DGrClipIterator.h56 virtual GrPathFill getPathFill() const = 0;
DGrContext.h318 void drawPath(const GrPaint& paint, const GrPath& path, GrPathFill fill,
567 GrPathRenderer* getPathRenderer(const GrDrawTarget*, const GrPath&, GrPathFill);
DGrGpu.h522 GrPathRenderer* getClipPathRenderer(const SkPath& path, GrPathFill fill);
/external/skia/gpu/src/
DGrPathRenderer.cpp157 GrPathFill fill) { in single_pass_path()
179 GrPathFill fill) const { in requiresStencilPass()
186 GrPathFill fill, in onDrawPath()
435 GrPathFill fill, in drawPath()
442 GrPathFill fill, in drawPathToStencil()
DGrTesselatedPathRenderer.cpp67 static unsigned fill_type_to_glu_winding_rule(GrPathFill fill) { in fill_type_to_glu_winding_rule()
131 GrPathFill fill, in drawPath()
336 GrPathFill fill) const { in canDrawPath()
342 GrPathFill fill, in drawPathToStencil()
349 GrPathFill fill) { in supportsAA()
DGrGpu.cpp448 GrPathFill fill; in setupClipAndFlushState()
551 GrPathFill fill) { in getClipPathRenderer()
DGrContext.cpp1172 GrPathFill fill, const GrPoint* translate) { in drawPath()
1516 GrPathFill fill) { in getPathRenderer()
/external/skia/include/gpu/
DSkGr.h160 virtual GrPathFill getPathFill() const;
201 virtual GrPathFill getPathFill() const { in getPathFill()
/external/skia/src/gpu/
DSkGr.cpp167 GrPathFill SkGrClipIterator::getPathFill() const { in getPathFill()
DSkGpuDevice.cpp867 GrPathFill fill = kHairLine_PathFill; in drawPath()