Home
last modified time | relevance | path

Searched refs:toQuad (Results 1 – 25 of 47) sorted by relevance

12

/third_party/skia/include/core/
DSkRSXform.h61 void toQuad(SkScalar width, SkScalar height, SkPoint quad[4]) const;
62 void toQuad(const SkSize& size, SkPoint quad[4]) const { in toQuad() function
63 this->toQuad(size.width(), size.height(), quad); in toQuad()
/third_party/skia/docs/examples/
DMatrix_preRotate_2.cpp9 SkRect::Make(image->bounds()).toQuad(bitmapBounds); in draw()
DMatrix_postScale_2.cpp9 SkRect::Make(source.bounds()).toQuad(bitmapBounds); in draw()
DMatrix_preSkew_2.cpp9 SkRect::Make(image->bounds()).toQuad(bitmapBounds); in draw()
DMatrix_postSkew_2.cpp9 SkRect::Make(image->bounds()).toQuad(bitmapBounds); in draw()
DMatrix_postRotate_2.cpp9 SkRect::Make(source.bounds()).toQuad(bitmapBounds); in draw()
DMatrix_063.cpp9 SkRect::Make(image->bounds()).toQuad(bitmapBounds); in draw()
DMatrix_preScale_2.cpp9 SkRect::Make(image->bounds()).toQuad(bitmapBounds); in draw()
DMatrix_postConcat.cpp9 SkRect::Make(source.bounds()).toQuad(bitmapBounds); in draw()
DRect_toQuad.cpp9 rect.toQuad(corners); in draw()
DMatrix_preRotate.cpp9 SkRect::Make(image->bounds()).toQuad(bitmapBounds); in draw()
DMatrix_postSkew.cpp9 SkRect::Make(image->bounds()).toQuad(bitmapBounds); in draw()
DMatrix_postScale.cpp9 SkRect::Make(source.bounds()).toQuad(bitmapBounds); in draw()
DMatrix_preScale.cpp9 SkRect::Make(image->bounds()).toQuad(bitmapBounds); in draw()
DMatrix_postRotate.cpp9 SkRect::Make(source.bounds()).toQuad(bitmapBounds); in draw()
DMatrix_preSkew.cpp9 SkRect::Make(image->bounds()).toQuad(bitmapBounds); in draw()
DMatrix_preConcat.cpp9 SkRect::Make(source.bounds()).toQuad(bitmapBounds); in draw()
DMatrix_setConcat.cpp9 SkRect::Make(source.bounds()).toQuad(bitmapBounds); in draw()
DMatrix_Concat.cpp9 SkRect::Make(image->bounds()).toQuad(bitmapBounds); in draw()
DMatrix_mapXY_2.cpp9 SkRect::Make(source.bounds()).toQuad(bitmapBounds); in draw()
DMatrix_hasPerspective.cpp10 SkRect::Make(source.bounds()).toQuad(bitmapBounds);
/third_party/skia/src/pathops/
DSkDCubicToQuads.cpp35 SkDQuad SkDCubic::toQuad() const { in toQuad() function in SkDCubic
/third_party/skia/tests/
DPathOpsTestCommon.cpp141 SkDQuad quad = cubic.toQuad(); in CubicToQuads()
151 SkDQuad quad = part.toQuad(); in CubicToQuads()
/third_party/skia/gm/
Druntimecolorfilter.cpp117 r.toQuad(pos);
Ddstreadshuffle.cpp73 kRect.toQuad(points); in drawShape()

12