Searched refs:SkChopQuadAt (Results 1 – 7 of 7) 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 | 101 SkChopQuadAt(pts, tmp, t); in chop_quad_in_Y() 122 SkChopQuadAt(pts, tmp, t); in chop_quad_in_Y() 180 SkChopQuadAt(pts, tmp, t); in clipMonoQuad() 199 SkChopQuadAt(pts, tmp, t); in clipMonoQuad()
|
D | SkPathMeasure.cpp | 67 SkChopQuadAt(pts, tmp0, stopT); in SkPathMeasure_segTo() 71 SkChopQuadAt(pts, tmp0, startT); in SkPathMeasure_segTo() 75 SkChopQuadAt(&tmp0[2], tmp1, (stopT - startT) / (1 - startT)); in SkPathMeasure_segTo()
|
D | SkGeometry.cpp | 142 void SkChopQuadAt(const SkPoint src[3], SkPoint dst[5], SkScalar t) { in SkChopQuadAt() function 161 SkChopQuadAt(src, dst, 0.5f); in SkChopQuadAtHalf() 194 SkChopQuadAt(src, dst, tValue); in SkChopQuadAtYExtrema() 222 SkChopQuadAt(src, dst, tValue); in SkChopQuadAtXExtrema() 265 SkChopQuadAt(src, dst, t); in SkChopQuadAtMaxCurvature()
|
D | SkGeometry.h | 47 void SkChopQuadAt(const SkPoint src[3], SkPoint dst[5], SkScalar t);
|
/external/skia/samplecode/ |
D | SampleAAGeometry.cpp | 1352 SkChopQuadAt(pts, split, 0.5f); in quad_coverage()
|