Home
last modified time | relevance | path

Searched refs:Colorspace (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgSwCanvas.cpp85 Result SwCanvas::target(uint32_t* buffer, uint32_t stride, uint32_t w, uint32_t h, Colorspace cs) n… in target()
Dthorvg.h1650 enum Colorspace enum
1689 … Result target(uint32_t* buffer, uint32_t stride, uint32_t w, uint32_t h, Colorspace cs) noexcept;
DtvgCapi.cpp92 …rpret_cast<SwCanvas*>(canvas)->target(buffer, stride, w, h, static_cast<SwCanvas::Colorspace>(cs)); in tvg_swcanvas_set_target()