Symbol: intType
src/apps/showimage/Filter.cpp
336
intType srcColumn;
src/apps/showimage/Filter.cpp
343
Scaler::ScaleBilinear(intType fromRow, int32 toRow)
src/apps/showimage/Filter.cpp
347
intType srcW, srcH;
src/apps/showimage/Filter.cpp
348
intType destW, destH;
src/apps/showimage/Filter.cpp
349
intType x, y, i;
src/apps/showimage/Filter.cpp
354
intType srcBPR, destBPR;
src/apps/showimage/Filter.cpp
377
cd->srcColumn = (intType)column;
src/apps/showimage/Filter.cpp
386
intType srcRow;
src/apps/showimage/Filter.cpp
394
srcRow = (intType)row;
src/apps/showimage/Filter.cpp
479
Scaler::ScaleBilinearFP(intType fromRow, int32 toRow)
src/apps/showimage/Filter.cpp
483
intType srcW, srcH;
src/apps/showimage/Filter.cpp
484
intType destW, destH;
src/apps/showimage/Filter.cpp
485
intType x, y, i;
src/apps/showimage/Filter.cpp
490
intType srcBPR, destBPR;
src/apps/showimage/Filter.cpp
528
intType srcRow;
src/apps/showimage/Filter.cpp
608
Scaler::RowValues(float* sum, const uchar* src, intType srcW, intType fromX,
src/apps/showimage/Filter.cpp
609
intType toX, const float a0X, const float a1X, const int32 kBPP)
src/apps/showimage/Filter.cpp
640
Scaler::DownScaleBilinear(intType fromRow, int32 toRow)
src/apps/showimage/Filter.cpp
644
intType srcW, srcH;
src/apps/showimage/Filter.cpp
645
intType destW, destH;
src/apps/showimage/Filter.cpp
646
intType x, y;
src/apps/showimage/Filter.cpp
649
intType srcBPR, destBPR;
src/apps/showimage/Filter.cpp
681
cd->from = (intType)fFromX;
src/apps/showimage/Filter.cpp
682
cd->to = (intType)fToX;
src/apps/showimage/Filter.cpp
692
const intType fromY = (intType)fFromY;
src/apps/showimage/Filter.cpp
693
const intType toY = (intType)fToY;
src/apps/showimage/Filter.cpp
703
const intType fromX = cd->from;
src/apps/showimage/Filter.cpp
704
const intType toX = cd->to;
src/apps/showimage/Filter.cpp
751
intType error[3];
src/apps/showimage/Filter.cpp
756
Scaler::Limit(intType value)
src/apps/showimage/Filter.cpp
772
intType destW;
src/apps/showimage/Filter.cpp
773
intType x, y;
src/apps/showimage/Filter.cpp
776
intType srcBPR;
src/apps/showimage/Filter.cpp
781
intType destBPR;
src/apps/showimage/Filter.cpp
789
intType error[3], err[3];
src/apps/showimage/Filter.h
178
inline void RowValues(float* sum, const uchar* srcData, intType srcW,
src/apps/showimage/Filter.h
179
intType fromX, intType toX, const float a0X,
src/apps/showimage/Filter.h
182
static inline uchar Limit(intType value);