Home
last modified time | relevance | path

Searched defs:moveTo (Results 1 – 25 of 782) sorted by relevance

12345678910>>...32

/aosp_15_r20/frameworks/minikin/tests/unittest/
H A DFontTest.cpp73 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/
DSuggestionCursor.kt40 fun moveTo(pos: Int) method
DSuggestionCursorWrapper.kt34 override fun moveTo(pos: Int) { in moveTo() method
DListSuggestionCursor.kt61 override fun moveTo(pos: Int) { in moveTo() method
DCursorBackedSuggestionCursor.kt98 override fun moveTo(pos: Int) { in moveTo() method
/aosp_15_r20/external/fonttools/Lib/fontTools/pens/
H A DbasePen.py63 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 DteePen.py19 def moveTo(self, p0): member in TeePen
H A DroundingPen.py38 def moveTo(self, pt): member in RoundingPen
H A DtransformPen.py26 def moveTo(self, pt): member in TransformPen
H A DfilterPen.py60 def moveTo(self, pt): member in FilterPen
H A Dcu2quPen.py270 def moveTo(self, pts): member in Cu2QuMultiPen
/aosp_15_r20/external/skia/modules/canvaskit/htmlcanvas/
H A Dpath2d.js119 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 DUinputTouchDevice.kt220 fun moveTo(x: Int, y: Int) { in moveTo() method
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
Dshortcircuit.go496 func (v *Value) moveTo(dst *Block, i int) { func
/aosp_15_r20/development/samples/devbytes/animation/CurvedMotion/src/com/example/android/curvedmotion/
H A DAnimatorPath.java40 public void moveTo(float x, float y) { in moveTo() method in AnimatorPath
H A DPathPoint.java98 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 DPathTest.java22 public void moveTo() { in moveTo() method in PathTest
/aosp_15_r20/external/skia/src/effects/
H A DSkCornerPathEffect.cpp57 SkPoint moveTo, lastCorner; in onFilterPath() local
/aosp_15_r20/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
DAbstractGoogleSourceResult.kt36 override fun moveTo(pos: Int) { in moveTo() method
/aosp_15_r20/external/freetype/src/psaux/
H A Dpsglue.h126 CF2_Callback_Type moveTo; member
/aosp_15_r20/external/skia/src/pathops/
H A DSkPathOpsSimplify.cpp160 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/
DBtA2dpOtaRangeTest.py49 def moveTo(self, where): member in RPIAxis_card
/aosp_15_r20/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DFatLfnDirectoryEntry.java266 public void moveTo(FatLfnDirectory target, String newName) in moveTo() method in FatLfnDirectoryEntry
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/app/
DSinglePhotoDataAdapter.java179 public void moveTo(int index) { in moveTo() method in SinglePhotoDataAdapter
/aosp_15_r20/external/fonttools/Lib/fontTools/cu2qu/
H A Dufo.py81 def moveTo(self, pt): member in GetSegmentsPen

12345678910>>...32