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

1 2

  /external/skia/src/gpu/
GrPathRenderer.cpp 18 if (path.isInverseFillType()) {
GrSoftwarePathRenderer.cpp 134 if (path.isInverseFillType()) {
153 if (path.isInverseFillType()) {
GrStencilAndCoverPathRenderer.cpp 94 SkASSERT(!path.isInverseFillType());
114 if (path.isInverseFillType()) {
GrPathRenderer.h 88 SkASSERT(!path.isInverseFillType());
GrClipMaskManager.cpp 66 if (path->isInverseFillType()) {
411 if (path.isInverseFillType()) {
447 if (path.isInverseFillType()) {
    [all...]
GrContext.cpp     [all...]
  /external/skia/experimental/AndroidPathRenderer/
GrAndroidPathRenderer.cpp 21 && !path.isInverseFillType() && path.isConvex());
  /external/skia/src/pathops/
SkOpBuilder.cpp 36 if (kUnion_SkPathOp != fOps[index] || test->isInverseFillType()) {
SkPathOpsOp.cpp 242 op = gOpInverse[op][one.isInverseFillType()][two.isInverseFillType()];
243 SkPath::FillType fillType = gOutInverse[op][one.isInverseFillType()][two.isInverseFillType()]
SkPathOpsSimplify.cpp 157 SkPath::FillType fillType = path.isInverseFillType() ? SkPath::kInverseEvenOdd_FillType
  /external/skia/src/core/
SkScan_Path.cpp 412 if (path.isInverseFillType()) {
465 if (path.isInverseFillType()) {
587 if (path.isInverseFillType()) {
593 SkScanClipper clipper(blitter, clipPtr, ir, path.isInverseFillType());
599 if (path.isInverseFillType()) {
604 if (path.isInverseFillType()) {
608 // what does it mean to not have a blitter if path.isInverseFillType???
SkRasterClip.cpp 148 return this->setConservativeRect(path.getBounds(), clip.getBounds(), path.isInverseFillType());
171 switch (mutate_conservative_op(&op, path.isInverseFillType())) {
SkClipStack.cpp 115 if (!path.isInverseFillType()) {
411 if (fPath.get()->isInverseFillType()) {
SkRegion_path.cpp 312 if (path.isInverseFillType()) {
350 path.isInverseFillType())) {
SkCanvas.cpp     [all...]
SkScan_AntiPath.cpp 632 const bool isInverse = path.isInverseFillType();
SkStroke.cpp     [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
PathTest.java 319 assertFalse(path.isInverseFillType());
321 assertTrue(path.isInverseFillType());
363 assertTrue(path.isInverseFillType());
  /external/skia/tests/
EmptyPathTest.cpp 132 bool shouldDraw = path.isInverseFillType();
  /external/skia/include/core/
SkClipStack.h 163 return kPath_Type == fType && fPath.get()->isInverseFillType();
SkPath.h 82 bool isInverseFillType() const { return IsInverseFillType((FillType)fFillType); }
86 * value of isInverseFillType()
522 static bool IsInverseFillType(FillType fill) {
    [all...]
  /external/skia/src/utils/
SkCullPoints.cpp 151 bool isInverse = path.isInverseFillType();
  /external/skia/experimental/StrokePathRenderer/
GrStrokePathRenderer.cpp 78 !path.isInverseFillType() && isOpaque && !requiresAACircle && !antiAlias &&
  /external/skia/src/gpu/effects/
GrConvexPolyEffect.cpp 310 if (path.isInverseFillType()) {
  /frameworks/base/graphics/java/android/graphics/
Path.java 248 public boolean isInverseFillType() {

Completed in 522 milliseconds

1 2