Home | History | Annotate | Download | only in core

Lines Matching full:quad

274 /** Quad'(t) = At + B, where
296 /* Returns 0 for 1 quad, and 1 for two quads, either way the answer is
340 /* Returns 0 for 1 quad, and 1 for two quads, either way the answer is
1095 /* given a quad-curve and a point (x,y), chop the quad at that point and return
1096 the new quad's offCurve point. Should only return false if the computed pos
1099 static bool quad_pt2OffCurve(const SkPoint quad[3], SkScalar x, SkScalar y, SkPoint* offCurve)
1105 base = &quad[0].fX;
1108 base = &quad[0].fY;
1119 SkChopQuadAt(quad, tmp, t);
1137 *offCurve = quad[1];