Lines Matching defs:height
76 void UIQrcode::SetHeight(int16_t height)
78 if (GetHeight() != height) {
79 UIView::SetHeight(height);
119 int16_t height = GetHeight();
120 width_ = (width >= height) ? height : width;
126 imageInfo_.header.height = height;
129 imageInfo_.dataSize = width * imageInfo_.header.height * QRCODE_FACTOR_NUM;
157 int16_t height = imageInfo_.header.height;
160 int32_t offsetY = (height - outFilePixelPrescaler * qrWidth) / 2; // 2: half
198 for (int16_t row = 1; row < imageInfo_.header.height; ++row) {