Home
last modified time | relevance | path

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

/external/skia/src/images/
DSkScaledBitmapSampler.h21 int scaledHeight() const { return fScaledHeight; } in scaledHeight()
46 int fScaledHeight; variable
DSkScaledBitmapSampler.cpp304 fScaledHeight = height; in SkScaledBitmapSampler()
314 fScaledHeight = height / dy; in SkScaledBitmapSampler()
317 SkASSERT(fScaledHeight > 0); in SkScaledBitmapSampler()
329 SkASSERT(fDY > 0 && (fY0 + fDY * (fScaledHeight - 1)) < height); in SkScaledBitmapSampler()
424 SkASSERT((unsigned)fCurrY < (unsigned)fScaledHeight); in next()