/aosp12/frameworks/base/libs/hwui/apex/include/android/graphics/ |
H A D | region.h | 65 bool isComplex() { return ARegionIterator_isComplex(mIterator); } in isComplex() function
|
/aosp12/frameworks/base/libs/hwui/apex/ |
H A D | android_region.cpp | 41 return ARegionIter_to_SkRegionIter(iterator)->rgn()->isComplex(); in ARegionIterator_isComplex()
|
/aosp12/frameworks/base/rs/java/android/renderscript/ |
H A D | ProgramVertex.java | 114 if (e.isComplex()) { in addInput()
|
H A D | ProgramVertexFixedFunction.java | 66 if (e.isComplex()) { in addInput()
|
H A D | Program.java | 330 if (t.getElement().isComplex()) { in addConstant()
|
H A D | Element.java | 208 public boolean isComplex() { in isComplex() method in Element
|
/aosp12/frameworks/base/libs/hwui/pipeline/skia/ |
H A D | GLFunctorDrawable.cpp | 128 if (CC_UNLIKELY(clipRegion.isComplex())) { in onDraw()
|
/aosp12/frameworks/base/graphics/java/android/graphics/ |
H A D | Region.java | 134 public native boolean isComplex(); in isComplex() method in Region
|
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/ |
H A D | Region_Delegate.java | 161 /*package*/ static boolean isComplex(Region thisRegion) { in isComplex() method in Region_Delegate
|
/aosp12/frameworks/base/libs/hwui/jni/ |
H A D | Region.cpp | 126 bool result = GetSkRegion(env, region)->isComplex(); in Region_isComplex()
|
/aosp12/frameworks/base/libs/hwui/ |
H A D | RecordingCanvas.cpp | 533 return clipRegion.isComplex(); in needsCompositedLayer() 963 if (region.isComplex() || !getTotalMatrix().isScaleTranslate()) { in onClipRegion()
|
/aosp12/frameworks/rs/support/java/src/androidx/renderscript/ |
H A D | Element.java | 210 public boolean isComplex() { in isComplex() method in Element
|
/aosp12/frameworks/rs/cpp/ |
H A D | rsCppStructs.h | 927 bool isComplex();
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_view_SurfaceControl.cpp | 686 if (iterator.isComplex()) { in nativeSetTransparentRegionHint()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 16091 method public boolean isComplex(); 36332 method @Deprecated public boolean isComplex();
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 11446 method public boolean isComplex(); 26131 method public boolean isComplex();
|