Searched defs:zoomedHeight (Results 1 - 2 of 2) sorted by last modified time

/external/skia/samplecode/
H A DSampleApp.cpp1203 int zoomedHeight = (height >> 1) | 1; local
1205 src.set(0, 0, zoomedWidth / fFatBitsScale, zoomedHeight / fFatBitsScale);
1208 dest.set(0, 0, SkIntToScalar(zoomedWidth), SkIntToScalar(zoomedHeight));
1209 dest.offset(SkIntToScalar(width - zoomedWidth), SkIntToScalar(height - zoomedHeight));
/external/chromium_org/third_party/skia/samplecode/
H A DSampleApp.cpp1200 int zoomedHeight = (height >> 1) | 1; local
1202 src.set(0, 0, zoomedWidth / fFatBitsScale, zoomedHeight / fFatBitsScale);
1205 dest.set(0, 0, SkIntToScalar(zoomedWidth), SkIntToScalar(zoomedHeight));
1206 dest.offset(SkIntToScalar(width - zoomedWidth), SkIntToScalar(height - zoomedHeight));

Completed in 62 milliseconds