Home
last modified time | relevance | path

Searched refs:essential (Results 1 – 25 of 32) sorted by relevance

12

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/box/
H A Ditem_property_box.cpp109 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 Dheif_parser_box_test.cpp99 .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 Ditem_property_box.h24 bool essential; member
/ohos5.0/docs/en/contribute/template/
H A Dfaq-template.md11 …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 Dndk-build-ui-overview.md23 …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 Darkts-user-defined-node.md9 …ment-overview.md): component provided directly by ArkUI. Components are essential elements of the …
H A Darkts-ui-development-overview.md17 …Components are essential elements of the UI, working together to shape the UI. They can be classif…
H A Darkts-user-defined-arktsNode-renderNode.md7 …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 Dapplication-package-structure-fa.md4 …on the [FA model](application-configuration-file-overview-fa.md), it is essential to understand th…
H A Darkts-create-custom-components.md59 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 Djs-components-grid-basic-concepts.md5 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 Dquickstart-pkg-install-package.md13 … 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 Dheif_parser.h175 …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 Daccessibility_element_info.cpp395 void AccessibilityElementInfo::SetEssential(const bool essential) in SetEssential() argument
397 isEssential_ = essential; in SetEssential()
/ohos5.0/docs/zh-cn/contribute/template/
H A Dguide-template.md279 | Linux服务器 | build-essential | 编译依赖的基础软件包 | 通过互联网获取 |
/ohos5.0/docs/en/application-dev/mdm/
H A Dmdm-kit-admin.md5 **EnterpriseAdminExtensionAbility** is an essential component for device administrator applications…
/ohos5.0/docs/zh-cn/device-dev/quick-start/
H A Dquickstart-pkg-install-package.md13 …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 Dheif_parser.cpp753 …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 DDockerfile21 …&& 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 Daccessibility_element_info.h999 void SetEssential(const bool essential);
/ohos5.0/docs/en/application-dev/graphics3d/
H A Darkgraphics3D-resource.md7 … scene, for example, people, animals, and vehicles. They are one of the essential elements that ma…
H A Darkgraphics3D-scene.md3 A 3D scene consists of three essential parts: light, camera, and model.
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-build-all.md79 …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 Dts-custom-component-lifecycle.md229 …// This is where you can release memory-intensive content or other non-essential resource referenc…
/ohos5.0/docs/en/application-dev/dfx/
H A Dhidumper.md3 HiDumper is a command-line tool used to export essential system information for analyzing and locat…

12