Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/typeface_fuzzer/
H A Dtypeface_fuzzer.cpp136 … FontArguments::Palette::Override* overrides = new FontArguments::Palette::Override[overrideCount]; in TypefaceFuzzTest004() local
138 overrides[i] = {GetObject<int>(), GetObject<uint32_t>()}; in TypefaceFuzzTest004()
140 FontArguments::Palette palette = {index, overrides, overrideCount}; in TypefaceFuzzTest004()
147 if (overrides != nullptr) { in TypefaceFuzzTest004()
148 delete [] overrides; in TypefaceFuzzTest004()
149 overrides = nullptr; in TypefaceFuzzTest004()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/
H A Dfont_arguments.h48 const Override* overrides; member
92 palette_.overrides = palette.overrides; in SetPalette()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/text/fontarguments_fuzzer/
H A Dfontarguments_fuzzer.cpp83 FontArguments::Palette::Override overrides { index, color }; in FontArgumentsFuzzTest003() local
86 FontArguments::Palette palette { paletteIndex, &overrides, overrideCount }; in FontArgumentsFuzzTest003()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_convert_utils.h160 pal.overrides = reinterpret_cast<const SkFontArguments::Palette::Override*>( in DrawingFontArgumentsCastToSkFontArguments()
161 fontArgs.GetPalette().overrides); in DrawingFontArgumentsCastToSkFontArguments()
/ohos5.0/build/config/mac/
H A Dmac_sdk_overrides.gni6 # asserts that those overrides are used, to prevent unused args warnings.
/ohos5.0/build/config/ohos/
H A Dconfig.gni7 import("//build/misc/overrides/build.gni")
/ohos5.0/build/toolchain/mac/
H A DBUILD.gn215 # overrides it (in which case {{output_extension}} will be what the target
259 # overrides it (in which case {{output_extension}} will be what the target
/ohos5.0/build/toolchain/
H A Dtoolchain.gni8 import("//build/misc/overrides/build.gni")
/ohos5.0/build/config/gcc/
H A DBUILD.gn12 # When non empty, overrides the target rpath value. This allows a user to
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-graphics-overview.md90 The figure above shows the input event classes. Each type of input event overrides the **Read** fun…
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-flex-layout.md148 // The alignSelf setting overrides the alignItems setting of the parent container.
H A Dts-basic-components-progress.md97 > This component overrides the universal attribute [backgroundColor](ts-universal-attributes-backgr…
H A Dts-container-scrollable-common.md154 …e the edge fading effect.<br>When **fadingEdge** is set to **true**, it overrides the **.overlay()…
/ohos5.0/build/config/compiler/
H A Dcompiler.gni8 import("//build/misc/overrides/build.gni")
H A DBUILD.gn13 import("//build/misc/overrides/build.gni")
/ohos5.0/build/config/sanitizers/
H A Dsanitizers.gni156 # declare_args block. User overrides are only applied at the end of a
H A DBUILD.gn8 import("//build/misc/overrides/build.gni")
/ohos5.0/build/docs/
H A D编译构建调试文档.md105 … | gn args <out_dir> [--list] [--short] [--args] [--overrides-only] |
/ohos5.0/docs/en/application-dev/quick-start/
H A Darkts-new-rendering-control-repeat.md19 …croll** is enabled. If multiple template types are the same, **Repeat** overrides old **template()…
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Djs-apis-arkui-frameNode.md930 …e needs to determine its size. This API provides custom measurement and overrides the default meas…
964 …Node needs to determine its layout. This API provides custom layout and overrides the default layo…