Lines Matching refs:fInputHeight

135 	fInputHeight(0),
270 row = fInputHeight - 1 - row;
809 if (fInputWidth == 3936 && fInputHeight == 2624) {
812 fInputHeight = 2616;
827 fInputHeight = 1550;
838 fInputHeight = 1448;
845 fInputHeight = 1720;
852 fInputHeight = 1960;
859 fInputHeight = 2056;
869 fInputHeight = 2328;
876 fInputHeight = 2472;
899 fInputHeight -= 2;
908 fInputHeight -= 2;
929 fInputHeight -= fTopMargin;
1196 for (wlast = -1, row = 1; row < (int32)fInputHeight - 1; row++) {
1240 fInputHeight = fOutputHeight;
1244 uint16 (*data)[4] = (uint16 (*)[4])calloc(fInputHeight
1249 for (row = 0; row < fInputHeight; row++) {
1267 for (row = FC(1, 0) >> 1; row < fInputHeight; row += 2) {
1682 for (row = 0; row < fInputHeight; row++) {
1684 if (col == border && row >= border && row < fInputHeight - border)
1691 if (y < fInputHeight && x < fInputWidth) {
1742 float percentageStep = 70.0f / (fInputHeight / (TS - 6));
1744 for (top = 0; top < fInputHeight; top += TS - 6) {
1755 && row < fInputHeight - 2; row++) {
1778 && row < fInputHeight - 1; row++) {
1813 for (row = top + 2; row < top+TS-2 && row < fInputHeight; row++) {
1852 for (row = top + 3; row < top + TS - 3 && row < fInputHeight - 3;
2053 for (row = 0; row < fInputHeight; row++) {
2087 percent = int32(fInputWidth * fInputHeight * 0.01);
2347 for (uint32 row = 0; row < fInputHeight; row++) {
2367 for (uint32 row = 0; row < fInputHeight; row++) {
2557 if (irow >= fInputHeight)
2573 fMeta.black /= (rawWidth - fInputWidth) * fInputHeight;
2613 if (uint32(row - fTopMargin) < fInputHeight) {
2632 fMeta.black /= (rawWidth - fInputWidth) * fInputHeight;
2703 colStep, rowStep, fInputWidth, fInputHeight, width,
3268 fInputHeight = fRead.Next(tag.type) - fTopMargin;
3499 fInputHeight = _Raw().height;
3569 fOutputHeight = (fInputHeight + fShrink) >> fShrink;