Home
last modified time | relevance | path

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

/external/skia/tests/
DFontHostStreamTest.cpp78 SkIRect origRect = SkIRect::MakeWH(64, 64); in DEF_TEST() local
80 create(&origBitmap, origRect, SkBitmap::kARGB_8888_Config); in DEF_TEST()
108 compare(origBitmap, origRect, streamBitmap, streamRect)); in DEF_TEST()
/external/chromium_org/third_party/skia/src/core/
DSkStroke.cpp686 void SkStroke::strokeRect(const SkRect& origRect, SkPath* dst, in strokeRect() argument
696 SkScalar rw = origRect.width(); in strokeRect()
697 SkScalar rh = origRect.height(); in strokeRect()
701 SkRect rect(origRect); in strokeRect()
/external/skia/src/core/
DSkStroke.cpp686 void SkStroke::strokeRect(const SkRect& origRect, SkPath* dst, in strokeRect() argument
696 SkScalar rw = origRect.width(); in strokeRect()
697 SkScalar rh = origRect.height(); in strokeRect()
701 SkRect rect(origRect); in strokeRect()