/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/typeface_fuzzer/ |
H A D | typeface_fuzzer.cpp | 136 … 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 D | font_arguments.h | 48 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 D | fontarguments_fuzzer.cpp | 83 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 D | skia_convert_utils.h | 160 pal.overrides = reinterpret_cast<const SkFontArguments::Palette::Override*>( in DrawingFontArgumentsCastToSkFontArguments() 161 fontArgs.GetPalette().overrides); in DrawingFontArgumentsCastToSkFontArguments()
|
/ohos5.0/build/config/mac/ |
H A D | mac_sdk_overrides.gni | 6 # asserts that those overrides are used, to prevent unused args warnings.
|
/ohos5.0/build/config/ohos/ |
H A D | config.gni | 7 import("//build/misc/overrides/build.gni")
|
/ohos5.0/build/toolchain/mac/ |
H A D | BUILD.gn | 215 # 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 D | toolchain.gni | 8 import("//build/misc/overrides/build.gni")
|
/ohos5.0/build/config/gcc/ |
H A D | BUILD.gn | 12 # When non empty, overrides the target rpath value. This allows a user to
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-graphics-overview.md | 90 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 D | ts-universal-attributes-flex-layout.md | 148 // The alignSelf setting overrides the alignItems setting of the parent container.
|
H A D | ts-basic-components-progress.md | 97 > This component overrides the universal attribute [backgroundColor](ts-universal-attributes-backgr…
|
H A D | ts-container-scrollable-common.md | 154 …e the edge fading effect.<br>When **fadingEdge** is set to **true**, it overrides the **.overlay()…
|
/ohos5.0/build/config/compiler/ |
H A D | compiler.gni | 8 import("//build/misc/overrides/build.gni")
|
H A D | BUILD.gn | 13 import("//build/misc/overrides/build.gni")
|
/ohos5.0/build/config/sanitizers/ |
H A D | sanitizers.gni | 156 # declare_args block. User overrides are only applied at the end of a
|
H A D | BUILD.gn | 8 import("//build/misc/overrides/build.gni")
|
/ohos5.0/build/docs/ |
H A D | 编译构建调试文档.md | 105 … | gn args <out_dir> [--list] [--short] [--args] [--overrides-only] |
|
/ohos5.0/docs/en/application-dev/quick-start/ |
H A D | arkts-new-rendering-control-repeat.md | 19 …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 D | js-apis-arkui-frameNode.md | 930 …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…
|