Lines Matching refs:left
272 const int left = x * subsetWidth;
281 const int decodeLeft = left - unscaledBorder;
297 SkRect::MakeXYWH((SkScalar) (left / 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
739 int left = 0;
769 SkIntToScalar(left), SkIntToScalar(top));
775 left += decodeInfo.width();
1218 // frame progression. The film strip will still be in order left-to-right,