Lines Matching defs:height
459 dng_image* render(int width, int height) {
467 const int preferredSize = std::max(width, height);
510 int height() const {
541 bool init(int width, int height, const dng_point& cfaPatternSize) {
543 fHeight = height;
550 return width > 0 && height > 0;
687 const int height = dstInfo.height();
688 std::unique_ptr<dng_image> image(fDngImage->render(width, height));
698 imageSize.v / (float) height > maxDiffRatio || imageSize.v < height) {
729 for (int i = 0; i < height; ++i) {
793 : INHERITED(SkEncodedInfo::Make(dngImage->width(), dngImage->height(),