Searched refs:SkChopQuadAt (Results 1 – 6 of 6) sorted by relevance
/external/skia/bench/ |
D | GeometryBench.cpp | 222 SkChopQuadAt(fPts, dst, 0.5f); in onDraw() 223 SkChopQuadAt(fPts, dst, 0.5f); in onDraw() 224 SkChopQuadAt(fPts, dst, 0.5f); in onDraw() 225 SkChopQuadAt(fPts, dst, 0.5f); in onDraw()
|
/external/skia/src/core/ |
D | SkQuadClipper.cpp | 79 SkChopQuadAt(dst, tmp, t); in clipQuad() 96 SkChopQuadAt(dst, tmp, t); in clipQuad()
|
D | SkEdgeClipper.cpp | 84 SkChopQuadAt(pts, tmp, t); in chop_quad_in_Y() 105 SkChopQuadAt(pts, tmp, t); in chop_quad_in_Y() 163 SkChopQuadAt(pts, tmp, t); in clipMonoQuad() 182 SkChopQuadAt(pts, tmp, t); in clipMonoQuad()
|
D | SkPathMeasure.cpp | 336 SkChopQuadAt(pts, tmp0, stopT); in seg_to() 340 SkChopQuadAt(pts, tmp0, startT); in seg_to() 344 SkChopQuadAt(&tmp0[2], tmp1, (stopT - startT) / (1 - startT)); in seg_to()
|
D | SkGeometry.cpp | 200 void SkChopQuadAt(const SkPoint src[3], SkPoint dst[5], SkScalar t) { in SkChopQuadAt() function 219 SkChopQuadAt(src, dst, 0.5f); return; in SkChopQuadAtHalf() 252 SkChopQuadAt(src, dst, tValue); in SkChopQuadAtYExtrema() 280 SkChopQuadAt(src, dst, tValue); in SkChopQuadAtXExtrema() 323 SkChopQuadAt(src, dst, t); in SkChopQuadAtMaxCurvature() 988 SkChopQuadAt(quad, tmp, t); in truncate_last_curve()
|
D | SkGeometry.h | 58 void SkChopQuadAt(const SkPoint src[3], SkPoint dst[5], SkScalar t);
|