Searched refs:isInverseFillType (Results 1 - 25 of 53) sorted by relevance

123

/external/chromium_org/third_party/skia/src/gpu/
H A DGrPathRenderer.cpp20 if (path.isInverseFillType()) {
H A DGrSoftwarePathRenderer.cpp132 if (path.isInverseFillType()) {
148 if (path.isInverseFillType()) {
H A DGrPathRenderer.h87 GrAssert(!path.isInverseFillType());
H A DGrStencilAndCoverPathRenderer.cpp56 GrAssert(!path.isInverseFillType());
H A DGrClipMaskManager.cpp67 if (path->isInverseFillType()) {
293 if (path->isInverseFillType()) {
328 if (path->isInverseFillType()) {
648 fillInverted = clipPath->isInverseFillType();
/external/skia/src/gpu/
H A DGrPathRenderer.cpp20 if (path.isInverseFillType()) {
H A DGrSoftwarePathRenderer.cpp132 if (path.isInverseFillType()) {
148 if (path.isInverseFillType()) {
H A DGrPathRenderer.h87 GrAssert(!path.isInverseFillType());
H A DGrStencilAndCoverPathRenderer.cpp56 GrAssert(!path.isInverseFillType());
H A DGrClipMaskManager.cpp67 if (path->isInverseFillType()) {
293 if (path->isInverseFillType()) {
328 if (path->isInverseFillType()) {
648 fillInverted = clipPath->isInverseFillType();
/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsOp.cpp242 op = gOpInverse[op][one.isInverseFillType()][two.isInverseFillType()];
243 SkPath::FillType fillType = gOutInverse[op][one.isInverseFillType()][two.isInverseFillType()]
H A DSkPathOpsSimplify.cpp155 SkPath::FillType fillType = path.isInverseFillType() ? SkPath::kInverseEvenOdd_FillType
/external/skia/src/pathops/
H A DSkPathOpsOp.cpp242 op = gOpInverse[op][one.isInverseFillType()][two.isInverseFillType()];
243 SkPath::FillType fillType = gOutInverse[op][one.isInverseFillType()][two.isInverseFillType()]
H A DSkPathOpsSimplify.cpp155 SkPath::FillType fillType = path.isInverseFillType() ? SkPath::kInverseEvenOdd_FillType
/external/chromium_org/third_party/skia/src/core/
H A DSkScan_AntiPath.cpp622 if (path.isInverseFillType()) {
632 if (path.isInverseFillType()) {
669 if (path.isInverseFillType()) {
678 if (path.isInverseFillType()) {
694 if (!path.isInverseFillType() && MaskSuperBlitter::CanHandleRect(ir) && !forceRLE) {
703 if (path.isInverseFillType()) {
H A DSkScan_Path.cpp443 if (path.isInverseFillType()) {
497 if (path.isInverseFillType()) {
607 if (path.isInverseFillType()) {
613 SkScanClipper clipper(blitter, clipPtr, ir, path.isInverseFillType());
619 if (path.isInverseFillType()) {
624 if (path.isInverseFillType()) {
628 // what does it mean to not have a blitter if path.isInverseFillType???
H A DSkStroke.cpp557 if (src.isInverseFillType()) {
558 SkASSERT(!dst->isInverseFillType());
641 if (src.isInverseFillType()) {
642 SkASSERT(!dst->isInverseFillType());
/external/skia/src/core/
H A DSkScan_AntiPath.cpp622 if (path.isInverseFillType()) {
632 if (path.isInverseFillType()) {
669 if (path.isInverseFillType()) {
678 if (path.isInverseFillType()) {
694 if (!path.isInverseFillType() && MaskSuperBlitter::CanHandleRect(ir) && !forceRLE) {
703 if (path.isInverseFillType()) {
H A DSkScan_Path.cpp443 if (path.isInverseFillType()) {
497 if (path.isInverseFillType()) {
607 if (path.isInverseFillType()) {
613 SkScanClipper clipper(blitter, clipPtr, ir, path.isInverseFillType());
619 if (path.isInverseFillType()) {
624 if (path.isInverseFillType()) {
628 // what does it mean to not have a blitter if path.isInverseFillType???
H A DSkStroke.cpp557 if (src.isInverseFillType()) {
558 SkASSERT(!dst->isInverseFillType());
641 if (src.isInverseFillType()) {
642 SkASSERT(!dst->isInverseFillType());
/external/chromium_org/third_party/skia/include/core/
H A DSkClipStack.h155 return kPath_Type == fType && fPath.isInverseFillType();
/external/chromium_org/third_party/skia/src/utils/
H A DSkCullPoints.cpp159 bool isInverse = path.isInverseFillType();
H A DSkPictureUtils.cpp182 return this->updateClipConservativelyUsingBounds(path.getBounds(), op, path.isInverseFillType());
/external/skia/include/core/
H A DSkClipStack.h155 return kPath_Type == fType && fPath.isInverseFillType();
/external/skia/src/utils/
H A DSkCullPoints.cpp159 bool isInverse = path.isInverseFillType();

Completed in 1604 milliseconds

123