Lines Matching defs:top
273 const int top = y * subsetHeight;
282 const int decodeTop = top - unscaledBorder;
298 (SkScalar) (top / fSampleSize),
417 SkScalar left = 0, SkScalar top = 0) {
421 canvas->drawImage(bitmap.asImage(), left, top);
728 // SkWebpCodec, the only one that supports subsets, requires even top/left boundaries.
736 // Keep track of left and top (for drawing subsetBm into canvas). We could use
741 int top = 0;
769 SkIntToScalar(left), SkIntToScalar(top));
772 top += decodeInfo.height();
1219 // top-down, just not drawn in that order.