/lvgl-latest/src/libs/thorvg/ |
D | tvgAnimation.h | 33 struct Animation::Impl struct 37 Impl() in Impl() argument 43 ~Impl() in ~Impl() argument
|
D | tvgFill.cpp | 32 Fill* RadialGradient::Impl::duplicate() in duplicate() 48 Result RadialGradient::Impl::radial(float cx, float cy, float r, float fx, float fy, float fr) in radial() 63 Fill* LinearGradient::Impl::duplicate() in duplicate() 81 Fill::Fill():pImpl(new Impl()) in Fill() 167 RadialGradient::RadialGradient():pImpl(new Impl()) in RadialGradient() 169 Fill::pImpl->method(new FillDup<RadialGradient::Impl>(pImpl)); in RadialGradient() 213 LinearGradient::LinearGradient():pImpl(new Impl()) in LinearGradient() 215 Fill::pImpl->method(new FillDup<LinearGradient::Impl>(pImpl)); in LinearGradient()
|
D | tvgPicture.cpp | 33 RenderUpdateFlag Picture::Impl::load() in load() 62 bool Picture::Impl::needComposition(uint8_t opacity) in needComposition() 77 bool Picture::Impl::render(RenderMethod* renderer) in render() 96 bool Picture::Impl::size(float w, float h) in size() 105 RenderRegion Picture::Impl::bounds(RenderMethod* renderer) in bounds() 113 Result Picture::Impl::load(ImageLoader* loader) in load() 139 Picture::Picture() : pImpl(new Impl(this)) in Picture()
|
D | tvgFill.h | 54 struct Fill::Impl struct 62 ~Impl() in ~Impl() argument 92 struct RadialGradient::Impl argument 103 struct LinearGradient::Impl argument
|
D | tvgPaint.cpp | 141 RenderRegion Paint::Impl::bounds(RenderMethod* renderer) const in bounds() 149 Iterator* Paint::Impl::iterator() in iterator() 157 Paint* Paint::Impl::duplicate(Paint* ret) in duplicate() 176 bool Paint::Impl::rotate(float degree) in rotate() 187 bool Paint::Impl::scale(float factor) in scale() 198 bool Paint::Impl::translate(float x, float y) in translate() 210 bool Paint::Impl::render(RenderMethod* renderer) in render() 239 RenderData Paint::Impl::update(RenderMethod* renderer, const Matrix& pm, Array<RenderData>& clips, … in update() 313 bool Paint::Impl::bounds(float* x, float* y, float* w, float* h, bool transformed, bool stroking, b… in bounds() 360 void Paint::Impl::reset() in reset() [all …]
|
D | tvgSaver.cpp | 41 struct Saver::Impl struct in Saver 46 ~Impl() in ~Impl() argument 112 Saver::Saver() : pImpl(new Impl()) in Saver()
|
D | tvgCanvas.h | 34 struct Canvas::Impl struct 41 Impl(RenderMethod* pRenderer) : renderer(pRenderer) in Impl() argument 46 ~Impl() in ~Impl() argument
|
D | tvgPaint.h | 51 struct Paint::Impl struct 84 Impl(Paint* pnt) : paint(pnt) in Impl() argument 89 ~Impl() in ~Impl() argument
|
D | tvgScene.cpp | 33 Result Scene::Impl::resetEffects() in resetEffects() 50 Scene::Scene() : pImpl(new Impl(this)) in Scene()
|
D | tvgText.h | 34 struct Text::Impl struct 44 Impl(Text* p) : paint(p), shape(Shape::gen().release()) in Impl() argument 48 ~Impl() in ~Impl() argument
|
D | tvgPicture.h | 61 struct Picture::Impl struct 79 Impl(Picture* p) : picture(p) in Impl() argument 83 ~Impl() in ~Impl() argument
|
D | tvgScene.h | 61 struct Scene::Impl struct 71 Impl(Scene* s) : scene(s) in Impl() argument 75 ~Impl() in ~Impl() argument
|
D | tvgGlCanvas.cpp | 41 struct GlCanvas::Impl struct in GlCanvas
|
D | tvgCanvas.cpp | 32 Canvas::Canvas(RenderMethod *pRenderer):pImpl(new Impl(pRenderer)) in Canvas()
|
D | tvgWgCanvas.cpp | 36 struct WgCanvas::Impl struct in WgCanvas
|
D | tvgText.cpp | 41 Text::Text() : pImpl(new Impl(this)) in Text()
|
D | tvgSwCanvas.cpp | 42 struct SwCanvas::Impl struct in SwCanvas
|
D | tvgAnimation.cpp | 43 Animation::Animation() : pImpl(new Impl) in Animation()
|
D | tvgShape.h | 34 struct Shape::Impl struct 44 Impl(Shape* s) : shape(s) in Impl() argument 48 ~Impl() in ~Impl() argument
|
D | thorvg.h | 57 struct Impl; \ 58 Impl* pImpl; \
|
D | tvgShape.cpp | 38 Shape :: Shape() : pImpl(new Impl(this)) in Shape()
|
/lvgl-latest/env_support/esp/rlottie/ |
D | 0001-changes-to-compile-with-esp-idf.patch | 53 @@ -61,22 +61,25 @@ struct VImageLoader::Impl {
|