Searched defs:firstPoint (Results 1 – 8 of 8) sorted by relevance
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/ |
| D | gradient_dirty_laundry.cpp | 65 OH_Drawing_ShaderEffect* MakeLinear(const OH_Drawing_Point* firstPoint, const OH_Drawing_Point* sec… in MakeLinear() 73 OH_Drawing_ShaderEffect* MakeRadial(const OH_Drawing_Point* firstPoint, const OH_Drawing_Point* sec… in MakeRadial() 87 OH_Drawing_ShaderEffect* MakeSweep(const OH_Drawing_Point* firstPoint, const OH_Drawing_Point* seco… in MakeSweep() 113 OH_Drawing_Point* firstPoint = OH_Drawing_PointCreate(0, 0); // 0, 0 创建Point in OnTestFunction() local
|
| /foundation/arkui/ace_engine/frameworks/core/gestures/ |
| D | swipe_recognizer.cpp | 21 SwipeEventInfo::SwipeDirection GetSwipeDirection(const TouchEvent& firstPoint, const TouchEvent& la… in GetSwipeDirection() 40 …SwipeEventInfo::SwipeDirection direction, const TouchEvent& firstPoint, const TouchEvent& lastPoin… in GetSwipeDistance()
|
| D | drag_recognizer.cpp | 40 const auto& firstPoint = dragInfo.velocityTracker_.GetFirstTrackPoint(); in OnAccepted() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/ |
| D | drawing_decoration_painter.cpp | 202 …LinearGradientShader(const NG::Gradient& gradient, const RSPoint& firstPoint, const RSPoint& secon… in LinearGradientShader() 233 RSPoint firstPoint { 0.0f, 0.0f }; in CreateLinearGradient() local 282 …static void EndPointsFromAngle(float angle, const RSSize& size, RSPoint& firstPoint, RSPoint& seco… in EndPointsFromAngle()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
| D | skia_decoration_painter.cpp | 230 …LinearGradientShader(const NG::Gradient& gradient, const SkPoint& firstPoint, const SkPoint& secon… in LinearGradientShader() 260 SkPoint firstPoint { 0.0f, 0.0f }; in CreateLinearGradient() local 309 …static void EndPointsFromAngle(float angle, const SkSize& size, SkPoint& firstPoint, SkPoint& seco… in EndPointsFromAngle()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_drag/ |
| D | text_drag_pattern.cpp | 271 auto firstPoint = points[i]; in CalculateLineAndArc() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/common/painter/ |
| D | rosen_decoration_painter.cpp | 238 …LinearGradientShader(const Gradient& gradient, const SkPoint& firstPoint, const SkPoint& secondPoi… in LinearGradientShader() 297 SkPoint firstPoint { 0.0f, 0.0f }; in CreateLinearGradient() local 331 RSPoint firstPoint { 0.0f, 0.0f }; in CreateLinearGradient() local 382 …static void EndPointsFromAngle(float angle, const SkSize& size, SkPoint& firstPoint, SkPoint& seco… in EndPointsFromAngle() 431 …static void EndPointsFromAngle(float angle, const RSSize& size, RSPoint& firstPoint, RSPoint& seco… in EndPointsFromAngle()
|
| /foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/ |
| D | media_file_utils.cpp | 854 size_t firstPoint = (relativePath.front() == '/') ? 1 : 0; in CheckTitle() local
|