Home
last modified time | relevance | path

Searched refs:GfxOpt (Results 1 – 8 of 8) sorted by relevance

/drivers/peripheral/display/interfaces/include/
Ddisplay_gfx.h85 int32_t (*FillRect)(ISurface *surface, IRect *rect, uint32_t color, GfxOpt *opt);
100 int32_t (*DrawRectangle)(ISurface *surface, Rectangle *rect, uint32_t color, GfxOpt *opt);
114 int32_t (*DrawLine)(ISurface *surface, ILine *line, GfxOpt *opt);
128 int32_t (*DrawCircle)(ISurface *surface, ICircle *circle, GfxOpt *opt);
146 …t (*Blit)(ISurface *srcSurface, IRect *srcRect, ISurface *dstSurface, IRect *dstRect, GfxOpt *opt);
Ddisplay_type.h410 } GfxOpt; typedef
/drivers/peripheral/display/hal/default_standard/src/display_device/
Ddisplay_gfx.h55 int32_t (*FillRect)(ISurface *surface, IRect *rect, uint32_t color, GfxOpt *opt);
68 int32_t (*DrawRectangle)(ISurface *surface, Rectangle *rect, uint32_t color, GfxOpt *opt);
80 int32_t (*DrawLine)(ISurface *surface, ILine *line, GfxOpt *opt);
92 int32_t (*DrawCircle)(ISurface *surface, ICircle *circle, GfxOpt *opt);
108 …t (*Blit)(ISurface *srcSurface, IRect *srcRect, ISurface *dstSurface, IRect *dstRect, GfxOpt *opt);
/drivers/peripheral/display/hal/default_standard/src/display_device/composer/
Dhdi_gfx_composition.cpp134 GfxOpt opt = { 0 }; in BlitLayer()
170 GfxOpt opt = { 0 }; in ClearRect()
/drivers/peripheral/display/test/unittest/lite/
Ddisplay_test.c364 GfxOpt opt = {0}; in FillRectTest()
/drivers/peripheral/display/
DREADME_zh.md167 …28173711481"></a>int32_t FillRect(ISurface *surface, IRect *rect, uint32_t color, GfxOpt *opt);</p>
DREADME.md167 …28173711481"></a>int32_t FillRect(ISurface *surface, IRect *rect, uint32_t color, GfxOpt *opt);</p>
/drivers/interface/display/composer/v1_0/
DDisplayComposerType.idl440 struct GfxOpt {