Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgSvgLoaderCommon.h389 struct SvgLinearGradient struct
391 float x1;
392 float y1;
393 float x2;
394 float y2;
395 bool isX1Percentage;
396 bool isY1Percentage;
397 bool isX2Percentage;
398 bool isY2Percentage;