Home
last modified time | relevance | path

Searched refs:toQuad (Results 1 - 25 of 46) sorted by relevance

12

/third_party/skia/include/core/
H A 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/
H A DMatrix_postRotate_2.cpp9 SkRect::Make(source.bounds()).toQuad(bitmapBounds); in REG_FIDDLE()
H A DMatrix_preRotate_2.cpp9 SkRect::Make(image->bounds()).toQuad(bitmapBounds); in REG_FIDDLE()
H A DRect_toQuad.cpp9 rect.toQuad(corners); in REG_FIDDLE()
H A DMatrix_postScale.cpp9 SkRect::Make(source.bounds()).toQuad(bitmapBounds); in REG_FIDDLE()
H A DMatrix_postRotate.cpp9 SkRect::Make(source.bounds()).toQuad(bitmapBounds); in REG_FIDDLE()
H A DMatrix_postSkew.cpp9 SkRect::Make(image->bounds()).toQuad(bitmapBounds); in REG_FIDDLE()
H A DMatrix_postScale_2.cpp9 SkRect::Make(source.bounds()).toQuad(bitmapBounds); in REG_FIDDLE()
H A DMatrix_postConcat.cpp9 SkRect::Make(source.bounds()).toQuad(bitmapBounds); in REG_FIDDLE()
H A DMatrix_postSkew_2.cpp9 SkRect::Make(image->bounds()).toQuad(bitmapBounds); in REG_FIDDLE()
H A DMatrix_preScale.cpp9 SkRect::Make(image->bounds()).toQuad(bitmapBounds); in REG_FIDDLE()
H A DMatrix_preConcat.cpp9 SkRect::Make(source.bounds()).toQuad(bitmapBounds); in REG_FIDDLE()
H A DMatrix_preRotate.cpp9 SkRect::Make(image->bounds()).toQuad(bitmapBounds); in REG_FIDDLE()
H A DMatrix_preSkew.cpp9 SkRect::Make(image->bounds()).toQuad(bitmapBounds); in REG_FIDDLE()
H A DMatrix_preScale_2.cpp9 SkRect::Make(image->bounds()).toQuad(bitmapBounds); in REG_FIDDLE()
H A DMatrix_preSkew_2.cpp9 SkRect::Make(image->bounds()).toQuad(bitmapBounds); in REG_FIDDLE()
H A DMatrix_Concat.cpp9 SkRect::Make(image->bounds()).toQuad(bitmapBounds); in REG_FIDDLE()
H A DMatrix_063.cpp9 SkRect::Make(image->bounds()).toQuad(bitmapBounds); in REG_FIDDLE()
H A DMatrix_setConcat.cpp9 SkRect::Make(source.bounds()).toQuad(bitmapBounds); in REG_FIDDLE()
H A DMatrix_hasPerspective.cpp10 SkRect::Make(source.bounds()).toQuad(bitmapBounds); in REG_FIDDLE()
H A DMatrix_mapXY_2.cpp9 SkRect::Make(source.bounds()).toQuad(bitmapBounds); in REG_FIDDLE()
/third_party/skia/src/pathops/
H A DSkDCubicToQuads.cpp35 SkDQuad SkDCubic::toQuad() const { in toQuad() function in SkDCubic
/third_party/skia/tests/
H A DPathOpsTestCommon.cpp141 SkDQuad quad = cubic.toQuad(); in CubicToQuads()
151 SkDQuad quad = part.toQuad(); in CubicToQuads()
/third_party/skia/gm/
H A Druntimecolorfilter.cpp117 r.toQuad(pos); in DEF_SIMPLE_GM()
H A Ddstreadshuffle.cpp73 kRect.toQuad(points); in drawShape()

Completed in 7 milliseconds

12