Home
last modified time | relevance | path

Searched refs:MULTIPLE_OPACITY (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/
H A Dhm_symbol.h123 MULTIPLE_OPACITY = 2, enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/common/
H A Dhm_symbol_txt.cpp72 renderMode_ = Drawing::DrawingSymbolRenderingStrategy::MULTIPLE_OPACITY; in SetRenderMode()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/hm_symbol/
H A Dhm_symbol_txt_test.cpp58 …CT_EQ(textStyle.symbol.GetRenderMode(), Drawing::DrawingSymbolRenderingStrategy::MULTIPLE_OPACITY);
292 symbolTxt.SetRenderMode(Drawing::DrawingSymbolRenderingStrategy::MULTIPLE_OPACITY);
H A Dhm_symbol_run_test.cpp131 renderMode = RSSymbolRenderingStrategy::MULTIPLE_OPACITY;
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-symbolGlyph.md474 | MULTIPLE_OPACITY | 分层模式。<br/> 默认为黑色,可以设置一个颜色。当用户设置多个颜色时,仅生效第一个颜色。<br/> 不透明度与图层相关,第一层100%、第二层50…
537 .renderingStrategy(SymbolRenderingStrategy.MULTIPLE_OPACITY)
H A Dts-basic-components-symbolSpan.md223 .renderingStrategy(SymbolRenderingStrategy.MULTIPLE_OPACITY)
H A Dohos-arkui-advanced-SubHeader.md296 renderingStrategy: SymbolRenderingStrategy.MULTIPLE_OPACITY,
H A Dts-container-tabcontent.md566 …/>默认值:fontColor:#66182431,renderingStrategy:SymbolRenderingStrategy.MULTIPLE_OPACITY,fontSize:24vp…
567 …/>默认值:fontColor:#ff007dff,renderingStrategy:SymbolRenderingStrategy.MULTIPLE_OPACITY,fontSize:24vp…
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/export/symbol_engine/
H A Dhm_symbol_run.cpp65 case RSSymbolRenderingStrategy::MULTIPLE_OPACITY: in SetSymbolRenderColor()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/symbol_engine/
H A Dhm_symbol_run.cpp71 case RSSymbolRenderingStrategy::MULTIPLE_OPACITY: in SetSymbolRenderColor()
/ohos5.0/foundation/distributedhardware/device_manager/display/entry/src/main/ets/pages/
H A DInputPinDialogWearable.ets221 .renderingStrategy(SymbolRenderingStrategy.MULTIPLE_OPACITY)
H A DConfirmDialogWearable.ets230 .renderingStrategy(SymbolRenderingStrategy.MULTIPLE_OPACITY)
H A DConfirmDialog.ets190 .renderingStrategy(SymbolRenderingStrategy.MULTIPLE_OPACITY)
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-symbolSpan.md223 .renderingStrategy(SymbolRenderingStrategy.MULTIPLE_OPACITY)
H A Dts-basic-components-symbolGlyph.md474 | MULTIPLE_OPACITY | Layered mode.<br> The default color is black, and one color can be set. If …
535 .renderingStrategy(SymbolRenderingStrategy.MULTIPLE_OPACITY)
H A Dohos-arkui-advanced-SubHeader.md277 renderingStrategy: SymbolRenderingStrategy.MULTIPLE_OPACITY,
H A Dts-container-tabcontent.md288 …**: **#66182431**, **renderingStrategy**: **SymbolRenderingStrategy.MULTIPLE_OPACITY**, **fontSize…
289 …**: **#ff007dff**, **renderingStrategy**: **SymbolRenderingStrategy.MULTIPLE_OPACITY**, **fontSize…
/ohos5.0/docs/zh-cn/application-dev/ui/
H A Darkts-common-components-symbol.md173 .renderingStrategy(SymbolRenderingStrategy.MULTIPLE_OPACITY)
/ohos5.0/docs/en/application-dev/ui/
H A Darkts-common-components-symbol.md173 .renderingStrategy(SymbolRenderingStrategy.MULTIPLE_OPACITY)
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_richeditor.cpp88 MULTIPLE_OPACITY enumerator
1439 symbolRenderStrategy > static_cast<uint32_t>(RenderingStrategy::MULTIPLE_OPACITY)) { in ParseJsSymbolSpanStyle()