Home
last modified time | relevance | path

Searched defs:DrawRectangle (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/peripheral/display/composer/vdi_base/include/
H A Ddisplay_gfx.h68 int32_t (*DrawRectangle)(ISurface *surface, Rectangle *rect, uint32_t color, GfxOpt *opt); member
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/
H A Ddisplay_gfx.h68 int32_t (*DrawRectangle)(ISurface *surface, Rectangle *rect, uint32_t color, GfxOpt *opt); member
/ohos5.0/drivers/peripheral/display/interfaces/include/
H A Ddisplay_gfx.h100 int32_t (*DrawRectangle)(ISurface *surface, Rectangle *rect, uint32_t color, GfxOpt *opt); member
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_canvas/
H A Dui_test_canvas.cpp1427 void DrawRectangle(UICanvas *canvas, const int16_t line1, in DrawRectangle() function