Searched defs:method (Results 1 – 14 of 14) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
D | tvgPaint.cpp | 256 auto method = compData->method; in update() local 467 Result Paint::composite(std::unique_ptr<Paint> target, CompositeMethod method) noexcept in composite() 520 Result Paint::blend(BlendMethod method) noexcept in blend()
|
D | tvgRender.h | 88 CompositeMethod method; member 340 static inline bool MASK_REGION_MERGING(CompositeMethod method) in MASK_REGION_MERGING() 379 static inline ColorSpace COMPOSITE_TO_COLORSPACE(RenderMethod* renderer, CompositeMethod method) in COMPOSITE_TO_COLORSPACE()
|
D | tvgFill.h | 69 void method(DuplicateMethod<Fill>* dup) in method() function
|
D | tvgPicture.cpp | 69 auto method = picture->composite(&target); in needComposition() local
|
D | tvgPaint.h | 48 CompositeMethod method; member
|
D | tvgSwRenderer.cpp | 448 bool SwRenderer::blend(BlendMethod method) in blend() 508 bool SwRenderer::beginComposite(RenderCompositor* cmp, CompositeMethod method, uint8_t opacity) in beginComposite()
|
D | tvgShape.h | 86 auto method = shape->composite(&target); in needComposition() local
|
D | tvgCapi.cpp | 228 …lt tvg_paint_set_composite_method(Tvg_Paint* paint, Tvg_Paint* target, Tvg_Composite_Method method) in tvg_paint_set_composite_method() 235 …et_composite_method(const Tvg_Paint* paint, const Tvg_Paint** target, Tvg_Composite_Method* method) in tvg_paint_get_composite_method() 243 TVG_API Tvg_Result tvg_paint_set_blend_method(Tvg_Paint* paint, Tvg_Blend_Method method) in tvg_paint_set_blend_method()
|
D | tvgSwRaster.cpp | 212 static inline bool _direct(CompositeMethod method) in _direct() 219 static inline SwMask _getMaskOp(CompositeMethod method) in _getMaskOp() 1302 auto method = surface->compositor->method; in _rasterGradientMaskedRect() local 1474 auto method = surface->compositor->method; in _rasterGradientMaskedRle() local
|
D | tvgSvgLoader.cpp | 3312 FactoryMethod method; in _svgLoaderParserXmlOpen() local 3419 FactoryMethod method; in _svgLoaderParserXmlCssStyle() local 3708 FactoryMethod method; in _svgLoaderParserForValidCheckXmlOpen() local
|
D | tvgLottieBuilder.cpp | 1177 auto method = mask->method; in updateMaskings() local
|
D | tvgLottieModel.h | 115 CompositeMethod method; member
|
/lvgl-latest/src/libs/thorvg/rapidjson/ |
D | schema.h | 109 inline void PrintMethodData(const char* method) { in PrintMethodData() 113 inline void PrintMethodData(const char* method, bool b) { in PrintMethodData() 117 inline void PrintMethodData(const char* method, int64_t i) { in PrintMethodData() 121 inline void PrintMethodData(const char* method, uint64_t u) { in PrintMethodData() 125 inline void PrintMethodData(const char* method, double d) { in PrintMethodData() 129 inline void PrintMethodData(const char* method, const char* s) { in PrintMethodData() 133 inline void PrintMethodData(const char* method, const wchar_t* s) { in PrintMethodData() 137 inline void PrintMethodData(const char* method, const char* s1, const char* s2) { in PrintMethodData() 141 inline void PrintMethodData(const char* method, const wchar_t* s1, const wchar_t* s2) { in PrintMethodData()
|
/lvgl-latest/src/libs/bin_decoder/ |
D | lv_bin_decoder.c | 43 uint32_t method: 4; /*Compression method, see `lv_image_compress_t`*/ member
|