OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isInverseFillType
(Results
1 - 25
of
64
) sorted by null
1
2
3
/external/chromium_org/third_party/skia/src/gpu/
GrPathRenderer.cpp
18
if (path.
isInverseFillType
()) {
GrStencilAndCoverPathRenderer.cpp
57
SkASSERT(!path.
isInverseFillType
());
74
if (path.
isInverseFillType
()) {
GrSoftwarePathRenderer.cpp
132
if (path.
isInverseFillType
()) {
148
if (path.
isInverseFillType
()) {
GrPathRenderer.h
87
SkASSERT(!path.
isInverseFillType
());
GrClipMaskManager.cpp
68
if (path->
isInverseFillType
()) {
296
if (path->
isInverseFillType
()) {
331
if (path->
isInverseFillType
()) {
654
fillInverted = clipPath->
isInverseFillType
();
[
all
...]
/external/skia/src/gpu/
GrPathRenderer.cpp
18
if (path.
isInverseFillType
()) {
GrStencilAndCoverPathRenderer.cpp
57
SkASSERT(!path.
isInverseFillType
());
74
if (path.
isInverseFillType
()) {
GrSoftwarePathRenderer.cpp
132
if (path.
isInverseFillType
()) {
148
if (path.
isInverseFillType
()) {
GrPathRenderer.h
87
SkASSERT(!path.
isInverseFillType
());
/external/chromium_org/third_party/skia/src/pathops/
SkPathOpsOp.cpp
255
op = gOpInverse[op][one.
isInverseFillType
()][two.
isInverseFillType
()];
256
SkPath::FillType fillType = gOutInverse[op][one.
isInverseFillType
()][two.
isInverseFillType
()]
SkPathOpsSimplify.cpp
155
SkPath::FillType fillType = path.
isInverseFillType
() ? SkPath::kInverseEvenOdd_FillType
/external/skia/src/pathops/
SkPathOpsOp.cpp
255
op = gOpInverse[op][one.
isInverseFillType
()][two.
isInverseFillType
()];
256
SkPath::FillType fillType = gOutInverse[op][one.
isInverseFillType
()][two.
isInverseFillType
()]
/external/chromium_org/third_party/skia/src/core/
SkScan_AntiPath.cpp
622
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
()) {
SkScan_Path.cpp
443
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
???
SkRegion_path.cpp
311
if (path.
isInverseFillType
()) {
336
path.
isInverseFillType
())) {
SkStroke.cpp
566
if (src.
isInverseFillType
()) {
567
SkASSERT(!dst->
isInverseFillType
());
650
if (src.
isInverseFillType
()) {
651
SkASSERT(!dst->
isInverseFillType
());
/external/skia/src/core/
SkScan_AntiPath.cpp
622
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
()) {
SkScan_Path.cpp
443
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
???
SkRegion_path.cpp
311
if (path.
isInverseFillType
()) {
336
path.
isInverseFillType
())) {
SkStroke.cpp
566
if (src.
isInverseFillType
()) {
567
SkASSERT(!dst->
isInverseFillType
());
650
if (src.
isInverseFillType
()) {
651
SkASSERT(!dst->
isInverseFillType
());
/cts/tests/tests/graphics/src/android/graphics/cts/
PathTest.java
319
assertFalse(path.
isInverseFillType
());
321
assertTrue(path.
isInverseFillType
());
363
assertTrue(path.
isInverseFillType
());
/external/chromium_org/third_party/skia/include/core/
SkClipStack.h
155
return kPath_Type == fType && fPath.
isInverseFillType
();
/external/chromium_org/third_party/skia/src/utils/
SkCullPoints.cpp
159
bool isInverse = path.
isInverseFillType
();
SkPictureUtils.cpp
230
return this->updateClipConservativelyUsingBounds(path.getBounds(), op, path.
isInverseFillType
());
/external/skia/include/core/
SkClipStack.h
155
return kPath_Type == fType && fPath.
isInverseFillType
();
Completed in 214 milliseconds
1
2
3