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

1234

/external/chromium_org/third_party/skia/src/gpu/
H A DGrPathRendering.h114 virtual void stencilPath(const GrPath*, SkPath::FillType) = 0;
115 virtual void drawPath(const GrPath*, SkPath::FillType) = 0;
117 const float transforms[], PathTransformType, SkPath::FillType) = 0;
H A DGrInOrderDrawBuffer.h121 SkPath::FillType fFill;
132 SkPath::FillType fFill;
158 SkPath::FillType fFill;
204 virtual void onStencilPath(const GrPath*, SkPath::FillType) SK_OVERRIDE;
205 virtual void onDrawPath(const GrPath*, SkPath::FillType,
210 SkPath::FillType, const GrDeviceCoordTexture*) SK_OVERRIDE;
H A DGrDrawTarget.h320 void stencilPath(const GrPath*, SkPath::FillType fill);
326 void drawPath(const GrPath*, SkPath::FillType fill);
343 SkPath::FillType fill);
493 void executeDrawPath(const GrPath* path, SkPath::FillType fill,
504 SkPath::FillType fill,
890 virtual void onStencilPath(const GrPath*, SkPath::FillType) = 0;
891 virtual void onDrawPath(const GrPath*, SkPath::FillType,
896 SkPath::FillType, const GrDeviceCoordTexture*) = 0;
H A DGrGpu.h315 void getPathStencilSettingsForFillType(SkPath::FillType fill, GrStencilSettings* outStencilSettings);
473 virtual void onStencilPath(const GrPath*, SkPath::FillType) SK_OVERRIDE;
474 virtual void onDrawPath(const GrPath*, SkPath::FillType,
479 SkPath::FillType, const GrDeviceCoordTexture*) SK_OVERRIDE;
/external/chromium_org/third_party/skia/tests/
H A DPathOpsInverseTest.cpp16 one.setFillType((SkPath::FillType) oneFill);
23 two.setFillType((SkPath::FillType) twoFill);
H A DPathOpsBattles.cpp45 path1.setFillType((SkPath::FillType) 0);
55 path2.setFillType((SkPath::FillType) 1);
68 path1.setFillType((SkPath::FillType) 1);
80 path2.setFillType((SkPath::FillType) 0);
94 path.setFillType((SkPath::FillType) 0);
104 path.setFillType((SkPath::FillType) 0);
119 path.setFillType((SkPath::FillType) 1);
126 path.setFillType((SkPath::FillType) 0);
141 path.setFillType((SkPath::FillType) 0);
151 path.setFillType((SkPath::FillType)
[all...]
H A DPathOpsExtendedTest.h43 void outputProgress(char* ramStr, const char* pathStr, SkPath::FillType );
/external/skia/tests/
H A DPathOpsInverseTest.cpp16 one.setFillType((SkPath::FillType) oneFill);
23 two.setFillType((SkPath::FillType) twoFill);
H A DPathOpsExtendedTest.h40 void outputProgress(char* ramStr, const char* pathStr, SkPath::FillType );
/external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
H A DSkiaUtils.h85 inline SkPath::FillType WebCoreWindRuleToSkFillType(WindRule rule)
87 return static_cast<SkPath::FillType>(rule);
91 bool PLATFORM_EXPORT SkPathContainsPoint(const SkPath&, const FloatPoint&, SkPath::FillType);
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLPathRendering.h42 virtual void stencilPath(const GrPath*, SkPath::FillType) SK_OVERRIDE;
43 virtual void drawPath(const GrPath*, SkPath::FillType) SK_OVERRIDE;
46 SkPath::FillType) SK_OVERRIDE;
110 void flushPathStencilSettings(SkPath::FillType fill);
/external/skia/src/gpu/
H A DGrInOrderDrawBuffer.h107 SkPath::FillType fFill;
114 SkPath::FillType fFill;
125 SkPath::FillType fFill;
155 virtual void onStencilPath(const GrPath*, SkPath::FillType) SK_OVERRIDE;
156 virtual void onDrawPath(const GrPath*, SkPath::FillType,
159 SkPath::FillType, SkStrokeRec::Style,
H A DGrGpu.h334 void getPathStencilSettingsForFillType(SkPath::FillType fill, GrStencilSettings* outStencilSettings);
445 virtual void onGpuStencilPath(const GrPath*, SkPath::FillType) = 0;
446 virtual void onGpuDrawPath(const GrPath*, SkPath::FillType) = 0;
448 SkPath::FillType, SkStrokeRec::Style) = 0;
488 virtual void onStencilPath(const GrPath*, SkPath::FillType) SK_OVERRIDE;
489 virtual void onDrawPath(const GrPath*, SkPath::FillType,
492 SkPath::FillType, SkStrokeRec::Style,
H A DGrDrawTarget.h340 void stencilPath(const GrPath*, SkPath::FillType fill);
346 void drawPath(const GrPath*, SkPath::FillType fill);
358 const SkMatrix* transforms, SkPath::FillType fill,
511 void executeDrawPath(const GrPath* path, SkPath::FillType fill,
520 const SkMatrix* transforms, SkPath::FillType fill,
909 virtual void onStencilPath(const GrPath*, SkPath::FillType) = 0;
910 virtual void onDrawPath(const GrPath*, SkPath::FillType,
913 SkPath::FillType, SkStrokeRec::Style,
/external/chromium_org/third_party/skia/include/core/
H A DSkPath.h45 enum FillType { enum in class:SkPath
67 FillType getFillType() const { return (FillType)fFillType; }
74 void setFillType(FillType ft) {
79 bool isInverseFillType() const { return IsInverseFillType((FillType)fFillType); }
514 static bool IsInverseFillType(FillType fill) {
530 static FillType ConvertToNonInverseFillType(FillType fill) {
535 return (FillType)(fill & 1);
930 * account the FillType
[all...]
/external/skia/include/core/
H A DSkPath.h44 enum FillType { enum in class:SkPath
66 FillType getFillType() const { return (FillType)fFillType; }
73 void setFillType(FillType ft) {
78 bool isInverseFillType() const { return IsInverseFillType((FillType)fFillType); }
513 static bool IsInverseFillType(FillType fill) {
529 static FillType ConvertToNonInverseFillType(FillType fill) {
534 return (FillType)(fill & 1);
929 * account the FillType
[all...]
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DShapeOpRect4x4_Test.cpp33 pathA.setFillType((SkPath::FillType) e);
44 pathB.setFillType((SkPath::FillType) f);
H A DEdgeWalker_Test.h53 void outputProgress(const State4& state, const char* pathStr, SkPath::FillType );
H A DShapeOpCubic4x4_Test.cpp45 pathA.setFillType((SkPath::FillType) e);
56 pathB.setFillType((SkPath::FillType) f);
/external/chromium_org/third_party/skia/samplecode/
H A DSampleEmptyPath.cpp33 SkPath::FillType fill) {
47 SkPath::FillType fFill;
/external/skia/experimental/Intersection/
H A DShapeOpRect4x4_Test.cpp33 pathA.setFillType((SkPath::FillType) e);
44 pathB.setFillType((SkPath::FillType) f);
H A DEdgeWalker_Test.h53 void outputProgress(const State4& state, const char* pathStr, SkPath::FillType );
/external/skia/samplecode/
H A DSampleEmptyPath.cpp33 SkPath::FillType fill) {
47 SkPath::FillType fFill;
/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFUtils.h51 static void PaintPath(SkPaint::Style style, SkPath::FillType fill,
/external/skia/src/pdf/
H A DSkPDFUtils.h51 static void PaintPath(SkPaint::Style style, SkPath::FillType fill,

Completed in 4599 milliseconds

1234