Searched refs:origRect (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/tests/ |
D | FontHostStreamTest.cpp | 73 SkIRect origRect = SkIRect::MakeWH(64, 64); in DEF_TEST() local 75 create(&origBitmap, origRect); in DEF_TEST() 110 compare(origBitmap, origRect, streamBitmap, streamRect)); in DEF_TEST()
|
/third_party/flutter/skia/tests/ |
D | FontHostStreamTest.cpp | 73 SkIRect origRect = SkIRect::MakeWH(64, 64); in DEF_TEST() local 75 create(&origBitmap, origRect); in DEF_TEST() 110 compare(origBitmap, origRect, streamBitmap, streamRect)); in DEF_TEST()
|
/third_party/flutter/skia/src/core/ |
D | SkStroke.cpp | 1531 void SkStroke::strokeRect(const SkRect& origRect, SkPath* dst, in strokeRect() argument 1541 SkScalar rw = origRect.width(); in strokeRect() 1542 SkScalar rh = origRect.height(); in strokeRect() 1546 SkRect rect(origRect); in strokeRect()
|
/third_party/skia/src/core/ |
D | SkStroke.cpp | 1571 void SkStroke::strokeRect(const SkRect& origRect, SkPath* dst, in strokeRect() argument 1581 SkScalar rw = origRect.width(); in strokeRect() 1582 SkScalar rh = origRect.height(); in strokeRect() 1586 SkRect rect(origRect); in strokeRect()
|