Home
last modified time | relevance | path

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

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_yuv_ext.cpp48 static const int32_t DEGREES360 = 360; member
210 int n = abs(degrees / DEGREES360); in rotate()
211 degrees += DEGREES360 * (n + 1); in rotate()
H A Dpixel_yuv.cpp54 static const int32_t DEGREES360 = 360; member
290 int n = abs(degrees / DEGREES360); in rotate()
291 degrees += DEGREES360 * (n + 1); in rotate()

Completed in 4 milliseconds