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

  /external/skia/src/gpu/
GrAAConvexPathRenderer.h 17 GrPathFill fill,
22 GrPathFill fill,
GrTesselatedPathRenderer.h 20 GrPathFill fill,
25 GrPathFill fill,
GrPathRenderer.h 76 GrPathFill fill,
82 GrPathFill fill,
97 GrPathFill fill,
120 GrPathFill fill,
127 GrPathFill fill,
GrDefaultPathRenderer.h 25 GrPathFill fill,
29 GrPathFill fill,
34 GrPathFill fill,
40 GrPathFill fill,
47 GrPathFill fill,
54 GrPathFill fill,
GrAAHairLinePathRenderer.h 21 GrPathFill fill,
26 GrPathFill fill,
GrPathRendererChain.h 44 GrPathFill fill,
GrDefaultPathRenderer.cpp 153 static inline bool single_pass_path(const GrPath& path, GrPathFill fill) {
165 GrPathFill fill,
170 static inline void append_countour_edge_indices(GrPathFill fillType,
185 GrPathFill fill,
339 GrPathFill fill,
521 GrPathFill fill,
530 GrPathFill fill,
544 GrPathFill fill,
GrPathRendererChain.cpp 35 GrPathFill fill,
SkGr.cpp 184 GrPathFill SkGrClipIterator::getPathFill() const {
GrTesselatedPathRenderer.cpp 270 static unsigned fill_type_to_glu_winding_rule(GrPathFill fill) {
351 GrPathFill fill,
604 GrPathFill fill,
GrGpu.h 538 GrPathRenderer* getClipPathRenderer(const SkPath& path, GrPathFill fill);
GrAAConvexPathRenderer.cpp 410 GrPathFill fill,
423 GrPathFill fill,
GrAAHairLinePathRenderer.cpp 575 GrPathFill fill,
592 GrPathFill fill,
GrGpu.cpp 622 GrPathFill fill;
734 GrPathFill fill) {
    [all...]
GrContext.cpp     [all...]
SkGpuDevice.cpp 685 static GrPathFill skToGrFillType(SkPath::FillType fillType) {
    [all...]
  /external/skia/include/gpu/
GrClipIterator.h 49 virtual GrPathFill getPathFill() const = 0;
GrClip.h 51 GrPathFill getPathFill(int i) const {
113 GrPathFill fPathFill;
GrTypes.h 559 enum GrPathFill {
569 static inline GrPathFill GrNonInvertedFill(GrPathFill fill) {
570 static const GrPathFill gNonInvertedFills[] = {
586 static inline bool GrIsFillInverted(GrPathFill fill) {
SkGr.h 125 virtual GrPathFill getPathFill() const;
166 virtual GrPathFill getPathFill() const {
GrContext.h 407 void drawPath(const GrPaint& paint, const GrPath& path, GrPathFill fill,
702 GrPathFill fill,
    [all...]

Completed in 175 milliseconds