Searched defs:begin (Results 1 – 18 of 18) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
D | tvgFrameModule.h | 48 void segment(float* begin, float* end) in segment() 54 void segment(float begin, float end) in segment()
|
D | tvgAnimation.cpp | 99 Result Animation::segment(float begin, float end) noexcept in segment() 113 Result Animation::segment(float *begin, float *end) noexcept in segment()
|
D | tvgLottieAnimation.cpp | 65 float begin, end; in segment() local
|
D | tvgArray.h | 97 const T* begin() const in begin() function 102 T* begin() in begin() function
|
D | tvgLottieBuilder.h | 59 LottieObject** begin = nullptr; //iteration entry point member
|
D | tvgLottieLoader.cpp | 401 bool LottieLoader::segment(const char* marker, float& begin, float& end) in segment()
|
D | tvgPicture.h | 54 void begin() override in begin() function
|
D | tvgScene.h | 55 void begin() override in begin() function
|
D | tvgShape.cpp | 413 Result Shape::strokeTrim(float begin, float end, bool simultaneous) noexcept in strokeTrim()
|
D | tvgSwShape.cpp | 252 auto begin = length * trimBegin; in _trimPattern() local
|
D | tvgRender.h | 120 float begin = 0.0f; member
|
D | tvgSwFill.cpp | 108 static void _applyAA(const SwFill* fill, uint32_t begin, uint32_t end) in _applyAA()
|
D | tvgCapi.cpp | 470 TVG_API Tvg_Result tvg_shape_set_stroke_trim(Tvg_Paint* paint, float begin, float end, bool simulta… in tvg_shape_set_stroke_trim()
|
D | tvgLottieBuilder.cpp | 864 float begin, end; in updateTrimpath() local
|
/lvgl-latest/src/libs/thorvg/rapidjson/internal/ |
D | biginteger.h | 230 void AppendDecimal64(const Ch* begin, const Ch* end) { in AppendDecimal64() 246 static uint64_t ParseUint64(const Ch* begin, const Ch* end) { in ParseUint64()
|
/lvgl-latest/src/libs/thorvg/rapidjson/ |
D | pointer.h | 963 Ch* begin = os.PutBegin(); in Parse() local
|
D | schema.h | 1357 SizeType begin; // begin index of context.validators member
|
/lvgl-latest/src/libs/lodepng/ |
D | lodepng.c | 5289 unsigned length, begin, compressed; in readChunk_iTXt() local
|