/applications/standard/app_samples/code/BasicFeature/Native/ArkTSXComponent/entry/src/main/cpp/render/ |
H A D | egl_core.cpp | 122 * Default x position. 127 * Default y position. 253 GLint position = PrepareDraw(); in Background() local 254 if (position == POSITION_ERROR) { in Background() 255 OH_LOG_Print(LOG_APP, LOG_ERROR, LOG_PRINT_DOMAIN, "EGLCore", "Background get position failed"); in Background() 259 if (!ExecuteDraw(position, BACKGROUND_COLOR, in Background() 275 GLint position = PrepareDraw(); in Draw() local 276 if (position == POSITION_ERROR) { in Draw() 277 OH_LOG_Print(LOG_APP, LOG_ERROR, LOG_PRINT_DOMAIN, "EGLCore", "Draw get position failed"); in Draw() 281 if (!ExecuteDraw(position, BACKGROUND_COLO in Draw() 340 GLint position = PrepareDraw(); ChangeColor() local 412 ExecuteDraw(GLint position, const GLfloat* color, const GLfloat shapeVertices[], unsigned long vertSize) ExecuteDraw() argument 429 ExecuteDrawStar( GLint position, const GLfloat* color, const GLfloat shapeVertices[], unsigned long vertSize) ExecuteDrawStar() argument 450 ExecuteDrawNewStar( GLint position, const GLfloat* color, const GLfloat shapeVertices[], unsigned long vertSize) ExecuteDrawNewStar() argument [all...] |
H A D | egl_core.h | 39 bool ExecuteDraw(GLint position, const GLfloat* color, const GLfloat shapeVertices[], unsigned long vertSize); 40 bool ExecuteDrawStar(GLint position, const GLfloat* color, const GLfloat shapeVertices[], unsigned long vertSize); 41 bool ExecuteDrawNewStar(GLint position, const GLfloat* color,
|
/applications/standard/app_samples/code/BasicFeature/Native/NdkXComponent/entry/src/main/cpp/render/ |
H A D | egl_core.cpp | 121 * Default x position. 126 * Default y position. 257 GLint position = PrepareDraw(); in Background() local 258 if (position == POSITION_ERROR) { in Background() 259 OH_LOG_Print(LOG_APP, LOG_ERROR, LOG_PRINT_DOMAIN, "EGLCore", "Background get position failed"); in Background() 263 if (!ExecuteDraw(position, BACKGROUND_COLOR, in Background() 279 GLint position = PrepareDraw(); in Draw() local 280 if (position == POSITION_ERROR) { in Draw() 281 OH_LOG_Print(LOG_APP, LOG_ERROR, LOG_PRINT_DOMAIN, "EGLCore", "Draw get position failed"); in Draw() 285 if (!ExecuteDraw(position, BACKGROUND_COLO in Draw() 344 GLint position = PrepareDraw(); ChangeColor() local 416 ExecuteDraw(GLint position, const GLfloat* color, const GLfloat shapeVertices[], unsigned long vertSize) ExecuteDraw() argument 433 ExecuteDrawStar( GLint position, const GLfloat* color, const GLfloat shapeVertices[], unsigned long vertSize) ExecuteDrawStar() argument 454 ExecuteDrawNewStar( GLint position, const GLfloat* color, const GLfloat shapeVertices[], unsigned long vertSize) ExecuteDrawNewStar() argument [all...] |
H A D | egl_core.h | 40 bool ExecuteDraw(GLint position, const GLfloat* color, const GLfloat shapeVertices[], unsigned long vertSize); 41 bool ExecuteDrawStar(GLint position, const GLfloat* color, const GLfloat shapeVertices[], unsigned long vertSize); 42 bool ExecuteDrawNewStar(GLint position, const GLfloat* color,
|
/applications/standard/app_samples/code/BasicFeature/Native/XComponent/entry/src/main/cpp/render/ |
H A D | egl_core.cpp | 122 * Default x position. 127 * Default y position. 259 GLint position = PrepareDraw(); in Background() local 260 if (position == POSITION_ERROR) { in Background() 261 OH_LOG_Print(LOG_APP, LOG_ERROR, LOG_PRINT_DOMAIN, "EGLCore", "Background get position failed"); in Background() 265 if (!ExecuteDraw(position, BACKGROUND_COLOR, in Background() 281 GLint position = PrepareDraw(); in Draw() local 282 if (position == POSITION_ERROR) { in Draw() 283 OH_LOG_Print(LOG_APP, LOG_ERROR, LOG_PRINT_DOMAIN, "EGLCore", "Draw get position failed"); in Draw() 287 if (!ExecuteDraw(position, BACKGROUND_COLO in Draw() 346 GLint position = PrepareDraw(); ChangeColor() local 418 ExecuteDraw(GLint position, const GLfloat* color, const GLfloat shapeVertices[], unsigned long vertSize) ExecuteDraw() argument 435 ExecuteDrawStar( GLint position, const GLfloat* color, const GLfloat shapeVertices[], unsigned long vertSize) ExecuteDrawStar() argument 456 ExecuteDrawNewStar( GLint position, const GLfloat* color, const GLfloat shapeVertices[], unsigned long vertSize) ExecuteDrawNewStar() argument [all...] |
H A D | egl_core.h | 39 bool ExecuteDraw(GLint position, const GLfloat* color, const GLfloat shapeVertices[], unsigned long vertSize); 40 bool ExecuteDrawStar(GLint position, const GLfloat* color, const GLfloat shapeVertices[], unsigned long vertSize); 41 bool ExecuteDrawNewStar(GLint position, const GLfloat* color,
|
/applications/standard/app_samples/code/BasicFeature/Native/XComponent3D/entry/src/main/cpp/shape/ |
H A D | cube.cpp | 59 "vec3 position; \n" 77 "vec3 lightDir = normalize(light.position - FragPos); \n" 180 lightPos->SetDataX(sin(position) * 3.0f); in Update1() 181 lightPos->SetDataZ(cos(position) * 3.0f); in Update1() 182 ourShader->SetVector3("light.position", *lightPos); in Update1() 226 if (position >= 10.5) { // max = 10.5 in Animate() 229 if (position <= 8.5) { // min 8.5 in Animate() 232 position = position + 0.005 * positive; // K0.005 in Animate()
|
H A D | cube.h | 45 float position = 10; member in Cube
|
/applications/standard/app_samples/code/BasicFeature/Native/XComponent3D/entry/src/main/cpp/include/ |
H A D | camera.h | 51 Camera(Vector3 position) in Camera() argument 53 Position = position; in Camera()
|
/applications/standard/app_samples/code/BasicFeature/Native/NdkDrawing/entry/src/main/cpp/samples/ |
H A D | sample_bitmap.cpp | 249 double position[2] = {width_ / 5.0, height_ / 2.0}; in DrawText() local 251 OH_Drawing_TypographyPaint(typography, cCanvas_, position[0], position[1]); in DrawText()
|
/applications/standard/app_samples/code/BasicFeature/Native/NdkRenderNodeDrawing/entry/src/main/cpp/ |
H A D | native_bridge.cpp | 148 double position[2] = {width / 10.0, height / 5.0 + fontSize * i * 2}; in NativeOnDrawText() local 150 OH_Drawing_TypographyPaint(typography, canvas, position[0], position[1]); in NativeOnDrawText()
|
/applications/standard/contacts_data/dataBusiness/contacts/src/ |
H A D | contacts_update_helper.cpp | 408 std::string position; in GetUpdateCompanyValuesBucket() local 411 typeValue.GetString(position); in GetUpdateCompanyValuesBucket() 412 valuesBucket.PutString(RawContactColumns::POSITION, position); in GetUpdateCompanyValuesBucket()
|
/applications/standard/contacts_data/test/unittest/src/ |
H A D | contactpinyin_test.cpp | 41 std::string position, OHOS::DataShare::DataShareValuesBucket &contactDataValues) in ContactDataInsert() 47 contactDataValues.Put("position", position); in ContactDataInsert() 40 ContactDataInsert(int64_t rawContactId, std::string contentType, std::string detailInfo, std::string position, OHOS::DataShare::DataShareValuesBucket &contactDataValues) ContactDataInsert() argument
|
H A D | contactquery_test.cpp | 41 std::string position, OHOS::DataShare::DataShareValuesBucket &contactDataValues) in ContactDataInsert() 47 contactDataValues.Put("position", position); in ContactDataInsert() 103 (name, company, position, mobile phone number, nickname, email, home, remarks, aim) 104 * @tc.desc Based on name, name pinyin, pinyin name, company, position, mobile phone number, nickname, 157 * @tc.desc Based on name, name pinyin, pinyin name, company, position, mobile phone number, nickname, 183 * @tc.desc Based on name, name pinyin, pinyin name, company, position, mobile phone number, nickname, 210 * @tc.desc Based on name, name pinyin, pinyin name, company, position, mobile phone number, nickname, 237 * @tc.desc Based on name, name pinyin, pinyin name, company, position, mobile phone number, nickname, 249 columns.push_back("position"); in HWTEST_F() 40 ContactDataInsert(int64_t rawContactId, std::string contentType, std::string detailInfo, std::string position, OHOS::DataShare::DataShareValuesBucket &contactDataValues) ContactDataInsert() argument [all...] |
H A D | mergecontact_test.cpp | 144 int64_t rawContactId, std::string contentType, std::string detailInfo, std::string position) in ContactDataInsert() 151 contactDataValues.Put("position", position); in ContactDataInsert() 143 ContactDataInsert( int64_t rawContactId, std::string contentType, std::string detailInfo, std::string position) ContactDataInsert() argument
|
/applications/standard/contacts_data/test/unittest/include/ |
H A D | contactquery_test.h | 29 std::string position, OHOS::DataShare::DataShareValuesBucket &contactDataValues);
|
H A D | mergecontact_test.h | 27 int64_t rawContactId, std::string contentType, std::string detailInfo, std::string position);
|
H A D | contactpinyin_test.h | 29 std::string position, OHOS::DataShare::DataShareValuesBucket &contactDataValues);
|
H A D | contactprofile_test.h | 35 std::string position, OHOS::DataShare::DataShareValuesBucket &contactDataValues);
|
H A D | contactability_test.h | 134 std::string position, OHOS::DataShare::DataShareValuesBucket &contactDataValues);
|
/applications/standard/app_samples/code/BasicFeature/Native/NdkVulkan/entry/src/main/cpp/render/vulkan/ |
H A D | vulkan_example.h | 101 // 2 attributes for position(location = 0) and color (location = 1) 113 float position[3]; member
|
H A D | vulkan_example.cpp | 407 // 2 attributes for position(location = 0) and color (location = 1) in CreateGraphicsPipeline() 453 // 2 attributes for position(location = 0) and color (location = 1) in PrepareVertexInputState() 464 vertexInputAttributes[0].offset = offsetof(Vertex, position); in PrepareVertexInputState() 478 // 2 attributes for position(location = 0) and color (location = 1) in PrepareVertexInputState()
|
/applications/standard/contacts_data/contacts/src/ |
H A D | result_convert.cpp | 734 std::string position = "position"; in ConvertOrganization() local 736 napi_value positionValue = GetResultValue(env, position, resultSet); in ConvertOrganization()
|
/applications/standard/contacts_data/jstest/ |
H A D | ContactCard_test.js | 153 async function insertData(rawContactId, type, value, position) 157 {"raw_contact_id" : rawContactId, "content_type" : type, "detail_info" : value, "position" : position}; 195 * @tc.name Insert contact details (name, company, position, mobile phone number) 250 "position" : "developer" 259 map.set("position", "developer"); 621 "position" : "developer", 644 "position" : "Testers", 659 map.set("position", "Testers"); 727 * @tc.name Update contact details (company, position) [all...] |
H A D | Contacts_test.js | 152 async function insertData(rawContactId, type, value, position) 156 {"raw_contact_id" : rawContactId, "content_type" : type, "detail_info" : value, "position" : position}; 194 * @tc.name Insert contact details (name, company, position, mobile phone number) 249 "position" : "developer" 258 map.set("position", "developer"); 620 "position" : "developer", 643 "position" : "Testers", 658 map.set("position", "Testers"); 726 * @tc.name Update contact details (company, position) [all...] |