Searched refs:NUM_180 (Results 1 – 1 of 1) sorted by relevance
42 constexpr int32_t NUM_180 = 180; variable584 int32_t dstWidth = info.rotation % NUM_180 == 0 ? param.dstWidth : param.dstHeight; in ScalePixelMap()585 int32_t dstHeight = info.rotation % NUM_180 == 0 ? param.dstHeight : param.dstWidth; in ScalePixelMap()