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

/external/skia/tests/
H A DFontHostStreamTest.cpp71 SkIRect origRect = SkIRect::MakeWH(64, 64); local
73 create(&origBitmap, origRect);
109 compare(origBitmap, origRect, streamBitmap, streamRect));
/external/skqp/tests/
H A DFontHostStreamTest.cpp71 SkIRect origRect = SkIRect::MakeWH(64, 64); local
73 create(&origBitmap, origRect);
109 compare(origBitmap, origRect, streamBitmap, streamRect));
/external/skia/src/core/
H A DSkStroke.cpp1524 void SkStroke::strokeRect(const SkRect& origRect, SkPath* dst,
1534 SkScalar rw = origRect.width();
1535 SkScalar rh = origRect.height();
1539 SkRect rect(origRect);
/external/skqp/src/core/
H A DSkStroke.cpp1523 void SkStroke::strokeRect(const SkRect& origRect, SkPath* dst,
1533 SkScalar rw = origRect.width();
1534 SkScalar rh = origRect.height();
1538 SkRect rect(origRect);

Completed in 256 milliseconds