Searched refs:zoomedHeight (Results 1 – 1 of 1) sorted by relevance
1105 int zoomedHeight = (height >> 1) | 1; in showZoomer() local1107 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()