Searched refs:origRect (Results 1 – 2 of 2) sorted by relevance
76 SkIRect origRect = SkIRect::MakeWH(64, 64); in DEF_TEST() local78 create(&origBitmap, origRect); in DEF_TEST()113 compare(origBitmap, origRect, streamBitmap, streamRect)); in DEF_TEST()
1492 void SkStroke::strokeRect(const SkRect& origRect, SkPath* dst, in strokeRect() argument1502 SkScalar rw = origRect.width(); in strokeRect()1503 SkScalar rh = origRect.height(); in strokeRect()1507 SkRect rect(origRect); in strokeRect()