Searched refs:identity (Results 1 – 7 of 7) sorted by relevance
/lvgl-latest/docs/ |
D | CODE_OF_CONDUCT.rst.back | 10 regardless of age, body size, disability, ethnicity, gender identity and 12 religion, or sexual identity and orientation.
|
/lvgl-latest/src/libs/thorvg/ |
D | tvgMath.h | 87 bool identity(const Matrix* m); 105 static inline void identity(Matrix* m) in identity() function
|
D | tvgLottieBuilder.cpp | 109 identity(&matrix); in _updateTransform() 167 if (!identity((const Matrix*) &parent->cache.matrix)) { in updateTransform() 168 if (identity((const Matrix*) &matrix)) layer->cache.matrix = parent->cache.matrix; in updateTransform() 352 identity(&m); in _repeat() 796 identity(&matrix); in updatePolystar() 803 auto identity = tvg::identity((const Matrix*)&matrix); in updatePolystar() local 808 …if (star->type == LottiePolyStar::Star) _updateStar(parent, star, identity ? nullptr : &matrix, ct… in updatePolystar() 809 …else _updatePolygon(parent, star, identity ? nullptr : &matrix, ctx->roundness, ctx->offsetPath, … in updatePolystar() 813 …if (star->type == LottiePolyStar::Star) _updateStar(parent, star, identity ? nullptr : &matrix, ct… in updatePolystar() 814 …else _updatePolygon(parent, star, identity ? nullptr : &matrix, ctx->roundness, ctx->offsetPath, … in updatePolystar() [all …]
|
D | tvgPaint.cpp | 319 if (!transformed || identity(&m)) { in bounds() 373 tvg::identity(&tr.m); in reset()
|
D | tvgMath.cpp | 143 bool identity(const Matrix* m) in identity() function
|
D | tvgSwFill.cpp | 234 bool isTransformation = !identity((const Matrix*)(&gradTransform)); in _prepareLinear() 301 bool isTransformation = !identity((const Matrix*)(&gradTransform)); in _prepareRadial()
|
D | tvgSvgSceneBuilder.cpp | 221 …return _appendClipShape(loaderData, child, shape, vBox, svgPath, identity((const Matrix*)(&finalTr… in _appendClipUseNode()
|