Searched refs:anchor (Results 1 – 8 of 8) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
D | tvgLottieModel.h | 479 if (anchor.ix == ix) return &anchor; in property() 493 LottiePoint anchor = Point{0.0f, 0.0f}; 679 if (anchor.ix == ix) return &anchor; in property() 692 LottiePoint anchor = Point{0.0f, 0.0f};
|
D | tvgLottieBuilder.cpp | 142 auto anchor = transform->anchor(frameNo, exps); in _updateTransform() local 143 translateR(&matrix, -anchor.x, -anchor.y); in _updateTransform() 353 …epeater->position.x * multiplier + repeater->anchor.x, repeater->position.y * multiplier + repeate… in _repeat() 356 translateR(&m, -repeater->anchor.x, -repeater->anchor.y); in _repeat() 847 r.anchor = repeater->anchor(frameNo, exps); in updateRepeater()
|
D | tvgLottieBuilder.h | 44 Point anchor; member
|
D | tvgLottieParser.cpp | 604 else if (KEY_AS("a")) parseProperty<LottieProperty::Type::Point>(transform->anchor); in parseTransform() 851 if (KEY_AS("a")) parseProperty<LottieProperty::Type::Point>(repeater->anchor); in parseRepeater()
|
D | tvgLottieExpressions.cpp | 163 auto anchorPoint = _value(frameNo, &transform->anchor); in _buildTransform()
|
/lvgl-latest/docs/details/base-widget/ |
D | coord.rst | 209 an "anchor" in its parent *other* than its upper left corner. To establish 210 that "anchor", call :cpp:expr:`lv_obj_set_align(widget, LV_ALIGN_...)`. After 211 that call, that "anchor" will be remembered until another one is established. 213 that "anchor". 255 Alternately, you can choose an "anchor" on another Widget. 283 does not remember the "anchor" used, and so will not automatically reposition 286 The following illustration shows the meaning of each "anchor" mentioned above.
|
/lvgl-latest/src/libs/lz4/ |
D | lz4.c | 946 const BYTE* anchor = (const BYTE*) source; in LZ4_compress_generic_validated() local 1091 …assert(ip > anchor); /* this is always true as ip has been advanced before entering the main loop … in LZ4_compress_generic_validated() 1093 …do { ip--; match--; } while (((ip > anchor) & (match > lowLimit)) && (unlikely(ip[-1] == match[-1]… in LZ4_compress_generic_validated() 1097 { unsigned const litLength = (unsigned)(ip - anchor); in LZ4_compress_generic_validated() 1117 LZ4_wildCopy8(op, anchor, op+litLength); in LZ4_compress_generic_validated() 1120 … (int)(anchor-(const BYTE*)source), litLength, (int)(ip-(const BYTE*)source)); in LZ4_compress_generic_validated() 1215 anchor = ip; in LZ4_compress_generic_validated() 1277 (int)(anchor-(const BYTE*)source), 0, (int)(ip-(const BYTE*)source)); in LZ4_compress_generic_validated() 1289 { size_t lastRun = (size_t)(iend - anchor); in LZ4_compress_generic_validated() 1311 LZ4_memcpy(op, anchor, lastRun); in LZ4_compress_generic_validated() [all …]
|
/lvgl-latest/docs/_static/css/ |
D | fontawesome.min.css | 5 …nterpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f…
|