Home
last modified time | relevance | path

Searched refs:FLAT_ANGLE (Results 1 - 5 of 5) sorted by relevance

/foundation/multimedia/media_library/frameworks/services/media_thumbnail/include/
H A Dthumbnail_const.h112 constexpr int32_t FLAT_ANGLE = 180; member
/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_svg_painter.cpp25 constexpr float FLAT_ANGLE = 180.0f; member
971 degrees = SkRadiansToDegrees(std::atan2(tangent.y(), tangent.x())) + FLAT_ANGLE; in UpdateMotionMatrix()
993 degrees = Rosen::Drawing::ConvertRadiansToDegrees(std::atan2(tangent.GetY(), tangent.GetX())) + FLAT_ANGLE; in UpdateMotionMatrix()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_util.cpp1620 constexpr uint32_t FLAT_ANGLE = 180; in LayerScaleDown() local
1637 if (surfaceRotation % FLAT_ANGLE != 0) { in LayerScaleDown()
1680 constexpr uint32_t FLAT_ANGLE = 180; in LayerScaleFit() local
1689 if (surfaceRotation % FLAT_ANGLE != 0) { in LayerScaleFit()
H A Drs_uni_render_composer_adapter.cpp41 constexpr uint32_t FLAT_ANGLE = 180; member
1031 if (surfaceRotation % FLAT_ANGLE != 0) { in LayerScaleDown()
1099 if (surfaceRotation % FLAT_ANGLE != 0) { in LayerScaleDown()
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
H A Dithumbnail_helper.cpp472 int lcdDesiredWidth = data.orientation % FLAT_ANGLE == 0 ? data.lcdDesiredSize.width : data.lcdDesiredSize.height; in IsCreateLcdSuccess()
473 int lcdDesiredHeight = data.orientation % FLAT_ANGLE == 0 ? data.lcdDesiredSize.height : data.lcdDesiredSize.width; in IsCreateLcdSuccess()

Completed in 12 milliseconds