Searched refs:GrPathFill (Results 1 – 14 of 14) sorted by relevance
/external/skia/gpu/include/ |
D | GrPathRenderer.h | 41 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,
|
D | GrTesselatedPathRenderer.h | 29 GrPathFill fill, 33 GrPathFill fill) const; 37 GrPathFill fill) const { return false; } in requiresStencilPass() 40 GrPathFill fill, 44 GrPathFill fill);
|
D | GrTypes.h | 423 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()
|
D | GrClip.h | 58 GrPathFill getPathFill(int i) const { in getPathFill() 118 GrPathFill fPathFill;
|
D | GrClipIterator.h | 56 virtual GrPathFill getPathFill() const = 0;
|
D | GrContext.h | 318 void drawPath(const GrPaint& paint, const GrPath& path, GrPathFill fill, 567 GrPathRenderer* getPathRenderer(const GrDrawTarget*, const GrPath&, GrPathFill);
|
D | GrGpu.h | 522 GrPathRenderer* getClipPathRenderer(const SkPath& path, GrPathFill fill);
|
/external/skia/gpu/src/ |
D | GrPathRenderer.cpp | 157 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()
|
D | GrTesselatedPathRenderer.cpp | 67 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()
|
D | GrGpu.cpp | 448 GrPathFill fill; in setupClipAndFlushState() 551 GrPathFill fill) { in getClipPathRenderer()
|
D | GrContext.cpp | 1172 GrPathFill fill, const GrPoint* translate) { in drawPath() 1516 GrPathFill fill) { in getPathRenderer()
|
/external/skia/include/gpu/ |
D | SkGr.h | 160 virtual GrPathFill getPathFill() const; 201 virtual GrPathFill getPathFill() const { in getPathFill()
|
/external/skia/src/gpu/ |
D | SkGr.cpp | 167 GrPathFill SkGrClipIterator::getPathFill() const { in getPathFill()
|
D | SkGpuDevice.cpp | 867 GrPathFill fill = kHairLine_PathFill; in drawPath()
|