Searched refs:cropSz (Results 1 – 1 of 1) sorted by relevance
1192 Size cropSz = { 2*static_cast<uint32_t>(fWcrop/2.0f), in cropAndScaleThumbLocked() local1197 2*static_cast<int32_t>((inSz.width - cropSz.width)/4), in cropAndScaleThumbLocked()1198 2*static_cast<int32_t>((inSz.height - cropSz.height)/4), in cropAndScaleThumbLocked()1199 static_cast<int32_t>(cropSz.width), in cropAndScaleThumbLocked()1200 static_cast<int32_t>(cropSz.height) }; in cropAndScaleThumbLocked()