Home
last modified time | relevance | path

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

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