Home | History | Annotate | Download | only in graphics

Lines Matching refs:fRight

260                 src.fRight = bitmapWidth;
261 dst.fRight = bounds.fRight;
263 src.fRight = chunk.xDivs[i];
265 dst.fRight = dstRights[i];
267 const int srcXSize = src.fRight - src.fLeft;
269 dst.fRight = dst.fLeft + calculateStretch(bounds.fRight, dst.fLeft,
275 dst.fRight = dst.fLeft + SkIntToScalar(srcXSize);
278 dstRights[i] = dst.fRight;
284 if (src.fLeft >= src.fRight) {
285 src.fLeft = src.fRight;
289 if (dst.fRight <= dst.fLeft || dst.fBottom <= dst.fTop) {
301 // idst.fLeft, idst.fTop, idst.fRight, idst.fBottom);
321 src.fLeft = src.fRight;
322 dst.fLeft = dst.fRight;