Home
last modified time | relevance | path

Searched defs:composite (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgPaint.cpp467 Result Paint::composite(std::unique_ptr<Paint> target, CompositeMethod method) noexcept in composite() function in Paint
480 CompositeMethod Paint::composite(const Paint** target) const noexcept in composite() function in Paint
DtvgPaint.h142 bool composite(Paint* source, Paint* target, CompositeMethod method) in composite() function