Home
last modified time | relevance | path

Searched defs:method (Results 1 – 14 of 14) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgPaint.cpp256 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()
DtvgRender.h88 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()
DtvgFill.h69 void method(DuplicateMethod<Fill>* dup) in method() function
DtvgPicture.cpp69 auto method = picture->composite(&target); in needComposition() local
DtvgPaint.h48 CompositeMethod method; member
DtvgSwRenderer.cpp448 bool SwRenderer::blend(BlendMethod method) in blend()
508 bool SwRenderer::beginComposite(RenderCompositor* cmp, CompositeMethod method, uint8_t opacity) in beginComposite()
DtvgShape.h86 auto method = shape->composite(&target); in needComposition() local
DtvgCapi.cpp228 …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()
DtvgSwRaster.cpp212 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
DtvgSvgLoader.cpp3312 FactoryMethod method; in _svgLoaderParserXmlOpen() local
3419 FactoryMethod method; in _svgLoaderParserXmlCssStyle() local
3708 FactoryMethod method; in _svgLoaderParserForValidCheckXmlOpen() local
DtvgLottieBuilder.cpp1177 auto method = mask->method; in updateMaskings() local
DtvgLottieModel.h115 CompositeMethod method; member
/lvgl-latest/src/libs/thorvg/rapidjson/
Dschema.h109 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/
Dlv_bin_decoder.c43 uint32_t method: 4; /*Compression method, see `lv_image_compress_t`*/ member