Searched refs:zoomedWidth (Results 1 - 1 of 1) sorted by relevance

/external/skia/samplecode/
H A DSampleApp.cpp658 int zoomedWidth = (width >> 1) | 1; local
661 src.set(0, 0, zoomedWidth / fFatBitsScale, zoomedHeight / fFatBitsScale);
664 dest.set(0, 0, SkIntToScalar(zoomedWidth), SkIntToScalar(zoomedHeight));
665 dest.offset(SkIntToScalar(width - zoomedWidth), SkIntToScalar(height - zoomedHeight));

Completed in 39 milliseconds