Lines Matching defs:height
49 SkScalarAbs(transformedRect.height() - srcRect.height()) < 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
586 int ny = bitmap.height() / tileSize;
614 iClampRect = SkIRect::MakeWH(bitmap.width(), bitmap.height());
632 image->height() <= 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()),