/aosp_15_r20/external/skia/tests/ |
H A D | ClipStackTest.cpp | 368 path.toggleInverseFillType(); in test_rect_inverse_fill() 693 path.toggleInverseFillType(); in test_quickContains() 702 path.toggleInverseFillType(); in test_quickContains() 711 path.toggleInverseFillType(); in test_quickContains() 720 path.toggleInverseFillType(); in test_quickContains() 729 path.toggleInverseFillType(); in test_quickContains() 737 path.toggleInverseFillType(); in test_quickContains() 745 path.toggleInverseFillType(); in test_quickContains() 753 path.toggleInverseFillType(); in test_quickContains()
|
H A D | DrawPathTest.cpp | 191 path.toggleInverseFillType(); in test_inversepathwithclip()
|
H A D | GrStyledShapeTest.cpp | 1403 dst->toggleInverseFillType(); in test_path_effect_makes_empty_shape() 1424 emptyPath.toggleInverseFillType(); in test_path_effect_makes_empty_shape() 1543 invertedEmptyPath.toggleInverseFillType(); in DEF_TEST() 1904 path.toggleInverseFillType(); in DEF_TEST() 2369 path.toggleInverseFillType(); in DEF_TEST()
|
H A D | GrClipStackTest.cpp | 943 inverseRectPath.toggleInverseFillType(); in DEF_TEST() 947 inverseComplexPath.toggleInverseFillType(); in DEF_TEST()
|
/aosp_15_r20/external/skia/src/gpu/graphite/geom/ |
H A D | Shape.cpp | 53 nonInverted.toggleInverseFillType(); in conservativeContains() 61 arc.toggleInverseFillType(); in conservativeContains() 80 nonInverted.toggleInverseFillType(); in conservativeContains() 126 out.toggleInverseFillType(); in asPath()
|
H A D | Shape.h | 79 fPath.toggleInverseFillType(); in setInverted()
|
/aosp_15_r20/external/skia/gm/ |
H A D | circularclips.cpp | 66 fCircle1.toggleInverseFillType(); in onDraw() 68 fCircle2.toggleInverseFillType(); in onDraw()
|
H A D | pathopsblend.cpp | 69 p2inv.toggleInverseFillType();
|
H A D | pathfill.cpp | 384 .toggleInverseFillType() in onDraw()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/geometry/ |
H A D | GrShape.cpp | 431 out->toggleInverseFillType(); in asPath() 458 out->toggleInverseFillType(); in asPath()
|
H A D | GrShape.h | 122 fPath.toggleInverseFillType(); in setInverted()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/ops/ |
H A D | AtlasRenderTask.h | 96 fPathDrawList->fPath.toggleInverseFillType(); in add()
|
/aosp_15_r20/external/skia/src/gpu/graphite/ |
H A D | RasterPathUtils.cpp | 64 path.toggleInverseFillType(); in drawShape()
|
/aosp_15_r20/packages/apps/ThemePicker/src/com/android/customization/widget/ |
D | DynamicAdaptiveIconDrawable.java | 311 mMask.toggleInverseFillType(); in getTransparentRegion() 314 mMask.toggleInverseFillType(); in getTransparentRegion()
|
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/drawable/ |
H A D | AdaptiveIconDrawable.java | 433 mMask.toggleInverseFillType(); in getTransparentRegion() 436 mMask.toggleInverseFillType(); in getTransparentRegion()
|
/aosp_15_r20/external/skia/include/core/ |
H A D | SkPathBuilder.h | 225 SkPathBuilder& toggleInverseFillType() { in toggleInverseFillType() function
|
H A D | SkPath.h | 249 void toggleInverseFillType() { in toggleInverseFillType() function
|
/aosp_15_r20/external/skia/src/pathops/ |
H A D | SkPathOpsOp.cpp | 298 work.toggleInverseFillType(); in OpDebug()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/ |
H A D | StencilMaskHelper.cpp | 440 clipPath.writable()->toggleInverseFillType(); in drawPath()
|
/aosp_15_r20/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/shadows/ |
H A D | ShadowNativePathTest.java | 369 path.toggleInverseFillType(); in testToggleInverseFillType()
|
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/ |
H A D | Path.java | 269 public void toggleInverseFillType() { in toggleInverseFillType() method in Path
|
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
H A D | ShadowLegacyPath.java | 225 protected void toggleInverseFillType() { in toggleInverseFillType() method in ShadowLegacyPath
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkStroke.cpp | 1464 dst->toggleInverseFillType(); in strokePath() 1560 dst->toggleInverseFillType(); in strokePath()
|
H A D | SkClipStack.cpp | 156 fDeviceSpacePath->toggleInverseFillType(); in invertShapeFillType()
|
/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/cts/ |
H A D | PathTest.java | 506 path.toggleInverseFillType(); in testToggleInverseFillType()
|