Searched refs:fScaledHeight (Results 1 – 3 of 3) sorted by relevance
22 int scaledHeight() const { return fScaledHeight; } in scaledHeight()72 int fScaledHeight; variable
598 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()
810 FX_FLOAT fScaledHeight = fHeight - fFixedHeight - fAutoHeigt; in ProcessRows() local811 if (fScaledHeight > 0 && fScaledRowNum > 0) { in ProcessRows()812 SetScaledColRowsSize(scaledRows, fScaledHeight, fScaledRowNum); in ProcessRows()1037 FX_FLOAT fScaledHeight = 0; in ProcessUnCertainRows() local1040 fScaledHeight += in ProcessUnCertainRows()1043 return fFixedHeight + fAutoHeigt + fScaledHeight; in ProcessUnCertainRows()