Searched refs:FillType (Results 1 - 25 of 147) sorted by relevance

123456

/external/skia/src/gpu/ccpr/
H A DGrCCClipProcessor.h23 GrCCClipProcessor(const ClipPath*, MustCheckBounds, SkPath::FillType overrideFillType);
34 const SkPath::FillType fOverrideFillType;
H A DGrCCPathProcessor.h61 GrCCPathProcessor(GrResourceProvider*, sk_sp<GrTextureProxy> atlas, SkPath::FillType);
66 SkPath::FillType fillType() const { return fFillType; }
83 const SkPath::FillType fFillType;
/external/skqp/src/gpu/ccpr/
H A DGrCCClipProcessor.h23 GrCCClipProcessor(const ClipPath*, MustCheckBounds, SkPath::FillType overrideFillType);
34 const SkPath::FillType fOverrideFillType;
H A DGrCCPathProcessor.h61 GrCCPathProcessor(GrResourceProvider*, sk_sp<GrTextureProxy> atlas, SkPath::FillType);
66 SkPath::FillType fillType() const { return fFillType; }
83 const SkPath::FillType fFillType;
/external/skia/src/gpu/
H A DGrDistanceFieldGenFromVector.h33 inline bool IsDistanceFieldSupportedFillType(SkPath::FillType fFillType)
H A DGrPath.h39 GrPathRendering::FillType getFillType() const { return fFillType; }
47 GrPathRendering::FillType fFillType;
/external/skqp/src/gpu/
H A DGrDistanceFieldGenFromVector.h33 inline bool IsDistanceFieldSupportedFillType(SkPath::FillType fFillType)
H A DGrPath.h39 GrPathRendering::FillType getFillType() const { return fFillType; }
47 GrPathRendering::FillType fFillType;
/external/skia/tests/
H A DPathOpsInverseTest.cpp16 one.setFillType((SkPath::FillType) oneFill);
23 two.setFillType((SkPath::FillType) twoFill);
/external/skqp/tests/
H A DPathOpsInverseTest.cpp16 one.setFillType((SkPath::FillType) oneFill);
23 two.setFillType((SkPath::FillType) twoFill);
/external/skia/experimental/svg/model/
H A DSkSVGShape.h29 SkPath::FillType) const = 0;
H A DSkSVGPath.h25 SkPath::FillType) const override;
H A DSkSVGPoly.h33 SkPath::FillType) const override;
H A DSkSVGCircle.h29 SkPath::FillType) const override;
H A DSkSVGEllipse.h30 SkPath::FillType) const override;
H A DSkSVGLine.h30 SkPath::FillType) const override;
H A DSkSVGPath.cpp29 SkPath::FillType fillType) const {
H A DSkSVGPoly.cpp36 SkPath::FillType fillType) const {
H A DSkSVGRect.h32 SkPath::FillType) const override;
/external/skqp/experimental/svg/model/
H A DSkSVGShape.h29 SkPath::FillType) const = 0;
H A DSkSVGPath.h25 SkPath::FillType) const override;
H A DSkSVGPoly.h33 SkPath::FillType) const override;
H A DSkSVGCircle.h29 SkPath::FillType) const override;
/external/skia/src/gpu/ops/
H A DGrStencilPathOp.h24 GrPathRendering::FillType fillType,
45 GrPathRendering::FillType fillType,
67 GrPathRendering::FillType fFillType;
/external/skqp/src/gpu/ops/
H A DGrStencilPathOp.h24 GrPathRendering::FillType fillType,
45 GrPathRendering::FillType fillType,
67 GrPathRendering::FillType fFillType;

Completed in 317 milliseconds

123456