Home
last modified time | relevance | path

Searched defs:to (Results 1 – 14 of 14) sorted by relevance

/lvgl-latest/src/libs/freetype/
Dlv_freetype_outline.c242 const FT_Vector * to) in outline_push_point()
260 const FT_Vector * to, in outline_move_to_cb()
269 const FT_Vector * to, in outline_line_to_cb()
279 const FT_Vector * to, in outline_conic_to_cb()
290 const FT_Vector * to, in outline_cubic_to_cb()
Dlv_freetype_private.h76 lv_freetype_outline_vector_t to; member
/lvgl-latest/src/libs/thorvg/
DtvgSvgCssStyle.cpp42 static void _copyStyle(SvgStyleProperty* to, const SvgStyleProperty* from) in _copyStyle()
189 void cssCopyStyleAttr(SvgNode* to, const SvgNode* from) in cssCopyStyleAttr()
DtvgSwShape.cpp54 static bool _outlineMoveTo(SwOutline& outline, const Point* to, const Matrix& transform, bool close… in _outlineMoveTo()
65 static void _outlineLineTo(SwOutline& outline, const Point* to, const Matrix& transform) in _outlineLineTo()
72 …eCubicTo(SwOutline& outline, const Point* ctrl1, const Point* ctrl2, const Point* to, const Matrix… in _outlineCubicTo()
104 static void _dashLineTo(SwDashStroke& dash, const Point* to, const Matrix& transform) in _dashLineTo()
165 …hCubicTo(SwDashStroke& dash, const Point* ctrl1, const Point* ctrl2, const Point* to, const Matrix… in _dashCubicTo()
DtvgSwStroke.cpp119 …orderCubicTo(SwStrokeBorder* border, const SwPoint& ctrl1, const SwPoint& ctrl2, const SwPoint& to) in _borderCubicTo()
192 static void _borderLineTo(SwStrokeBorder* border, const SwPoint& to, bool movable) in _borderLineTo()
211 static void _borderMoveTo(SwStrokeBorder* border, SwPoint& to) in _borderMoveTo()
376 static void _lineTo(SwStroke& stroke, const SwPoint& to) in _lineTo()
430 …atic void _cubicTo(SwStroke& stroke, const SwPoint& ctrl1, const SwPoint& ctrl2, const SwPoint& to) in _cubicTo()
665 static void _beginSubPath(SwStroke& stroke, const SwPoint& to, bool closed) in _beginSubPath()
DtvgSwImage.cpp50 Point to[4]; in _genOutline() local
DtvgSvgLoader.cpp2404 static void _inheritRadialCxAttr(SvgStyleGradient* to, SvgStyleGradient* from) in _inheritRadialCxAttr()
2412 static void _inheritRadialCyAttr(SvgStyleGradient* to, SvgStyleGradient* from) in _inheritRadialCyAttr()
2420 static void _inheritRadialFxAttr(SvgStyleGradient* to, SvgStyleGradient* from) in _inheritRadialFxAttr()
2428 static void _inheritRadialFyAttr(SvgStyleGradient* to, SvgStyleGradient* from) in _inheritRadialFyAttr()
2436 static void _inheritRadialFrAttr(SvgStyleGradient* to, SvgStyleGradient* from) in _inheritRadialFrAttr()
2444 static void _inheritRadialRAttr(SvgStyleGradient* to, SvgStyleGradient* from) in _inheritRadialRAttr()
2690 static void _inheritLinearX1Attr(SvgStyleGradient* to, SvgStyleGradient* from) in _inheritLinearX1Attr()
2698 static void _inheritLinearX2Attr(SvgStyleGradient* to, SvgStyleGradient* from) in _inheritLinearX2Attr()
2706 static void _inheritLinearY1Attr(SvgStyleGradient* to, SvgStyleGradient* from) in _inheritLinearY1Attr()
2714 static void _inheritLinearY2Attr(SvgStyleGradient* to, SvgStyleGradient* from) in _inheritLinearY2Attr()
[all …]
DtvgSwRle.cpp493 static void _moveTo(RleWorker& rw, const SwPoint& to) in _moveTo()
505 static void _lineTo(RleWorker& rw, const SwPoint& to) in _lineTo()
633 static void _cubicTo(RleWorker& rw, const SwPoint& ctrl1, const SwPoint& ctrl2, const SwPoint& to) in _cubicTo()
DtvgSwMath.cpp269 SwPoint mathTransform(const Point* to, const Matrix& transform) in mathTransform()
DtvgSwRaster.cpp1804 bool rasterConvertCS(RenderSurface* surface, ColorSpace to) in rasterConvertCS()
/lvgl-latest/tests/src/test_cases/
Dtest_fs.c87 static void read_range(lv_fs_file_t * f, uint32_t from, uint32_t to) in read_range()
164 uint8_t to = ranges[i][1]; in read_random_drv() local
Dtest_svg_anim.c39 float to = (LV_ARRAY_GET(&anim_node->attrs, 4, lv_svg_attr_t))->value.fval; in testAnimate() local
59 float to = (LV_ARRAY_GET(&anim_node->attrs, 1, lv_svg_attr_t))->value.fval; in testSet() local
/lvgl-latest/src/libs/thorvg/rapidjson/
Duri.h399 Ch* CopyPart(Ch* to, Ch* from, std::size_t len) { in CopyPart()
/lvgl-latest/src/libs/expat/
Dxmltok.c412 unsigned short *to = *toP; in utf8_toUtf16() local