Home
last modified time | relevance | path

Searched defs:firstPoint (Results 1 – 8 of 8) sorted by relevance

/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
Dgradient_dirty_laundry.cpp65 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/
Dswipe_recognizer.cpp21 SwipeEventInfo::SwipeDirection GetSwipeDirection(const TouchEvent& firstPoint, const TouchEvent& la… in GetSwipeDirection()
40 …SwipeEventInfo::SwipeDirection direction, const TouchEvent& firstPoint, const TouchEvent& lastPoin… in GetSwipeDistance()
Ddrag_recognizer.cpp40 const auto& firstPoint = dragInfo.velocityTracker_.GetFirstTrackPoint(); in OnAccepted() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/
Ddrawing_decoration_painter.cpp202 …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/
Dskia_decoration_painter.cpp230 …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/
Dtext_drag_pattern.cpp271 auto firstPoint = points[i]; in CalculateLineAndArc() local
/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
Drosen_decoration_painter.cpp238 …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/
Dmedia_file_utils.cpp854 size_t firstPoint = (relativePath.front() == '/') ? 1 : 0; in CheckTitle() local