Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/
H A Dark_interop_object.cpp104 …d ARKTS_DefineAccessors(ARKTS_Env env, ARKTS_Value jobj, ARKTS_Value jkey, ARKTS_Accessor accessor) in ARKTS_DefineAccessors() argument
112 …ARKTS_ASSERT_V(accessor.setter == undefined || ARKTS_IsCallable(env, accessor.setter), "setter not… in ARKTS_DefineAccessors()
113 …ARKTS_ASSERT_V(accessor.getter == undefined || ARKTS_IsCallable(env, accessor.getter), "getter not… in ARKTS_DefineAccessors()
114 …ARKTS_ASSERT_V(accessor.getter != undefined || accessor.setter != undefined, "getter and setter is… in ARKTS_DefineAccessors()
120 …auto handledGetter = accessor.getter != undefined ? BIT_CAST(accessor.getter, Local<JSValueRef>) :… in ARKTS_DefineAccessors()
121 …auto handledSetter = accessor.setter != undefined ? BIT_CAST(accessor.setter, Local<JSValueRef>) :… in ARKTS_DefineAccessors()
124 accessor.attrs & N_WRITABLE, in ARKTS_DefineAccessors()
125 accessor.attrs & N_ENUMERABLE, in ARKTS_DefineAccessors()
126 accessor.attrs & N_CONFIGURABLE); in ARKTS_DefineAccessors()
H A Dark_interop_napi.h135 … ARKTS_DefineAccessors(ARKTS_Env env, ARKTS_Value jobj, ARKTS_Value jkey, ARKTS_Accessor accessor);
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_util.cpp60 vector<uint8_t> Read(Accessor const& accessor) in Read() argument
62 if (!accessor.bufferView->data) { in Read()
66 const size_t startOffset = accessor.bufferView->byteOffset + accessor.byteOffset; in Read()
70 const uint8_t* src = accessor.bufferView->data + accessor.byteOffset; in Read()
76 const uint32_t count = accessor.count; in Read()
81 readBytes = accessor.count * elementSize; in Read()
1137 const auto dataType = accessor.type; in LoadData()
1145 result.elementCount = accessor.count; in LoadData()
1146 result.min = accessor.min; in LoadData()
1147 result.max = accessor.max; in LoadData()
[all …]
H A Dgltf2_exporter.cpp293 …auto const accessorHash = BASE_NS::Hash(bufferView, accessor.componentType, accessor.count, access… in StoreAccessor()
294accessor.byteOffset, accessor.normalized, accessor.sparse.count, accessor.sparse.indices.bufferVie… in StoreAccessor()
295 accessor.sparse.indices.byteOffset, accessor.sparse.indices.componentType, in StoreAccessor()
296 accessor.sparse.values.bufferView, accessor.sparse.values.byteOffset); in StoreAccessor()
577 Accessor accessor; in StoreInverseBindMatrices() local
579 accessor.byteOffset = 0; in StoreInverseBindMatrices()
729 Accessor accessor; in AnimationInput() local
731 accessor.byteOffset = 0; in AnimationInput()
760 Accessor accessor; in AnimationOutput() local
790 accessor.byteOffset = 0; in AnimationOutput()
[all …]
H A Dgltf2_loader.cpp738 accessor->count = *count; in ParseAccessor()
739 accessor->type = *datatype; in ParseAccessor()
742 accessor->max = move(*max); in ParseAccessor()
743 accessor->min = move(*min); in ParseAccessor()
745 accessor->sparse = move(*sparse); in ParseAccessor()
1416 attribute.accessor = loadResult.data->accessors[accessor].get(); in PrimitiveAttributes()
1470 attribute.accessor = loadResult.data->accessors[accessor].get(); in PrimitiveAttributes()
1479 … attribute.accessor->type, attribute.accessor->componentType); in PrimitiveAttributes()
2424 size_t accessor; in PrimitiveAttributes() local
2429 if (accessor != GLTF_INVALID_INDEX && accessor < loadResult.data->accessors.size()) { in PrimitiveAttributes()
[all …]
H A Dgltf2_util.h132 GLTFLoadDataResult LoadData(Accessor const& accessor); in CORE3D_BEGIN_NAMESPACE()
H A Dgltf2_data_structures.h334 Accessor* accessor { nullptr }; in CORE3D_BEGIN_NAMESPACE()
H A Dgltf2_importer.cpp562 GLTF2::GLTFLoadDataResult loadDataResult = GLTF2::LoadData(*attribute.accessor); in LoadPrimitiveAttributeData()
637 GLTF2::GLTFLoadDataResult loadDataResult = GLTF2::LoadData(*targetAttribute.accessor); in GenerateMorphTargets()
740 info.vertexCount = pos->accessor->count; in CreatePrimitiveImportInfo()
3369 task->gather = [this, accessor = track.sampler->input, t = task.get()]() -> bool { in PrepareAnimationInputTask()
3370 …return BuildAnimationInput(*data_, engine_.GetFileManager(), result_, *accessor, t->data.component… in PrepareAnimationInputTask()
3397 …task->gather = [this, accessor = track.sampler->output, path = track.channel.path, t = task.get()]… in PrepareAnimationOutputTask()
3398 …return BuildAnimationOutput(*data_, engine_.GetFileManager(), result_, *accessor, path, t->data.co… in PrepareAnimationOutputTask()
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/
H A DBUILD.gn33 "${image_subsystem}/frameworks/innerkitsimpl/accessor/include",
137 "${image_subsystem}/frameworks/innerkitsimpl/accessor/src/data_buf.cpp",
139 "${image_subsystem}/frameworks/innerkitsimpl/accessor/src/exif_metadata.cpp",
141 "${image_subsystem}/frameworks/innerkitsimpl/accessor/src/file_metadata_stream.cpp",
142 "${image_subsystem}/frameworks/innerkitsimpl/accessor/src/fragment_metadata.cpp",
148 "${image_subsystem}/frameworks/innerkitsimpl/accessor/src/tiff_parser.cpp",
319 "${image_subsystem}/frameworks/innerkitsimpl/accessor/src/data_buf.cpp",
321 "${image_subsystem}/frameworks/innerkitsimpl/accessor/src/exif_metadata.cpp",
323 "${image_subsystem}/frameworks/innerkitsimpl/accessor/src/file_metadata_stream.cpp",
324 "${image_subsystem}/frameworks/innerkitsimpl/accessor/src/fragment_metadata.cpp",
[all …]
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/
H A DBUILD.gn149 "$image_subsystem/frameworks/innerkitsimpl/accessor/src/buffer_metadata_stream.cpp",
150 "$image_subsystem/frameworks/innerkitsimpl/accessor/src/data_buf.cpp",
151 "$image_subsystem/frameworks/innerkitsimpl/accessor/src/dng_exif_metadata_accessor.cpp",
152 "$image_subsystem/frameworks/innerkitsimpl/accessor/src/exif_metadata.cpp",
153 "$image_subsystem/frameworks/innerkitsimpl/accessor/src/exif_metadata_formatter.cpp",
154 "$image_subsystem/frameworks/innerkitsimpl/accessor/src/file_metadata_stream.cpp",
157 "$image_subsystem/frameworks/innerkitsimpl/accessor/src/metadata_accessor_factory.cpp",
158 "$image_subsystem/frameworks/innerkitsimpl/accessor/src/png_exif_metadata_accessor.cpp",
159 "$image_subsystem/frameworks/innerkitsimpl/accessor/src/png_image_chunk_utils.cpp",
160 "$image_subsystem/frameworks/innerkitsimpl/accessor/src/tiff_parser.cpp",
[all …]
/ohos5.0/foundation/multimedia/image_framework/plugins/cross/
H A Dimage_native_android.gni47 # accessor
49 …"//foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/buffer_metadata_str…
50 "//foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/data_buf.cpp",
51 …"//foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/dng_exif_metadata_a…
52 "//foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/exif_metadata.cpp",
53 …"//foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/exif_metadata_forma…
54 …"//foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/file_metadata_strea…
57 …"//foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/metadata_accessor_f…
58 …"//foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/png_exif_metadata_a…
59 …"//foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/png_image_chunk_uti…
[all …]
H A Dimage_native_ios.gni72 # accessor
74 …"//foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/buffer_metadata_str…
75 "//foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/data_buf.cpp",
76 …"//foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/dng_exif_metadata_a…
77 "//foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/exif_metadata.cpp",
78 …"//foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/exif_metadata_forma…
79 …"//foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/file_metadata_strea…
82 …"//foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/metadata_accessor_f…
83 …"//foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/png_exif_metadata_a…
84 …"//foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/png_image_chunk_uti…
[all …]
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/
H A DBUILD.gn138 "$image_subsystem/frameworks/innerkitsimpl/accessor/include",
151 "$image_subsystem/frameworks/innerkitsimpl/accessor/src/data_buf.cpp",
153 "$image_subsystem/frameworks/innerkitsimpl/accessor/src/exif_metadata.cpp",
161 "$image_subsystem/frameworks/innerkitsimpl/accessor/src/tiff_parser.cpp",
1447 "${image_subsystem}/frameworks/innerkitsimpl/accessor/src/data_buf.cpp",
1477 "${image_subsystem}/frameworks/innerkitsimpl/accessor/include",
1484 "${image_subsystem}/frameworks/innerkitsimpl/accessor/src/data_buf.cpp",
1493 "${image_subsystem}/frameworks/innerkitsimpl/accessor/src/tiff_parser.cpp",
1525 "${image_subsystem}/frameworks/innerkitsimpl/accessor/include",
1531 "${image_subsystem}/frameworks/innerkitsimpl/accessor/src/data_buf.cpp",
[all …]
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/
H A DPropertyProxy.cpp127 auto* accessor = new PropCtx(this, member.c_str()); in Hook() local
128 accessors.push_back(accessor); in Hook()
144 nullptr, napi_default_jsproperty, (void*)accessor }; in Hook()
/ohos5.0/docs/en/application-dev/quick-start/
H A Darkts-new-Computed.md28 | Supported type | **getter** accessor.|
58 …used together with **!!**. That is, \@Computed decorates the **getter** accessor, which is not syn…
117 ### When the computed property changes, the **getter** accessor decorated by \@Computed is solved o…
H A Darkts-new-monitor.md1101 @Monitor("myAge") // Listen for non-@Computed decorated getter accessor.
1121accessor. This accessor is not decorated by \@Computed and is not a variable that can be listened …
1136 @Monitor("myAge") // Listen for @Computed decorated getter accessor.
/ohos5.0/foundation/multimedia/image_framework/interfaces/kits/js/common/
H A DBUILD.gn30 "${image_subsystem}/frameworks/innerkitsimpl/accessor/include",
214 "$image_subsystem/frameworks/innerkitsimpl/accessor/src/buffer_metadata_stream.cpp",
215 "$image_subsystem/frameworks/innerkitsimpl/accessor/src/exif_metadata_formatter.cpp",
/ohos5.0/drivers/interface/codec/v1_0/
H A DCodecTypes.idl312 unsigned char majorVersion; /**< Major version accessor element. */
313 unsigned char minorVersion; /**< Minor version accessor element. */
314 unsigned char revision; /**< Revision version accessor element. */
315 unsigned char step; /**< Step version accessor element. */
/ohos5.0/drivers/interface/codec/v2_0/
H A DCodecTypes.idl314 unsigned char majorVersion; /**< Major version accessor element. */
315 unsigned char minorVersion; /**< Minor version accessor element. */
316 unsigned char revision; /**< Revision version accessor element. */
317 unsigned char step; /**< Step version accessor element. */
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_v1_0/foo/codec/v1_0/
H A DCodecTypes.idl312 unsigned char majorVersion; /**< Major version accessor element. */
313 unsigned char minorVersion; /**< Minor version accessor element. */
314 unsigned char revision; /**< Revision version accessor element. */
315 unsigned char step; /**< Step version accessor element. */
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_v2_0/foo/codec/v2_0/
H A DCodecTypes.idl314 unsigned char majorVersion; /**< Major version accessor element. */
315 unsigned char minorVersion; /**< Minor version accessor element. */
316 unsigned char revision; /**< Revision version accessor element. */
317 unsigned char step; /**< Step version accessor element. */
/ohos5.0/drivers/interface/codec/v3_0/
H A DCodecTypes.idl382 unsigned char majorVersion; /**< Major version accessor element. */
383 unsigned char minorVersion; /**< Minor version accessor element. */
384 unsigned char revision; /**< Revision version accessor element. */
385 unsigned char step; /**< Step version accessor element. */
/ohos5.0/docs/en/application-dev/arkts-utils/
H A Darkts-bytecode-fundamentals.md398 …s **acc** and store the attribute in **acc**. If the attribute is of an accessor, the object in A …
411 …o index A and store the attribute in **acc**. If the attribute is of an accessor, the object in **…
476 …s **acc** and store the attribute in **acc**. If the attribute is of an accessor, the object in A …
487 …o index A and store the attribute in **acc**. If the attribute is of an accessor, the object in **…
529accessor.<br>A: Object<br>B: attribute key<br>C: **getter** function object<br>D: **setter** funct…
542 …to the attribute whose key of **super** is B. If the attribute is of an accessor, the object in A …
543 …to the attribute whose key of **super** is B. If the attribute is of an accessor, the object in A …
549 …** is the string corresponding to index A.<br>If the attribute is of an accessor, the object in B …
550 …** is the string corresponding to index A.<br>If the attribute is of an accessor, the object in B …
/ohos5.0/docs/en/application-dev/reference/common/
H A Djsvm_8h.md163 …of a class or property accessor, the corresponding JSVM_Callback is called. If the callback is for…
H A D_j_s_v_m.md229 …of a class or property accessor, the corresponding JSVM_Callback is called. If the callback is for…
5510 …of a class or property accessor, the corresponding JSVM_Callback is called. If the callback is for…