/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/display/ |
H A D | _gfx_opt_v10.md | 1 # 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 D | Readme-CN.md | 34 - [GfxOpt](_gfx_opt_v10.md)
|
H A D | _display_composer_type_8idl_v10.md | 32 | struct [GfxOpt](_gfx_opt_v10.md) | 图像硬件加速相关的操作选项结构体定义,用于图像硬件加速时的操作选项。 |
|
H A D | _display_v10.md | 48 | struct [GfxOpt](_gfx_opt_v10.md) | 图像硬件加速相关的操作选项结构体定义,用于图像硬件加速时的操作选项。 |
|
/ohos5.0/drivers/peripheral/display/interfaces/include/ |
H A 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);
|
H A D | display_type.h | 410 } GfxOpt; typedef
|
/ohos5.0/drivers/peripheral/display/composer/vdi_base/include/ |
H A 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);
|
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/ |
H A 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);
|
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/composer/ |
H A D | hdi_gfx_composition.cpp | 134 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 D | display_composer_type.cpp.txt | 403 …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… 413 …GfxOpt *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 D | display_composer_type.h.txt | 380 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 D | hdi_gfx_composition.cpp | 153 GfxOpt opt = { 0 }; in BlitLayer() 192 GfxOpt opt = { 0 }; in ClearRect()
|
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/hals/ |
H A D | gfx_engines.cpp | 128 GfxOpt opt = {}; in GfxFillArea()
|
/ohos5.0/drivers/peripheral/display/test/unittest/lite/ |
H A D | display_test.c | 364 GfxOpt opt = {0}; in FillRectTest()
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_0/dump_ast_target/ |
H A D | dump.txt | 476 [mini, lite, full] struct GfxOpt {
|
/ohos5.0/drivers/peripheral/display/ |
H A D | README_zh.md | 167 …28173711481"></a>int32_t FillRect(ISurface *surface, IRect *rect, uint32_t color, GfxOpt *opt);</p>
|
H A D | README.md | 167 …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 D | dump.txt | 630 [mini, lite, full] struct GfxOpt {
|
/ohos5.0/drivers/interface/display/composer/v1_0/ |
H A D | DisplayComposerType.idl | 440 struct GfxOpt {
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_0/foo/display/composer/v1_0/ |
H A D | DisplayComposerType.idl | 440 struct GfxOpt {
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_1/foo/display/composer/v1_0/ |
H A D | DisplayComposerType.idl | 440 struct GfxOpt {
|
/ohos5.0/docs/zh-cn/device-dev/ |
H A D | website.md | 797 - [GfxOpt](reference/hdi-apis/display/_gfx_opt_v10.md)
|