Home
last modified time | relevance | path

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

/external/skia/tests/
DFontHostStreamTest.cpp71 SkIRect origRect = SkIRect::MakeWH(64, 64); in DEF_TEST() local
73 create(&origBitmap, origRect); in DEF_TEST()
103 compare(origBitmap, origRect, streamBitmap, streamRect)); in DEF_TEST()
/external/skia/src/core/
DSkStroke.cpp1516 void SkStroke::strokeRect(const SkRect& origRect, SkPath* dst, in strokeRect() argument
1526 SkScalar rw = origRect.width(); in strokeRect()
1527 SkScalar rh = origRect.height(); in strokeRect()
1531 SkRect rect(origRect); in strokeRect()