/aosp_15_r20/frameworks/minikin/tests/unittest/ |
H A D | FontTest.cpp | 73 Font moveTo(std::move(moveFrom)); in TEST() local 82 Font moveTo(std::move(moveFrom)); in TEST() local 102 Font moveTo(&reader2); in TEST() local 114 Font moveTo(&reader2); in TEST() local 125 Font moveTo(&reader2); in TEST() local 138 Font moveTo(&reader2); in TEST() local
|
/aosp_15_r20/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
D | SuggestionCursor.kt | 40 fun moveTo(pos: Int) method
|
D | SuggestionCursorWrapper.kt | 34 override fun moveTo(pos: Int) { in moveTo() method
|
D | ListSuggestionCursor.kt | 61 override fun moveTo(pos: Int) { in moveTo() method
|
D | CursorBackedSuggestionCursor.kt | 98 override fun moveTo(pos: Int) { in moveTo() method
|
/aosp_15_r20/external/fonttools/Lib/fontTools/pens/ |
H A D | basePen.py | 63 def moveTo(self, pt: Tuple[float, float]) -> None: member in AbstractPen 153 def moveTo(self, pt): member in NullPen 289 def moveTo(self, pt): member in BasePen
|
H A D | teePen.py | 19 def moveTo(self, p0): member in TeePen
|
H A D | roundingPen.py | 38 def moveTo(self, pt): member in RoundingPen
|
H A D | transformPen.py | 26 def moveTo(self, pt): member in TransformPen
|
H A D | filterPen.py | 60 def moveTo(self, pt): member in FilterPen
|
H A D | cu2quPen.py | 270 def moveTo(self, pts): member in Cu2QuMultiPen
|
/aosp_15_r20/external/skia/modules/canvaskit/htmlcanvas/ |
H A D | path2d.js | 119 function moveTo(skpath, x, y) { function 196 this.moveTo = function(x, y) { method in Path2D
|
/aosp_15_r20/cts/libs/input/src/com/android/cts/input/ |
H A D | UinputTouchDevice.kt | 220 fun moveTo(x: Int, y: Int) { in moveTo() method
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/ |
D | shortcircuit.go | 496 func (v *Value) moveTo(dst *Block, i int) { func
|
/aosp_15_r20/development/samples/devbytes/animation/CurvedMotion/src/com/example/android/curvedmotion/ |
H A D | AnimatorPath.java | 40 public void moveTo(float x, float y) { in moveTo() method in AnimatorPath
|
H A D | PathPoint.java | 98 public static PathPoint moveTo(float x, float y) { in moveTo() method in PathPoint
|
/aosp_15_r20/external/robolectric/integration_tests/ctesque/src/sharedTest/java/android/graphics/ |
H A D | PathTest.java | 22 public void moveTo() { in moveTo() method in PathTest
|
/aosp_15_r20/external/skia/src/effects/ |
H A D | SkCornerPathEffect.cpp | 57 SkPoint moveTo, lastCorner; in onFilterPath() local
|
/aosp_15_r20/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/ |
D | AbstractGoogleSourceResult.kt | 36 override fun moveTo(pos: Int) { in moveTo() method
|
/aosp_15_r20/external/freetype/src/psaux/ |
H A D | psglue.h | 126 CF2_Callback_Type moveTo; member
|
/aosp_15_r20/external/skia/src/pathops/ |
H A D | SkPathOpsSimplify.cpp | 160 void moveTo(const SkPoint& currPt) { in path_is_trivial() function in path_is_trivial::Trivializer
|
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/bt/performance/ |
D | BtA2dpOtaRangeTest.py | 49 def moveTo(self, where): member in RPIAxis_card
|
/aosp_15_r20/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
D | FatLfnDirectoryEntry.java | 266 public void moveTo(FatLfnDirectory target, String newName) in moveTo() method in FatLfnDirectoryEntry
|
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
D | SinglePhotoDataAdapter.java | 179 public void moveTo(int index) { in moveTo() method in SinglePhotoDataAdapter
|
/aosp_15_r20/external/fonttools/Lib/fontTools/cu2qu/ |
H A D | ufo.py | 81 def moveTo(self, pt): member in GetSegmentsPen
|