Home
last modified time | relevance | path

Searched refs:identity (Results 1 – 7 of 7) sorted by relevance

/lvgl-latest/docs/
DCODE_OF_CONDUCT.rst.back10 regardless of age, body size, disability, ethnicity, gender identity and
12 religion, or sexual identity and orientation.
/lvgl-latest/src/libs/thorvg/
DtvgMath.h87 bool identity(const Matrix* m);
105 static inline void identity(Matrix* m) in identity() function
DtvgLottieBuilder.cpp109 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 …]
DtvgPaint.cpp319 if (!transformed || identity(&m)) { in bounds()
373 tvg::identity(&tr.m); in reset()
DtvgMath.cpp143 bool identity(const Matrix* m) in identity() function
DtvgSwFill.cpp234 bool isTransformation = !identity((const Matrix*)(&gradTransform)); in _prepareLinear()
301 bool isTransformation = !identity((const Matrix*)(&gradTransform)); in _prepareRadial()
DtvgSvgSceneBuilder.cpp221 …return _appendClipShape(loaderData, child, shape, vBox, svgPath, identity((const Matrix*)(&finalTr… in _appendClipUseNode()