Lines Matching defs:width
582 uint32_t minOutputSize, int* width, int* height) {
589 if (sampleSize * minOutputSize > (uint32_t) brd->width() || sampleSize * minOutputSize >
596 // Set the image width and height. The calling code will use this to choose subsets to decode.
597 *width = brd->width();
721 svgDom->render(recorder.beginRecording(svgDom->containerSize().width(),
817 pic->playback(recorder.beginRecording(pic->cullRect().width(),
973 if (10 * sampleSize > std::min(codec->getInfo().width(), codec->getInfo().height())) {
1018 int width = 0;
1021 &width, &height)) {
1035 subset = SkIRect::MakeXYWH(width - subsetSize, 0, subsetSize,
1040 subset = SkIRect::MakeXYWH((width - subsetSize) / 2,
1050 subset = SkIRect::MakeXYWH(width - subsetSize,