Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleApp.cpp1289 int zoomedHeight = (height >> 1) | 1; in showZoomer() local
1291 src.set(0, 0, zoomedWidth / fFatBitsScale, zoomedHeight / fFatBitsScale); in showZoomer()
1294 dest.set(0, 0, SkIntToScalar(zoomedWidth), SkIntToScalar(zoomedHeight)); in showZoomer()
1295 dest.offset(SkIntToScalar(width - zoomedWidth), SkIntToScalar(height - zoomedHeight)); in showZoomer()