Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleApp.cpp1105 int zoomedHeight = (height >> 1) | 1; in showZoomer() local
1107 src.set(0, 0, zoomedWidth / fFatBitsScale, zoomedHeight / fFatBitsScale); in showZoomer()
1110 dest.set(0, 0, SkIntToScalar(zoomedWidth), SkIntToScalar(zoomedHeight)); in showZoomer()
1111 dest.offset(SkIntToScalar(width - zoomedWidth), SkIntToScalar(height - zoomedHeight)); in showZoomer()