Searched refs:cropSz (Results 1 – 2 of 2) sorted by relevance
1086 Size cropSz = { 2*static_cast<uint32_t>(fWcrop/2.0f), in cropAndScaleThumbLocked() local1091 2*static_cast<int32_t>((inSz.width - cropSz.width)/4), in cropAndScaleThumbLocked()1092 2*static_cast<int32_t>((inSz.height - cropSz.height)/4), in cropAndScaleThumbLocked()1093 static_cast<int32_t>(cropSz.width), in cropAndScaleThumbLocked()1094 static_cast<int32_t>(cropSz.height) }; in cropAndScaleThumbLocked()
2487 Size cropSz = {.width = 2 * static_cast<int32_t>(fWcrop / 2.0f), in cropAndScaleThumbLocked() local2491 IMapper::Rect inputCrop{.left = 2 * static_cast<int32_t>((inSz.width - cropSz.width) / 4), in cropAndScaleThumbLocked()2492 .top = 2 * static_cast<int32_t>((inSz.height - cropSz.height) / 4), in cropAndScaleThumbLocked()2493 .width = static_cast<int32_t>(cropSz.width), in cropAndScaleThumbLocked()2494 .height = static_cast<int32_t>(cropSz.height)}; in cropAndScaleThumbLocked()