Searched refs:cropRectFloat (Results 1 – 2 of 2) sorted by relevance
81 SkRect cropRectFloat; in DrawClippedImage() local82 SkMatrix::MakeScale(scale, scale).mapRect(&cropRectFloat, SkRect::Make(cropRect)); in DrawClippedImage()83 if (clipRect.intersect(cropRectFloat)) { in DrawClippedImage()