Searched defs:setPt (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/core/
H A DSkPath.cpp632 void SkPath::setPt(int index, SkScalar x, SkScalar y) { function in class:SkPath
/external/skia/tests/
H A DPathOpsOpTest.cpp15 void setPt(int index, SkScalar x, SkScalar y) { function in class:PathTest_Private
16 fPath->setPt(index, x, y);
26 testPath.setPt(index, to.fX, to.fY);

Completed in 1303 milliseconds