Searched refs:setPt (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/include/core/ |
H A D | SkPath.h | 1846 void setPt(int index, SkScalar x, SkScalar y);
|
/third_party/skia/src/core/ |
H A D | SkPath.cpp | 527 void SkPath::setPt(int index, SkScalar x, SkScalar y) { in setPt() function in SkPath
|
/third_party/skia/tests/ |
H A D | PathOpsOpTest.cpp | 16 void setPt(int index, SkScalar x, SkScalar y) { in setPt() function in PathTest_Private 17 fPath->setPt(index, x, y); in setPt() 27 testPath.setPt(index, to.fX, to.fY); in path_edit()
|
Completed in 29 milliseconds