Home
last modified time | relevance | path

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

123

/external/skqp/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()
/external/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()
/external/skia/docs/examples/
DMatrix_preSkew_2.cpp9 SkRect::Make(image->bounds()).toQuad(bitmapBounds); in draw()
DMatrix_postRotate_2.cpp9 SkRect::Make(source.bounds()).toQuad(bitmapBounds); in draw()
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_063.cpp9 SkRect::Make(image->bounds()).toQuad(bitmapBounds); in draw()
DMatrix_preScale_2.cpp9 SkRect::Make(image->bounds()).toQuad(bitmapBounds); in draw()
DMatrix_postSkew_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_postScale.cpp9 SkRect::Make(source.bounds()).toQuad(bitmapBounds); in draw()
DMatrix_postSkew.cpp9 SkRect::Make(image->bounds()).toQuad(bitmapBounds); in draw()
DMatrix_preScale.cpp9 SkRect::Make(image->bounds()).toQuad(bitmapBounds); in draw()
DMatrix_preRotate.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);
/external/skqp/src/pathops/
DSkDCubicToQuads.cpp35 SkDQuad SkDCubic::toQuad() const { in toQuad() function in SkDCubic
/external/skia/src/pathops/
DSkDCubicToQuads.cpp35 SkDQuad SkDCubic::toQuad() const { in toQuad() function in SkDCubic
/external/skqp/docs/
DSkMatrix_Reference.bmh334 SkRect::Make(source.bounds()).toQuad(bitmapBounds);
1430 SkRect::Make(source.bounds()).toQuad(bitmapBounds);
1490 SkRect::Make(source.bounds()).toQuad(bitmapBounds);
1512 SkRect::Make(source.bounds()).toQuad(bitmapBounds);
1535 SkRect::Make(source.bounds()).toQuad(bitmapBounds);
1555 SkRect::Make(source.bounds()).toQuad(bitmapBounds);
1578 SkRect::Make(source.bounds()).toQuad(bitmapBounds);
1598 SkRect::Make(source.bounds()).toQuad(bitmapBounds);
1625 SkRect::Make(source.bounds()).toQuad(bitmapBounds);
1688 SkRect::Make(source.bounds()).toQuad(bitmapBounds);
[all …]

123