Searched refs:POSITION (Results 1 - 10 of 10) sorted by relevance
/foundation/filemanagement/dfs_service/services/clouddisk_database/src/ |
H A D | file_column.cpp | 36 const std::string FileColumn::POSITION = "position"; member in OHOS::FileManagement::CloudDisk::FileColumn 70 POSITION + " INT DEFAULT 1, " + 116 POSITION, 147 FILE_TIME_VISIT, SYNC_STATUS, POSITION, DIRTY_TYPE, 152 CLOUD_ID, FILE_TIME_RECYCLED, VERSION, DIRTY_TYPE, POSITION, 168 POSITION
|
H A D | clouddisk_rdb_utils.cpp | 105 rowEntity.Get(FileColumn::POSITION).GetInt(int_variable);
in FillFileInfo()
|
H A D | clouddisk_rdbstore.cpp | 634 setXAttr.PutInt(FileColumn::POSITION, val); in LocationSetXattr() 951 ret = CloudDiskRdbUtils::GetInt(FileColumn::POSITION, position, resultSet); in GetExtAttr() 1649 RETURN_ON_ERR(CloudDiskRdbUtils::GetInt(FileColumn::POSITION, position, resultSet)); in GetMetaBaseData()
|
/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/mock/ |
H A D | clouddisk_rdb_utils_mock.cpp | 64 rowEntity.Get(FileColumn::POSITION).GetInt(int_variable); in FillFileInfo()
|
/foundation/filemanagement/dfs_service/services/clouddisk_database/include/ |
H A D | file_column.h | 51 static const std::string POSITION; member in OHOS::FileManagement::CloudDisk::FileColumn
|
/foundation/arkui/ace_engine/test/unittest/core/render/ |
H A D | render_property_test_ng.cpp | 56 const NG::OffsetT<Dimension> POSITION = { POSITION_X, POSITION_Y }; member 131 renderPosition.propPosition = POSITION; in HWTEST_F()
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
H A D | gltf2_util.cpp | 263 POSITION, NORMAL, TANGENT, TEXCOORD_0, TEXCOORD_1, COLOR_0, JOINTS_0, and WEIGHTS_0 in GetAttributeType() 265 if (dataType == "POSITION") { in GetAttributeType() 266 attribute.type = AttributeType::POSITION; in GetAttributeType() 445 constexpr const char* ATTRIBUTE_TYPES[] = { "NORMAL", "POSITION", "TANGENT" }; 793 { "POSITION accessor must use VEC3.", "POSITION accessor must use FLOAT." }, 835 case AttributeType::POSITION: in ValidateMorphTargetAttribute() 837 return "ValidateMorphTargetAttribute: POSITION accessor must use VEC3."; in ValidateMorphTargetAttribute() 840 return "ValidateMorphTargetAttribute: POSITION accessor must use FLOAT or SHORT."; in ValidateMorphTargetAttribute() 900 case AttributeType::POSITION in ValidateMorphTargetAttributeQuantization() [all...] |
H A D | gltf2_data_structures.h | 80 POSITION = 1, member in GLTF2::AttributeType 620 // (only `POSITION`, `NORMAL`, and `TANGENT` supported)
|
H A D | gltf2_importer.cpp | 565 case GLTF2::AttributeType::POSITION: in LoadPrimitiveAttributeData() 609 // Spec says POSITION,NORMAL and TANGENT must be FLOAT & VEC3 in ProcessMorphTargetData() 640 case GLTF2::AttributeType::POSITION: in GenerateMorphTargets() 737 return attribute.attribute.type == GLTF2::AttributeType::POSITION; in CreatePrimitiveImportInfo()
|
H A D | gltf2_loader.cpp | 1441 [](const Attribute& attr) { return attr.attribute.type == AttributeType::POSITION; })) { 1442 RETURN_WITH_ERROR(loadResult, "Primitive must have POSITION attribute.");
|
Completed in 16 milliseconds