Searched defs:origRect (Results 1 - 4 of 4) sorted by last modified time

/external/skia/src/core/
H A DSkStroke.cpp686 void SkStroke::strokeRect(const SkRect& origRect, SkPath* dst, argument
696 SkScalar rw = origRect.width();
697 SkScalar rh = origRect.height();
701 SkRect rect(origRect);
/external/skia/tests/
H A DFontHostStreamTest.cpp76 SkIRect origRect = SkIRect::MakeWH(64, 64); local
78 create(&origBitmap, origRect);
106 compare(origBitmap, origRect, streamBitmap, streamRect));
/external/chromium_org/third_party/skia/src/core/
H A DSkStroke.cpp687 void SkStroke::strokeRect(const SkRect& origRect, SkPath* dst, argument
697 SkScalar rw = origRect.width();
698 SkScalar rh = origRect.height();
702 SkRect rect(origRect);
/external/chromium_org/third_party/skia/tests/
H A DFontHostStreamTest.cpp77 SkIRect origRect = SkIRect::MakeWH(64, 64); local
79 create(&origBitmap, origRect);
113 compare(origBitmap, origRect, streamBitmap, streamRect));

Completed in 158 milliseconds