Home | History | Annotate | Download | only in graphics

Lines Matching refs:fTop

80         if (!getColor(bitmap, src.fLeft, src.fTop, &c)) {
208 SkScalarToFloat(bounds.fLeft), SkScalarToFloat(bounds.fTop),
213 src.fTop = 0;
214 dst.fTop = bounds.fTop;
232 j <= numYDivs && src.fTop < bitmapHeight;
241 const int srcYSize = src.fBottom - src.fTop;
243 dst.fBottom = dst.fTop + calculateStretch(bounds.fBottom, dst.fTop,
249 dst.fBottom = dst.fTop + SkIntToScalar(srcYSize);
292 if (dst.fRight <= dst.fLeft || dst.fBottom <= dst.fTop) {
304 // idst.fLeft, idst.fTop, idst.fRight, idst.fBottom);
312 src.fLeft, src.fTop, src.width(), src.height(),
313 SkScalarToFloat(dst.fLeft), SkScalarToFloat(dst.fTop),
327 src.fTop = src.fBottom;
328 dst.fTop = dst.fBottom;