/aosp_15_r20/external/fonttools/Lib/fontTools/pens/ |
H A D | basePen.py | 69 def lineTo(self, pt: Tuple[float, float]) -> None: member in AbstractPen 156 def lineTo(self, pt): member in NullPen 293 def lineTo(self, pt): member in BasePen
|
H A D | teePen.py | 23 def lineTo(self, p1): member in TeePen
|
H A D | roundingPen.py | 41 def lineTo(self, pt): member in RoundingPen
|
H A D | transformPen.py | 29 def lineTo(self, pt): member in TransformPen
|
H A D | filterPen.py | 64 def lineTo(self, pt): member in FilterPen
|
H A D | cu2quPen.py | 275 def lineTo(self, pts): member in Cu2QuMultiPen
|
H A D | recordingPen.py | 57 def lineTo(self, p1): member in RecordingPen
|
H A D | ttGlyphPen.py | 205 def lineTo(self, pt: Tuple[float, float]) -> None: member in TTGlyphPen
|
/aosp_15_r20/external/skia/modules/canvaskit/htmlcanvas/ |
H A D | path2d.js | 108 function lineTo(skpath, x, y) { function 192 this.lineTo = function(x, y) { method in Path2D
|
/aosp_15_r20/development/samples/devbytes/animation/CurvedMotion/src/com/example/android/curvedmotion/ |
H A D | AnimatorPath.java | 48 public void lineTo(float x, float y) { in lineTo() method in AnimatorPath
|
H A D | PathPoint.java | 82 public static PathPoint lineTo(float x, float y) { in lineTo() method in PathPoint
|
/aosp_15_r20/external/robolectric/integration_tests/ctesque/src/sharedTest/java/android/graphics/ |
H A D | PathTest.java | 31 public void lineTo() { in lineTo() method in PathTest
|
/aosp_15_r20/external/skia/src/gpu/ganesh/geometry/ |
H A D | GrAAConvexTessellator.cpp | 941 void GrAAConvexTessellator::lineTo(const SkPoint& p, CurveState curve) { in lineTo() function in GrAAConvexTessellator 965 void GrAAConvexTessellator::lineTo(const SkMatrix& m, const SkPoint& p, CurveState curve) { in lineTo() function in GrAAConvexTessellator
|
/aosp_15_r20/external/freetype/src/psaux/ |
H A D | psglue.h | 127 CF2_Callback_Type lineTo; member
|
/aosp_15_r20/external/fonttools/Lib/fontTools/cu2qu/ |
H A D | ufo.py | 84 def lineTo(self, pt): member in GetSegmentsPen
|
/aosp_15_r20/external/skia/src/gpu/tessellate/ |
H A D | Tessellation.cpp | 58 void lineTo(const SkPoint p[2]) { fPath.lineTo(p[1]); } in lineTo() function in skgpu::tess::__anonf6d1eb9d0111::PathChopper
|
/aosp_15_r20/external/skia/platform_tools/android/apps/jetski/src/main/java/org/skia/jetski/ |
H A D | PathBuilder.java | 22 public void lineTo(float x, float y) { in lineTo() method in PathBuilder
|
/aosp_15_r20/external/skia/modules/pathkit/ |
H A D | chaining.js | 104 PathKit.SkPath.prototype.lineTo = function(x, y) { method in PathKit.SkPath
|
/aosp_15_r20/external/skia/include/core/ |
H A D | SkPathBuilder.h | 51 SkPathBuilder& lineTo(SkScalar x, SkScalar y) { return this->lineTo(SkPoint::Make(x, y)); } in lineTo() function
|
H A D | SkPath.h | 634 SkPath& lineTo(const SkPoint& p) { in lineTo() function
|
/aosp_15_r20/external/fonttools/Tests/pens/ |
H A D | utils.py | 47 def lineTo(self, pt): member in DummyPen
|
H A D | pointPen_test.py | 23 def lineTo(self, pt): member in _TestSegmentPen
|
/aosp_15_r20/external/skia/bench/ |
H A D | PathOpsBench.cpp | 108 void lineTo(float x, float y) { in lineTo() function
|
/aosp_15_r20/external/skia/src/pathops/ |
H A D | SkPathWriter.cpp | 122 void SkPathWriter::lineTo() { in lineTo() function in SkPathWriter
|
/aosp_15_r20/external/skia/tools/viewer/ |
H A D | SimpleStrokerSlide.cpp | 49 void lineTo(SkPoint p) { in lineTo() function in __anon30b7c6950111::PathRecorder
|