/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-universal-attributes-foreground-color.md | 51 该示例通过ColoringStrategy.INVERT将前置景色设置为背景色反色。 65 .foregroundColor(ColoringStrategy.INVERT)
|
H A D | ts-appendix-enums.md | 783 | INVERT | 设置前景色为控件背景色的反色。仅支持在[foregroundColor](ts-universal-attributes-foreground-color.md#foregro…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-universal-attributes-foreground-color.md | 51 This example shows how to use **ColoringStrategy.INVERT** to set the foreground color to the invers… 65 .foregroundColor(ColoringStrategy.INVERT)
|
H A D | ts-appendix-enums.md | 783 | INVERT | The foreground colors are the inverse of the component background colors. This strategy …
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/ |
H A D | rs_modifier_type.h | 113 INVERT, enumerator 311 { RSModifierType::INVERT, "Invert" },
|
H A D | rs_modifiers_def.in | 171 DECLARE_ANIMATABLE_MODIFIER(Invert, float, INVERT, Add, Foreground, COARSE)
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/canvas/ |
H A D | canvas_custom_paint_method_test_ng.cpp | 111 EXPECT_TRUE(paintMethod->CheckFilterProperty(FilterType::INVERT, "10")); 112 EXPECT_TRUE(paintMethod->CheckFilterProperty(FilterType::INVERT, "10.5")); 113 EXPECT_TRUE(paintMethod->CheckFilterProperty(FilterType::INVERT, "10%")); 114 EXPECT_TRUE(paintMethod->CheckFilterProperty(FilterType::INVERT, "10.5%")); 115 EXPECT_FALSE(paintMethod->CheckFilterProperty(FilterType::INVERT, " ")); 116 EXPECT_FALSE(paintMethod->CheckFilterProperty(FilterType::INVERT, "10px")); 1291 filter.filterType_ = FilterType::INVERT;
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/ |
H A D | text_testsix_ng.cpp | 123 renderContext->UpdateForegroundColorStrategy(ForegroundColorStrategy::INVERT);
|
H A D | text_testfive_ng.cpp | 1492 renderContext->UpdateForegroundColorStrategy(ForegroundColorStrategy::INVERT); 2783 renderContext->UpdateForegroundColorStrategy(ForegroundColorStrategy::INVERT);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_loading_progress_bridge.cpp | 86 auto strategyInt = static_cast<uint32_t>(ForegroundColorStrategy::INVERT); in SetForegroundColor()
|
H A D | arkts_native_text_bridge.cpp | 191 auto strategyInt = static_cast<uint32_t>(ForegroundColorStrategy::INVERT); in SetForegroundColor()
|
H A D | arkts_utils.cpp | 1331 strategy = ForegroundColorStrategy::INVERT; in ParseJsColorStrategy()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | color.h | 50 INVERT, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
H A D | custom_paint_paint_method.h | 43 INVERT, enumerator
|
H A D | custom_paint_paint_method.cpp | 130 case FilterType::INVERT: in CheckFilterProperty() 1468 case FilterType::INVERT: in SetFilterParam() 1845 { "invert", FilterType::INVERT }, in FilterStrToFilterType()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_property_drawable.cpp | 139 { RSModifierType::INVERT, RSPropertyDrawableSlot::COLOR_FILTER },
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/ |
H A D | text_field_algorithm_test.cpp | 200 renderContext->UpdateForegroundColorStrategy(ForegroundColorStrategy::INVERT);
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/qrcode/ |
H A D | qrcode_test_ng.cpp | 629 renderContext->UpdateForegroundColorStrategy(ForegroundColorStrategy::INVERT);
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/ |
H A D | webgl_rendering_context_base.h | 195 static const GLenum INVERT = 0x150A; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_view_abstract_ffi.cpp | 483 ForegroundColorStrategy cStrategy = ForegroundColorStrategy::INVERT; in FfiOHOSAceFrameworkViewAbstractSetForegroundColor()
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl_rendering_context_common.cpp | 842 return NVal::CreateInt64(env, WebGLRenderingContextBase::INVERT).val_; in GetInvert()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-graphic.md | 650 | webgl | WebGLRenderingContextBase | readonly INVERT: GLenum; | 新增 |
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_node.cpp | 2465 SetProperty<RSInvertModifier, RSAnimatableProperty<float>>(RSModifierType::INVERT, invert); in SetInvert()
|
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-graphic.md | 650 | webgl | WebGLRenderingContextBase | readonly INVERT: GLenum; | Added|
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta1/ |
H A D | js-apidiff-arkui.md | 240 |新增|NA|模块名: enums<br>类名: ColoringStrategy<br>方法 or 属性:INVERT = "invert"|enums.d.ts|
|