Home
last modified time | relevance | path

Searched refs:origRect (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/tests/
H A 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/skia/src/core/
H A DSkStroke.cpp1571 void SkStroke::strokeRect(const SkRect& origRect, SkPath* dst,
1581 SkScalar rw = origRect.width();
1582 SkScalar rh = origRect.height();
1586 SkRect rect(origRect);

Completed in 3 milliseconds