Home
last modified time | relevance | path

Searched refs:rLineTo (Results 1 – 25 of 28) sorted by relevance

12

/external/skqp/gm/
Dmultipicturedraw.cpp34 hex.rLineTo(SkScalarHalf(kHexSide), kRoot3Over2 * kHexSide); in make_hex_path()
35 hex.rLineTo(SkIntToScalar(kHexSide), 0); in make_hex_path()
36 hex.rLineTo(SkScalarHalf(kHexSide), -kHexSide * kRoot3Over2); in make_hex_path()
37 hex.rLineTo(-SkScalarHalf(kHexSide), -kHexSide * kRoot3Over2); in make_hex_path()
38 hex.rLineTo(-SkIntToScalar(kHexSide), 0); in make_hex_path()
146 tri.rLineTo(SkScalarHalf(kTriSide), 1.5f * kTriSide / kRoot3); in make_tri_path()
147 tri.rLineTo(-kTriSide, 0); in make_tri_path()
Dpictureimagegenerator.cpp60 path.rLineTo(accentSize, 0); in draw_vector_logo()
/external/skia/gm/
Dmultipicturedraw.cpp34 hex.rLineTo(SkScalarHalf(kHexSide), kRoot3Over2 * kHexSide); in make_hex_path()
35 hex.rLineTo(SkIntToScalar(kHexSide), 0); in make_hex_path()
36 hex.rLineTo(SkScalarHalf(kHexSide), -kHexSide * kRoot3Over2); in make_hex_path()
37 hex.rLineTo(-SkScalarHalf(kHexSide), -kHexSide * kRoot3Over2); in make_hex_path()
38 hex.rLineTo(-SkIntToScalar(kHexSide), 0); in make_hex_path()
146 tri.rLineTo(SkScalarHalf(kTriSide), 1.5f * kTriSide / kRoot3); in make_tri_path()
147 tri.rLineTo(-kTriSide, 0); in make_tri_path()
Dpictureimagegenerator.cpp60 path.rLineTo(accentSize, 0); in draw_vector_logo()
/external/skia/bench/
DAlternatingColorPatternBench.cpp130 fPaths[count].rLineTo(SkIntToScalar(w), 0); in onDelayedSetup()
131 fPaths[count].rLineTo(0, SkIntToScalar(h)); in onDelayedSetup()
132 fPaths[count].rLineTo(SkIntToScalar(-w + 1), 0); in onDelayedSetup()
/external/skqp/bench/
DAlternatingColorPatternBench.cpp130 fPaths[count].rLineTo(SkIntToScalar(w), 0); in onDelayedSetup()
131 fPaths[count].rLineTo(0, SkIntToScalar(h)); in onDelayedSetup()
132 fPaths[count].rLineTo(SkIntToScalar(-w + 1), 0); in onDelayedSetup()
/external/skqp/tests/
DDFPathRendererTest.cpp27 path.rLineTo(0.015f, 0.015f);
DPathTest.cpp315 path.rLineTo(0, 100); in test_path_close_issue1474()
316 path.rLineTo(100, 0); in test_path_close_issue1474()
318 path.rLineTo(50, 50); // This should go to 50,50. in test_path_close_issue1474()
326 path.rLineTo(0, 100); in test_path_close_issue1474()
327 path.rLineTo(100, 0); in test_path_close_issue1474()
337 path.rLineTo(0, 100); in test_path_close_issue1474()
338 path.rLineTo(100, 0); in test_path_close_issue1474()
348 path.rLineTo(0, 100); in test_path_close_issue1474()
349 path.rLineTo(100, 0); in test_path_close_issue1474()
/external/skia/tests/
DDFPathRendererTest.cpp27 path.rLineTo(0.015f, 0.015f);
DPathTest.cpp315 path.rLineTo(0, 100); in test_path_close_issue1474()
316 path.rLineTo(100, 0); in test_path_close_issue1474()
318 path.rLineTo(50, 50); // This should go to 50,50. in test_path_close_issue1474()
326 path.rLineTo(0, 100); in test_path_close_issue1474()
327 path.rLineTo(100, 0); in test_path_close_issue1474()
337 path.rLineTo(0, 100); in test_path_close_issue1474()
338 path.rLineTo(100, 0); in test_path_close_issue1474()
348 path.rLineTo(0, 100); in test_path_close_issue1474()
349 path.rLineTo(100, 0); in test_path_close_issue1474()
/external/fonttools/Lib/fontTools/misc/
DpsCharStrings.py661 def rLineTo(self, point): member in T2OutlineExtractor
745 self.rLineTo(point)
768 self.rLineTo(args[-2:])
775 self.rLineTo(lineArgs[i:i+2])
927 self.rLineTo(point)
/external/skia/include/core/
DSkPath.h600 void rLineTo(SkScalar dx, SkScalar dy);
/external/skqp/include/core/
DSkPath.h642 void rLineTo(SkScalar dx, SkScalar dy);
/external/skia/samplecode/
DSamplePathFuzz.cpp477 path.rLineTo(x, y); in makePath()
/external/skqp/samplecode/
DSamplePathFuzz.cpp477 path.rLineTo(x, y); in makePath()
/external/skqp/docs/
DSkPath_Reference.bmh1191 path.rLineTo(20, -20);
1252 path.rLineTo(20, -20);
2222 path.rLineTo(arrow[i].fX, arrow[i].fY);
2274 #SeeAlso Contour moveTo rLineTo addRect
2305 #SeeAlso Contour moveTo rLineTo addRect
2311 #Method void rLineTo(SkScalar dx, SkScalar dy)
2337 path.rLineTo(x, y);
/external/skia/docs/
DSkPath_Reference.bmh2181 path.rLineTo(arrow[i].fX, arrow[i].fY);
2233 #SeeAlso Contour moveTo rLineTo addRect
2264 #SeeAlso Contour moveTo rLineTo addRect
2270 #Method void rLineTo(SkScalar dx, SkScalar dy)
2296 path.rLineTo(x, y);
/external/skia/site/user/api/
DSkPath_Reference.md229 | <a href="#SkPath_rLineTo">rLineTo</a> | appends <a href="undocumented#Line">Line</a> relative to …
2049 | <a href="#SkPath_rLineTo">rLineTo</a> | appends <a href="undocumented#Line">Line</a> relative to …
2166 …><sup><a href="#SkPath_moveTo_2">[2]</a></sup> <a href="#SkPath_rLineTo">rLineTo</a> <a href="#SkP…
2195 …><sup><a href="#SkPath_moveTo_2">[2]</a></sup> <a href="#SkPath_rLineTo">rLineTo</a> <a href="#SkP…
2200 ## rLineTo section in <a name="SkPath"></a> Class SkPath
2203 void rLineTo(SkScalar dx, SkScalar dy)
/external/skia/src/core/
DSkPath.cpp792 void SkPath::rLineTo(SkScalar x, SkScalar y) { in rLineTo() function in SkPath
/external/skqp/site/user/api/
DSkPath_Reference.md221 | <a href="#SkPath_rLineTo">rLineTo</a> | appends <a href="undocumented#Line">Line</a> relative to …
2101 …><sup><a href="#SkPath_moveTo_2">[2]</a></sup> <a href="#SkPath_rLineTo">rLineTo</a> <a href="#SkP…
2130 …><sup><a href="#SkPath_moveTo_2">[2]</a></sup> <a href="#SkPath_rLineTo">rLineTo</a> <a href="#SkP…
2135 ## rLineTo section in <a name="SkPath"></a> Class SkPath
2138 void rLineTo(SkScalar dx, SkScalar dy)
/external/skqp/src/core/
DSkPath.cpp783 void SkPath::rLineTo(SkScalar x, SkScalar y) { in rLineTo() function in SkPath
/external/robolectric/v1/lib/main/
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/external/robolectric/v3/runtime/
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...

12