Home
last modified time | relevance | path

Searched refs:fScaledHeight (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/images/
DSkScaledBitmapSampler.h22 int scaledHeight() const { return fScaledHeight; } in scaledHeight()
72 int fScaledHeight; variable
DSkScaledBitmapSampler.cpp598 fScaledHeight = height; in SkScaledBitmapSampler()
608 fScaledHeight = height / dy; in SkScaledBitmapSampler()
611 SkASSERT(fScaledHeight > 0); in SkScaledBitmapSampler()
623 SkASSERT(fDY > 0 && (fY0 + fDY * (fScaledHeight - 1)) < height); in SkScaledBitmapSampler()
739 SkASSERT((unsigned)fCurrY < (unsigned)fScaledHeight); in next()
765 if (dstY >= fScaledHeight) { in sampleInterlaced()
/external/pdfium/xfa/src/fwl/src/core/
Dfwl_gridimp.cpp810 FX_FLOAT fScaledHeight = fHeight - fFixedHeight - fAutoHeigt; in ProcessRows() local
811 if (fScaledHeight > 0 && fScaledRowNum > 0) { in ProcessRows()
812 SetScaledColRowsSize(scaledRows, fScaledHeight, fScaledRowNum); in ProcessRows()
1037 FX_FLOAT fScaledHeight = 0; in ProcessUnCertainRows() local
1040 fScaledHeight += in ProcessUnCertainRows()
1043 return fFixedHeight + fAutoHeigt + fScaledHeight; in ProcessUnCertainRows()