Lines Matching defs:width
48 SkScalarAbs(transformedRect.width() - srcRect.width()) < kColorBleedTolerance &&
131 SkIRect determine_clipped_src_rect(int width, int height,
138 : SkIRect::MakeWH(width, height);
172 if (imageSize.width() > maxTileSize || imageSize.height() > maxTileSize) {
173 *clippedSubset = determine_clipped_src_rect(rtSize.width(), rtSize.height(), clip, ctm,
180 const size_t area = imageSize.width() * imageSize.height();
207 *clippedSubset = determine_clipped_src_rect(rtSize.width(), rtSize.height(), clip, ctm,
262 * Optimize the src rect sampling area within an image (sized 'width' x 'height') such that
585 int nx = bitmap.width() / tileSize;
614 iClampRect = SkIRect::MakeWH(bitmap.width(), bitmap.height());
631 SkASSERT(image->width() <= rContext->priv().caps()->maxTextureSize() &&
716 SkRect dst = SkRect::MakeWH(special->width(), special->height());
764 ImageDrawMode mode = optimize_sample_area(SkISize::Make(image->width(), image->height()),