Searched refs:devICropR (Results 1 – 1 of 1) sorted by relevance
69 SkIRect devICropR = devCropR.roundOut(); in applyTo() local73 if (embiggen || devICropR.fLeft > cropped->fLeft) { in applyTo()74 cropped->fLeft = devICropR.fLeft; in applyTo()77 devICropR.fRight = cropped->fLeft + devICropR.width(); in applyTo()80 if (embiggen || devICropR.fTop > cropped->fTop) { in applyTo()81 cropped->fTop = devICropR.fTop; in applyTo()84 devICropR.fBottom = cropped->fTop + devICropR.height(); in applyTo()87 if (embiggen || devICropR.fRight < cropped->fRight) { in applyTo()88 cropped->fRight = devICropR.fRight; in applyTo()92 if (embiggen || devICropR.fBottom < cropped->fBottom) { in applyTo()[all …]