HomeSort by relevance Sort by last modified time
    Searched refs:isInverseFillType (Results 1 - 25 of 68) sorted by null

1 2 3

  /external/skia/src/gpu/
GrPathRenderer.cpp 28 SkASSERT(!path.isInverseFillType());
40 SkASSERT(!path.isInverseFillType());
93 if (path.isInverseFillType()) {
GrShape.h 254 if (this->path().isInverseFillType()) {
359 ret = this->path().isInverseFillType();
GrShape.cpp 115 if (flip_inversion(original.fPathData.fPath.isInverseFillType(), inversion)) {
514 bool inverted = this->path().isInverseFillType();
585 bool inverse = !this->style().isDashed() && this->path().isInverseFillType();
594 if (this->path().isInverseFillType()) {
  /external/skqp/src/gpu/
GrPathRenderer.cpp 28 SkASSERT(!path.isInverseFillType());
40 SkASSERT(!path.isInverseFillType());
93 if (path.isInverseFillType()) {
GrShape.h 254 if (this->path().isInverseFillType()) {
359 ret = this->path().isInverseFillType();
GrShape.cpp 115 if (flip_inversion(original.fPathData.fPath.isInverseFillType(), inversion)) {
514 bool inverted = this->path().isInverseFillType();
585 bool inverse = !this->style().isDashed() && this->path().isInverseFillType();
594 if (this->path().isInverseFillType()) {
  /external/skia/src/pathops/
SkPathOpsOp.cpp 251 op = gOpInverse[op][one.isInverseFillType()][two.isInverseFillType()];
252 bool inverseFill = gOutInverse[op][one.isInverseFillType()][two.isInverseFillType()];
286 if (inverseFill != work.isInverseFillType()) {
SkOpBuilder.cpp 133 if (kUnion_SkPathOp != fOps[index] || test->isInverseFillType()) {
SkPathOpsSimplify.cpp 143 SkPath::FillType fillType = path.isInverseFillType() ? SkPath::kInverseEvenOdd_FillType
  /external/skqp/src/pathops/
SkPathOpsOp.cpp 251 op = gOpInverse[op][one.isInverseFillType()][two.isInverseFillType()];
252 bool inverseFill = gOutInverse[op][one.isInverseFillType()][two.isInverseFillType()];
286 if (inverseFill != work.isInverseFillType()) {
SkOpBuilder.cpp 133 if (kUnion_SkPathOp != fOps[index] || test->isInverseFillType()) {
SkPathOpsSimplify.cpp 143 SkPath::FillType fillType = path.isInverseFillType() ? SkPath::kInverseEvenOdd_FillType
  /external/skia/src/core/
SkMiniRecorder.cpp 40 return op.path.isInverseFillType() ? SkRectPriv::MakeLargest()
SkScan_Path.cpp 411 if (path.isInverseFillType()) {
464 if (path.isInverseFillType()) {
647 if (path.isInverseFillType()) {
653 SkScanClipper clipper(blitter, clipPtr, ir, path.isInverseFillType(), irPreClipped);
659 if (path.isInverseFillType()) {
666 if (path.isInverseFillType()) {
670 // what does it mean to not have a blitter if path.isInverseFillType???
SkRegion_path.cpp 315 if (path.isInverseFillType()) {
363 path.isInverseFillType())) {
SkClipStack.h 164 fDeviceSpacePath.get()->isInverseFillType();
  /external/skqp/src/core/
SkMiniRecorder.cpp 40 return op.path.isInverseFillType() ? SkRectPriv::MakeLargest()
SkScan_Path.cpp 411 if (path.isInverseFillType()) {
464 if (path.isInverseFillType()) {
647 if (path.isInverseFillType()) {
653 SkScanClipper clipper(blitter, clipPtr, ir, path.isInverseFillType(), irPreClipped);
659 if (path.isInverseFillType()) {
666 if (path.isInverseFillType()) {
670 // what does it mean to not have a blitter if path.isInverseFillType???
SkRegion_path.cpp 315 if (path.isInverseFillType()) {
363 path.isInverseFillType())) {
SkClipStack.h 164 fDeviceSpacePath.get()->isInverseFillType();
  /cts/tests/tests/graphics/src/android/graphics/cts/
PathTest.java 369 assertFalse(path.isInverseFillType());
371 assertTrue(path.isInverseFillType());
409 assertTrue(path.isInverseFillType());
  /external/skia/src/gpu/effects/
GrConvexPolyEffect.cpp 156 if (path.isInverseFillType()) {
  /external/skia/tests/
EmptyPathTest.cpp 148 bool shouldDraw = path.isInverseFillType();
  /external/skqp/src/gpu/effects/
GrConvexPolyEffect.cpp 155 if (path.isInverseFillType()) {
  /external/skqp/tests/
EmptyPathTest.cpp 148 bool shouldDraw = path.isInverseFillType();

Completed in 1287 milliseconds

1 2 3