Lines Matching defs:height
582 uint32_t minOutputSize, int* width, int* height) {
590 (uint32_t) brd->height()) {
596 // Set the image width and height. The calling code will use this to choose subsets to decode.
598 *height = brd->height();
722 svgDom->containerSize().height()));
818 pic->cullRect().height(),
973 if (10 * sampleSize > std::min(codec->getInfo().width(), codec->getInfo().height())) {
1019 int height = 0;
1021 &width, &height)) {
1041 (height - subsetSize) / 2, subsetSize, subsetSize);
1045 subset = SkIRect::MakeXYWH(0, height - subsetSize, subsetSize,
1051 height - subsetSize, subsetSize, subsetSize);