Searched refs:POINT_NUM (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/ |
H A D | drawing_shader_effect_test.cpp | 37 constexpr uint32_t POINT_NUM = 3; variable 132 &start, &end, nullptr, pos, POINT_NUM, OH_Drawing_TileMode::CLAMP, nullptr), nullptr); 134 uint32_t colors[POINT_NUM] = {0xFF00FFFF, 0xFFFF00FF, 0xFFFFFF00}; 136 &start, nullptr, colors, pos, POINT_NUM, OH_Drawing_TileMode::CLAMP, nullptr), nullptr); 138 &start, &end, colors, pos, POINT_NUM, OH_Drawing_TileMode::CLAMP, nullptr), nullptr); 157 uint32_t colors[POINT_NUM] = {0xFF00FFFF, 0xFFFF00FF, 0xFFFFFF00}; 161 &start, radius, colors, pos, POINT_NUM, OH_Drawing_TileMode::CLAMP, nullptr), nullptr); 175 uint32_t colors[POINT_NUM] = {0xFF00FFFF, 0xFFFF00FF, 0xFFFFFF00}; 179 pos, POINT_NUM, OH_Drawing_TileMode::CLAMP, nullptr), nullptr); 181 pos, POINT_NUM, OH_Drawing_TileMode::CLAMP, nullptr), nullptr); [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_fly_out_shader_filter.cpp | 34 static const size_t POINT_NUM = 12; // 12 anchor points of a patch variable 81 void RSFlyOutShaderFilter::CalculateDeformation(std::array<Drawing::Point, POINT_NUM>& flyUp, in CalculateDeformation() 82 …std::array<Drawing::Point, POINT_NUM>& flyDown, const float deformWidth, const float deformHeight)… in CalculateDeformation() 143 std::array<Drawing::Point, POINT_NUM> flyUp = { in DrawImageRect() 155 std::array<Drawing::Point, POINT_NUM> flyDown = { in DrawImageRect()
|
H A D | rs_attraction_effect_filter.cpp | 166 std::vector<Drawing::Point> pathCtrlPointList(POINT_NUM, Drawing::Point(0.0f, 0.0f)); in CalculateCubicsCtrlPoint() 168 for (int i = 0; i < POINT_NUM; i++) { in CalculateCubicsCtrlPoint() 225 for (int i = 0; i < POINT_NUM; i++) { in CalculateBezierVelList() 345 for (int i = 1; i < POINT_NUM; ++i) { in UpdateDirtyRegion() 401 std::vector<Drawing::Point> speedListsFirst(POINT_NUM, Drawing::Point(0.0f, 0.0f)); in CalculateWindowStatus() 402 std::vector<Drawing::Point> speedListsSecond(POINT_NUM, Drawing::Point(0.0f, 0.0f)); in CalculateWindowStatus() 406 for (int i = 0; i < POINT_NUM; ++i) { in CalculateWindowStatus()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/ |
H A D | rs_attraction_effect_filter.h | 28 constexpr int32_t POINT_NUM = 12; variable
|