Searched refs:toQuad (Results 1 – 25 of 47) sorted by relevance
12
61 void toQuad(SkScalar width, SkScalar height, SkPoint quad[4]) const;62 void toQuad(const SkSize& size, SkPoint quad[4]) const { in toQuad() function63 this->toQuad(size.width(), size.height(), quad); in toQuad()
9 SkRect::Make(image->bounds()).toQuad(bitmapBounds); in draw()
9 SkRect::Make(source.bounds()).toQuad(bitmapBounds); in draw()
9 rect.toQuad(corners); in draw()
10 SkRect::Make(source.bounds()).toQuad(bitmapBounds);
35 SkDQuad SkDCubic::toQuad() const { in toQuad() function in SkDCubic
141 SkDQuad quad = cubic.toQuad(); in CubicToQuads()151 SkDQuad quad = part.toQuad(); in CubicToQuads()
117 r.toQuad(pos);
73 kRect.toQuad(points); in drawShape()