Searched refs:GfxOpt (Results 1 – 8 of 8) sorted by relevance
/drivers/peripheral/display/interfaces/include/ |
D | display_gfx.h | 85 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);
|
D | display_type.h | 410 } GfxOpt; typedef
|
/drivers/peripheral/display/hal/default_standard/src/display_device/ |
D | display_gfx.h | 55 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/ |
D | hdi_gfx_composition.cpp | 134 GfxOpt opt = { 0 }; in BlitLayer() 170 GfxOpt opt = { 0 }; in ClearRect()
|
/drivers/peripheral/display/test/unittest/lite/ |
D | display_test.c | 364 GfxOpt opt = {0}; in FillRectTest()
|
/drivers/peripheral/display/ |
D | README_zh.md | 167 …28173711481"></a>int32_t FillRect(ISurface *surface, IRect *rect, uint32_t color, GfxOpt *opt);</p>
|
D | README.md | 167 …28173711481"></a>int32_t FillRect(ISurface *surface, IRect *rect, uint32_t color, GfxOpt *opt);</p>
|
/drivers/interface/display/composer/v1_0/ |
D | DisplayComposerType.idl | 440 struct GfxOpt {
|