Home
last modified time | relevance | path

Searched defs:offset (Results 1 – 25 of 51) sorted by relevance

123

/lvgl-latest/src/libs/thorvg/
DtvgLottieModifier.h49 float offset; member
53 …LottieOffsetModifier(float offset, float miter = 4.0f, StrokeJoin join = StrokeJoin::Round) : offs… in offset() function
DtvgSwRasterNeon.h46 static void neonRasterGrayscale8(uint8_t* dst, uint8_t val, uint32_t offset, int32_t len) in neonRasterGrayscale8()
68 static void neonRasterPixel32(uint32_t *dst, uint32_t val, uint32_t offset, int32_t len) in neonRasterPixel32()
DtvgSwRasterAvx.h68 static void avxRasterGrayscale8(uint8_t* dst, uint8_t val, uint32_t offset, int32_t len) in avxRasterGrayscale8()
85 static void avxRasterPixel32(uint32_t *dst, uint32_t val, uint32_t offset, int32_t len) in avxRasterPixel32()
DtvgLottieBuilder.h42 float offset; member
DtvgSwRasterC.h27 static void inline cRasterPixels(PIXEL_T* dst, PIXEL_T val, uint32_t offset, int32_t len) in cRasterPixels()
DtvgLottieModifier.cpp82 static Line _offset(const Point& p1, const Point& p2, float offset) in _offset()
315 auto offset = _clockwise(inPts, inPtsCnt) ? this->offset : -this->offset; in modifyPath() local
DtvgSwShape.cpp240 static void _dashMoveTo(SwDashStroke& dash, uint32_t offIdx, float offset, const Point* pts) in _dashMoveTo()
343 auto offset = 0.0f; in _genDashOutline() local
DtvgLottieModel.cpp119 auto offset = this->offset(frameNo) / divisor; in range() local
DtvgLottieModel.h208 LottieFloat offset = 0.0f; member
314 LottieFloat offset = 0.0f; member
686 LottieFloat offset = 0.0f; member
706 LottieFloat offset = 0.0f; member
/lvgl-latest/libs/nema_gfx/include/
Dnema_hal.h176 int offset; //number of 32-bit entries member
Dnema_cmdlist.h55 int offset; /**< Points to the next address to write */ member
/lvgl-latest/src/libs/fsdrv/
Dlv_fs_posix.c225 off_t offset = lseek(fd, pos, w); in fs_seek() local
247 off_t offset = lseek(fd, 0, SEEK_CUR); in fs_tell() local
/lvgl-latest/src/widgets/label/
Dlv_label_private.h47 lv_point_t offset; /**< Text draw position offset */ member
/lvgl-latest/src/widgets/image/
Dlv_image_private.h37 lv_point_t offset; member
/lvgl-latest/src/libs/freetype/
Dlv_ftsystem.c266 unsigned long offset, in ft_lv_fs_stream_io()
/lvgl-latest/src/libs/thorvg/rapidjson/
Dreader.h100 #define RAPIDJSON_PARSE_ERROR_NORETURN(parseErrorCode, offset) \ argument
119 #define RAPIDJSON_PARSE_ERROR(parseErrorCode, offset) \ argument
368 unsigned long offset; in SkipWhitespace_SIMD() local
404 unsigned long offset; in SkipWhitespace_SIMD() local
691 void SetParseError(ParseErrorCode code, size_t offset) { parseResult_.Set(code, offset); } in SetParseError()
1061 size_t offset = is.Tell(); in ParseStringToStream() local
1108 unsigned long offset; in ScanCopyUnescapedString() local
1171 unsigned long offset; in ScanCopyUnescapedString() local
1219 unsigned long offset; in SkipUnescapedString() local
/lvgl-latest/src/others/ime/
Dlv_ime_pinyin.c832 uint16_t offset = pinyin_ime->py_page * (3 * LV_IME_PINYIN_CAND_TEXT_NUM); in pinyin_page_proc() local
896 uint8_t index, len = 0, offset; in pinyin_search_matching() local
1055 uint8_t index = 0, len = 0, offset = 0; in pinyin_k9_is_valid_py() local
/lvgl-latest/src/drivers/wayland/
Dlv_wayland_smm.h65 size_t offset; member
/lvgl-latest/src/libs/thorvg/rapidjson/internal/
Ddtoa.h182 const int offset = 2 - kk; in Prettify() local
Dbiginteger.h136 size_t offset = shift / kTypeBit; variable
/lvgl-latest/src/libs/barcode/
Dlv_barcode.c177 int32_t offset = x * scale + i; in lv_barcode_update() local
/lvgl-latest/src/libs/tiny_ttf/
Dstb_truetype_htcw.h547 stbtt_uint32 offset; member
1371 static stbtt_uint8 ttBYTE(STBTT_STREAM_TYPE s, stbtt_uint32 offset) in ttBYTE()
1378 #define ttCHAR(s, offset) ((stbtt_int8)ttBYTE(s,offset)) argument
1379 static stbtt_uint16 ttUSHORT(STBTT_STREAM_TYPE s, stbtt_uint32 offset) in ttUSHORT()
1386 static stbtt_int16 ttSHORT(STBTT_STREAM_TYPE s, stbtt_uint32 offset) in ttSHORT()
1393 static stbtt_uint32 ttULONG(STBTT_STREAM_TYPE s, stbtt_uint32 offset) in ttULONG()
1400 static stbtt_int32 ttLONG(STBTT_STREAM_TYPE s, stbtt_uint32 offset) in ttLONG()
1408 #define ttBYTE(p, offset) (* (stbtt_uint8 *) (p+offset)) argument
1409 #define ttCHAR(p, offset) (* (stbtt_int8 *) (p+offset)) argument
1410 static stbtt_uint16 ttUSHORT(const stbtt_uint8 * p, stbtt_uint32 offset) in ttUSHORT()
[all …]
/lvgl-latest/src/libs/libjpeg_turbo/
Dlv_libjpeg_turbo.c512 unsigned int offset = TRANS_32_VALUE(is_big_endian, app1_data + 8 + 2); in get_jpeg_direction() local
/lvgl-latest/src/draw/vg_lite/
Dlv_draw_vg_lite_border.c276 const float offset = MATH_SQRTF((2 * r - border_w) * border_w); in path_append_inner_rect() local
/lvgl-latest/src/libs/lz4/
Dlz4.c486 LZ4_memcpy_using_offset_base(BYTE* dstPtr, const BYTE* srcPtr, BYTE* dstEnd, const size_t offset) in LZ4_memcpy_using_offset_base()
525 LZ4_memcpy_using_offset(BYTE* dstPtr, const BYTE* srcPtr, BYTE* dstEnd, const size_t offset) in LZ4_memcpy_using_offset()
961 U32 offset = 0; in LZ4_compress_generic_validated() local
1860 size_t const offset = LZ4_readLE16(ip); in LZ4_decompress_unsafe_generic() local
1992 size_t offset; in LZ4_decompress_generic() local

123