Home
last modified time | relevance | path

Searched refs:INVERT (Results 1 – 25 of 31) sorted by relevance

12

/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-foreground-color.md51 该示例通过ColoringStrategy.INVERT将前置景色设置为背景色反色。
65 .foregroundColor(ColoringStrategy.INVERT)
H A Dts-appendix-enums.md783 | INVERT | 设置前景色为控件背景色的反色。仅支持在[foregroundColor](ts-universal-attributes-foreground-color.md#foregro…
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-foreground-color.md51 This example shows how to use **ColoringStrategy.INVERT** to set the foreground color to the invers…
65 .foregroundColor(ColoringStrategy.INVERT)
H A Dts-appendix-enums.md783 | 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 Drs_modifier_type.h113 INVERT, enumerator
311 { RSModifierType::INVERT, "Invert" },
H A Drs_modifiers_def.in171 DECLARE_ANIMATABLE_MODIFIER(Invert, float, INVERT, Add, Foreground, COARSE)
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/canvas/
H A Dcanvas_custom_paint_method_test_ng.cpp111 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 Dtext_testsix_ng.cpp123 renderContext->UpdateForegroundColorStrategy(ForegroundColorStrategy::INVERT);
H A Dtext_testfive_ng.cpp1492 renderContext->UpdateForegroundColorStrategy(ForegroundColorStrategy::INVERT);
2783 renderContext->UpdateForegroundColorStrategy(ForegroundColorStrategy::INVERT);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_loading_progress_bridge.cpp86 auto strategyInt = static_cast<uint32_t>(ForegroundColorStrategy::INVERT); in SetForegroundColor()
H A Darkts_native_text_bridge.cpp191 auto strategyInt = static_cast<uint32_t>(ForegroundColorStrategy::INVERT); in SetForegroundColor()
H A Darkts_utils.cpp1331 strategy = ForegroundColorStrategy::INVERT; in ParseJsColorStrategy()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dcolor.h50 INVERT, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcustom_paint_paint_method.h43 INVERT, enumerator
H A Dcustom_paint_paint_method.cpp130 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 Drs_property_drawable.cpp139 { RSModifierType::INVERT, RSPropertyDrawableSlot::COLOR_FILTER },
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_field_algorithm_test.cpp200 renderContext->UpdateForegroundColorStrategy(ForegroundColorStrategy::INVERT);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/qrcode/
H A Dqrcode_test_ng.cpp629 renderContext->UpdateForegroundColorStrategy(ForegroundColorStrategy::INVERT);
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H A Dwebgl_rendering_context_base.h195 static const GLenum INVERT = 0x150A; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_view_abstract_ffi.cpp483 ForegroundColorStrategy cStrategy = ForegroundColorStrategy::INVERT; in FfiOHOSAceFrameworkViewAbstractSetForegroundColor()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_rendering_context_common.cpp842 return NVal::CreateInt64(env, WebGLRenderingContextBase::INVERT).val_; in GetInvert()
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-graphic.md650 | webgl | WebGLRenderingContextBase | readonly INVERT: GLenum; | 新增 |
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.cpp2465 SetProperty<RSInvertModifier, RSAnimatableProperty<float>>(RSModifierType::INVERT, invert); in SetInvert()
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-graphic.md650 | webgl | WebGLRenderingContextBase | readonly INVERT: GLenum; | Added|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta1/
H A Djs-apidiff-arkui.md240 |新增|NA|模块名: enums<br>类名: ColoringStrategy<br>方法 or 属性:INVERT = "invert"|enums.d.ts|

12