Home
last modified time | relevance | path

Searched refs:DIRECTION_NUM (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/barrierfree/accessibility/services/aams/include/
H A Daccessibility_gesture_recognizer.h42 const int32_t DIRECTION_NUM = 4; variable
309 static constexpr GestureType GESTURE_DIRECTION[DIRECTION_NUM] = {
316 static constexpr GestureType GESTURE_DIRECTION_TO_ID[DIRECTION_NUM][DIRECTION_NUM] = {
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/
H A Dge_linear_gradient_blur_shader_filter.cpp25 constexpr static uint8_t DIRECTION_NUM = 4; variable
172 direction += DIRECTION_NUM; in TransformGradientBlurDirection()
176 direction -= DIRECTION_NUM; in TransformGradientBlurDirection()
178 direction += DIRECTION_NUM; in TransformGradientBlurDirection()
181 direction += DIRECTION_NUM; in TransformGradientBlurDirection()