Home
last modified time | relevance | path

Searched refs:origRect (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/tests/
DFontHostStreamTest.cpp73 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/
DFontHostStreamTest.cpp73 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/
DSkStroke.cpp1531 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/
DSkStroke.cpp1571 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()