Home
last modified time | relevance | path

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

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/display/
H A D_gfx_opt_v10.md1 # GfxOpt chapter
39 enum RopType GfxOpt::alphaRopType
49 enum BlendType GfxOpt::blendType
59 enum ColorKey GfxOpt::colorKeyFrom
69 enum RopType GfxOpt::colorRopType
79 boolean GfxOpt::enableRop
89 boolean GfxOpt::enableScale
99 boolean GfxOpt::enGlobalAlpha
109 boolean GfxOpt::enPixelAlpha
119 unsigned int GfxOpt::globalAlpha
[all …]
H A DReadme-CN.md34 - [GfxOpt](_gfx_opt_v10.md)
H A D_display_composer_type_8idl_v10.md32 | struct  [GfxOpt](_gfx_opt_v10.md) | 图像硬件加速相关的操作选项结构体定义,用于图像硬件加速时的操作选项。 |
H A D_display_v10.md48 | struct  [GfxOpt](_gfx_opt_v10.md) | 图像硬件加速相关的操作选项结构体定义,用于图像硬件加速时的操作选项。 |
/ohos5.0/drivers/peripheral/display/interfaces/include/
H A 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);
H A Ddisplay_type.h410 } GfxOpt; typedef
/ohos5.0/drivers/peripheral/display/composer/vdi_base/include/
H A 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);
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/
H A 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);
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/composer/
H A Dhdi_gfx_composition.cpp134 GfxOpt opt = { 0 }; in BlitLayer()
170 GfxOpt opt = { 0 }; in ClearRect()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_0/cpp_target/display/composer/v1_0/
H A Ddisplay_composer_type.cpp.txt403 …Marshalling(OHOS::MessageParcel& data, const OHOS::HDI::Display::Composer::V1_0::GfxOpt& dataBlock)
405 …ta.WriteUnpadBuffer((const void*)&dataBlock, sizeof(OHOS::HDI::Display::Composer::V1_0::GfxOpt))) {
411 bool GfxOptBlockUnmarshalling(OHOS::MessageParcel& data, OHOS::HDI::Display::Composer::V1_0::GfxOpt
413GfxOpt *dataBlockPtr = reinterpret_cast<const OHOS::HDI::Display::Composer::V1_0::GfxOpt*>(data.Re…
418 …eof(OHOS::HDI::Display::Composer::V1_0::GfxOpt), dataBlockPtr, sizeof(OHOS::HDI::Display::Composer…
H A Ddisplay_composer_type.h.txt380 struct GfxOpt {
584 …arshalling(OHOS::MessageParcel &data, const OHOS::HDI::Display::Composer::V1_0::GfxOpt& dataBlock);
586 bool GfxOptBlockUnmarshalling(OHOS::MessageParcel &data, OHOS::HDI::Display::Composer::V1_0::GfxOpt
/ohos5.0/drivers/peripheral/display/composer/vdi_base/src/
H A Dhdi_gfx_composition.cpp153 GfxOpt opt = { 0 }; in BlitLayer()
192 GfxOpt opt = { 0 }; in ClearRect()
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/hals/
H A Dgfx_engines.cpp128 GfxOpt opt = {}; in GfxFillArea()
/ohos5.0/drivers/peripheral/display/test/unittest/lite/
H A Ddisplay_test.c364 GfxOpt opt = {0}; in FillRectTest()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_0/dump_ast_target/
H A Ddump.txt476 [mini, lite, full] struct GfxOpt {
/ohos5.0/drivers/peripheral/display/
H A DREADME_zh.md167 …28173711481"></a>int32_t FillRect(ISurface *surface, IRect *rect, uint32_t color, GfxOpt *opt);</p>
H A DREADME.md167 …28173711481"></a>int32_t FillRect(ISurface *surface, IRect *rect, uint32_t color, GfxOpt *opt);</p>
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_1/dump_ast_target/
H A Ddump.txt630 [mini, lite, full] struct GfxOpt {
/ohos5.0/drivers/interface/display/composer/v1_0/
H A DDisplayComposerType.idl440 struct GfxOpt {
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_0/foo/display/composer/v1_0/
H A DDisplayComposerType.idl440 struct GfxOpt {
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_1/foo/display/composer/v1_0/
H A DDisplayComposerType.idl440 struct GfxOpt {
/ohos5.0/docs/zh-cn/device-dev/
H A Dwebsite.md797 - [GfxOpt](reference/hdi-apis/display/_gfx_opt_v10.md)