Home
last modified time | relevance | path

Searched refs:setPath (Results 1 – 25 of 38) sorted by relevance

12

/aosp14/frameworks/base/libs/hwui/tests/common/scenes/
H A DPathClippingAnimation.cpp55 SkPath path = setPath(mSize); in createContent()
56 props.mutableOutline().setPath(&path, 1); in createContent()
75 SkPath setPath(int size) { in setPath() function in PathClippingAnimation
90 SkPath path = setPath(mSize - curFrame); in doFrame()
91 card->mutateStagingProperties().mutableOutline().setPath(&path, 1); in doFrame()
/aosp14/frameworks/base/libs/hwui/jni/
H A DPathMeasure.cpp65 static void setPath(JNIEnv* env, jobject clazz, jlong pairHandle, in setPath() function in android::SkPathMeasureGlue
76 pair->fMeasure.setPath(&pair->fPath, forceClosed); in setPath()
146 {"native_setPath", "(JJZ)V", (void*) SkPathMeasureGlue::setPath },
H A DRegion.cpp71 bool result = dst->setPath(*path, *clip); in Region_setPath()
H A Dandroid_graphics_RenderNode.cpp151 renderNode->mutateStagingProperties().mutableOutline().setPath(outlinePath, alpha); in android_view_RenderNode_setOutlinePath()
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DOutline.java289 setPath(convexPath); in setConvexPath()
297 public void setPath(@NonNull Path path) { in setPath() method in Outline
H A DPathMeasure.java60 public void setPath(Path path, boolean forceClosed) { in setPath() method in PathMeasure
H A DRegion.java117 public boolean setPath(@NonNull Path path, @NonNull Region clip) { in setPath() method in Region
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DTriangleShape.java73 outline.setPath(mTriangularPath); in getOutline()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DTriangleShape.java75 outline.setPath(mTriangularPath); in getOutline()
/aosp14/frameworks/base/core/java/android/webkit/
H A DPlugin.java138 public void setPath(String path) { in setPath() method in Plugin
/aosp14/frameworks/base/services/core/java/com/android/server/pm/parsing/pkg/
H A DParsedPackage.java52 ParsedPackage setPath(String path); in setPath() method
/aosp14/frameworks/base/libs/hwui/
H A DOutline.h60 void setPath(const SkPath* outline, float alpha) { in setPath() function
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/
H A DPerimeterPathGuide.java282 pathMeasure.setPath(mRegions[i].path, false); in computeRegions()
346 mScratchPathMeasure.setPath(mRegions[r.ordinal()].path, false); in strokeRegion()
/aosp14/frameworks/base/core/java/android/net/
H A DWebAddress.java188 public void setPath(String path) { in setPath() method in WebAddress
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
H A DBubbleBarHandleView.java100 outline.setPath(mPath); in BubbleBarHandleView()
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/shapes/
H A DRoundRectShape.java97 outline.setPath(mPath); in getOutline()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/bubbles/
H A DBubblePopupDrawable.kt109 outline.setPath(path)
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DAdaptiveIconDrawable.java415 outline.setPath(mMask); in getOutline()
426 safezoneRegion.setPath(p, safezoneRegion); in getSafeZone()
435 mTransparentRegion.setPath(mMask, mTransparentRegion); in getTransparentRegion()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableOutlineView.java77 outline.setPath(clipPath);
/aosp14/frameworks/base/core/java/android/accessibilityservice/
H A DGestureDescription.java309 mPathMeasure.setPath(mPath, false); in StrokeDescription()
/aosp14/frameworks/base/core/tests/coretests/src/android/graphics/drawable/
H A DAdaptiveIconDrawableTest.java119 region.setPath(circle, region); in testDraw_withBounds()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleFlyoutView.java505 outline.setPath(rectPath); in getOutline()
/aosp14/frameworks/base/core/java/android/text/style/
H A DTtsSpan.java1403 public ElectronicBuilder setPath(String path) { in setPath() method in TtsSpan.ElectronicBuilder
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
H A DTvPipMenuView.java170 outline.setPath(createArrowPath(view.getMeasuredHeight())); in initMoveArrows()
/aosp14/frameworks/base/libs/hwui/tests/unit/
H A DCanvasOpTests.cpp266 region.setPath(path, clip); in TEST()

12