/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/box/ |
H A D | item_property_box.cpp | 109 association.essential = !!(index & 0x8000); in ParseContent() 113 association.essential = !!(index & 0x80); in ParseContent() 187 writer.Write16((uint16_t) ((association.essential ? 0x8000 : 0) | in Write() 190 writer.Write8((uint8_t) ((association.essential ? 0x80 : 0) | in Write()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | heif_parser_box_test.cpp | 99 .essential = false, 138 .essential = false, 184 .essential = false,
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/box/ |
H A D | item_property_box.h | 24 bool essential; member
|
/ohos5.0/docs/en/contribute/template/ |
H A D | faq-template.md | 11 …FAQ. → **Titles and symptoms**: acting as guides or maps, which are essential for pinpointing … 54 Showcase the essential code and offer runnable code snippets.
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | ndk-build-ui-overview.md | 23 …Components are essential for UI, shaping the appearance on the screen. They include both built-in … 60 …api/ndk-development-overview.md)| Introduces the suitable scenarios and essential knowledge for th…
|
H A D | arkts-user-defined-node.md | 9 …ment-overview.md): component provided directly by ArkUI. Components are essential elements of the …
|
H A D | arkts-ui-development-overview.md | 17 …Components are essential elements of the UI, working together to shape the UI. They can be classif…
|
H A D | arkts-user-defined-arktsNode-renderNode.md | 7 …ustom drawing. These can be used to provide third-party frameworks with essential rendering and an…
|
/ohos5.0/docs/en/application-dev/quick-start/ |
H A D | application-package-structure-fa.md | 4 …on the [FA model](application-configuration-file-overview-fa.md), it is essential to understand th…
|
H A D | arkts-create-custom-components.md | 59 To fully understand the preceding example, a knowledge of the following concepts is essential:
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/ |
H A D | js-components-grid-basic-concepts.md | 5 As a layout-auxiliary positioning tool, the grid system plays an essential role in graphic design, …
|
/ohos5.0/docs/en/device-dev/quick-start/ |
H A D | quickstart-pkg-install-package.md | 13 … install binutils binutils-dev git git-lfs gnupg flex bison gperf build-essential zip curl zlib1g-…
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/ |
H A D | heif_parser.h | 175 …erty_id AddProperty(heif_item_id itemId, const std::shared_ptr<HeifBox>& property, bool essential);
|
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/src/ |
H A D | accessibility_element_info.cpp | 395 void AccessibilityElementInfo::SetEssential(const bool essential) in SetEssential() argument 397 isEssential_ = essential; in SetEssential()
|
/ohos5.0/docs/zh-cn/contribute/template/ |
H A D | guide-template.md | 279 | Linux服务器 | build-essential | 编译依赖的基础软件包 | 通过互联网获取 |
|
/ohos5.0/docs/en/application-dev/mdm/ |
H A D | mdm-kit-admin.md | 5 **EnterpriseAdminExtensionAbility** is an essential component for device administrator applications…
|
/ohos5.0/docs/zh-cn/device-dev/quick-start/ |
H A D | quickstart-pkg-install-package.md | 13 …t install bison; sudo apt-get install gperf; sudo apt-get install build-essential; sudo apt-get in…
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/ |
H A D | heif_parser.cpp | 753 …fParser::AddProperty(heif_item_id itemId, const std::shared_ptr<HeifBox>& property, bool essential) in AddProperty() argument 756 ipmaBox_->AddProperty(itemId, PropertyAssociation{essential, uint16_t(index + 1)}); in AddProperty()
|
/ohos5.0/docs/docker/ |
H A D | Dockerfile | 21 …&& apt-get install -y apt-utils binutils bison flex bc build-essential make mtd-utils gcc-arm-linu…
|
/ohos5.0/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/ |
H A D | accessibility_element_info.h | 999 void SetEssential(const bool essential);
|
/ohos5.0/docs/en/application-dev/graphics3d/ |
H A D | arkgraphics3D-resource.md | 7 … scene, for example, people, animals, and vehicles. They are one of the essential elements that ma…
|
H A D | arkgraphics3D-scene.md | 3 A 3D scene consists of three essential parts: light, camera, and model.
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-build-all.md | 79 …apt-get install -y apt-utils binutils bison flex bc build-essential make mtd-utils gcc-arm-linux-g…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-custom-component-lifecycle.md | 229 …// This is where you can release memory-intensive content or other non-essential resource referenc…
|
/ohos5.0/docs/en/application-dev/dfx/ |
H A D | hidumper.md | 3 HiDumper is a command-line tool used to export essential system information for analyzing and locat…
|