Searched refs:toQuad (Results 1 – 25 of 68) sorted by relevance
123
/external/skqp/include/core/ |
D | SkRSXform.h | 61 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/ |
D | SkRSXform.h | 61 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/ |
D | Matrix_preSkew_2.cpp | 9 SkRect::Make(image->bounds()).toQuad(bitmapBounds); in draw()
|
D | Matrix_postRotate_2.cpp | 9 SkRect::Make(source.bounds()).toQuad(bitmapBounds); in draw()
|
D | Matrix_preRotate_2.cpp | 9 SkRect::Make(image->bounds()).toQuad(bitmapBounds); in draw()
|
D | Matrix_postScale_2.cpp | 9 SkRect::Make(source.bounds()).toQuad(bitmapBounds); in draw()
|
D | Matrix_063.cpp | 9 SkRect::Make(image->bounds()).toQuad(bitmapBounds); in draw()
|
D | Matrix_preScale_2.cpp | 9 SkRect::Make(image->bounds()).toQuad(bitmapBounds); in draw()
|
D | Matrix_postSkew_2.cpp | 9 SkRect::Make(image->bounds()).toQuad(bitmapBounds); in draw()
|
D | Matrix_postConcat.cpp | 9 SkRect::Make(source.bounds()).toQuad(bitmapBounds); in draw()
|
D | Rect_toQuad.cpp | 9 rect.toQuad(corners); in draw()
|
D | Matrix_postScale.cpp | 9 SkRect::Make(source.bounds()).toQuad(bitmapBounds); in draw()
|
D | Matrix_postSkew.cpp | 9 SkRect::Make(image->bounds()).toQuad(bitmapBounds); in draw()
|
D | Matrix_preScale.cpp | 9 SkRect::Make(image->bounds()).toQuad(bitmapBounds); in draw()
|
D | Matrix_preRotate.cpp | 9 SkRect::Make(image->bounds()).toQuad(bitmapBounds); in draw()
|
D | Matrix_postRotate.cpp | 9 SkRect::Make(source.bounds()).toQuad(bitmapBounds); in draw()
|
D | Matrix_preSkew.cpp | 9 SkRect::Make(image->bounds()).toQuad(bitmapBounds); in draw()
|
D | Matrix_preConcat.cpp | 9 SkRect::Make(source.bounds()).toQuad(bitmapBounds); in draw()
|
D | Matrix_setConcat.cpp | 9 SkRect::Make(source.bounds()).toQuad(bitmapBounds); in draw()
|
D | Matrix_Concat.cpp | 9 SkRect::Make(image->bounds()).toQuad(bitmapBounds); in draw()
|
D | Matrix_mapXY_2.cpp | 9 SkRect::Make(source.bounds()).toQuad(bitmapBounds); in draw()
|
D | Matrix_hasPerspective.cpp | 10 SkRect::Make(source.bounds()).toQuad(bitmapBounds);
|
/external/skqp/src/pathops/ |
D | SkDCubicToQuads.cpp | 35 SkDQuad SkDCubic::toQuad() const { in toQuad() function in SkDCubic
|
/external/skia/src/pathops/ |
D | SkDCubicToQuads.cpp | 35 SkDQuad SkDCubic::toQuad() const { in toQuad() function in SkDCubic
|
/external/skqp/docs/ |
D | SkMatrix_Reference.bmh | 334 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