Lines Matching defs:value
141 // 2. OH_Drawing_MatrixCreateRotation with a negative value for the x parameter
143 // 3. OH_Drawing_MatrixCreateRotation with a negative value for the y parameter
160 // 1. OH_Drawing_MatrixCreateRotation with the maximum value of the rotation angle parameter deg
162 // 2. OH_Drawing_MatrixCreateRotation with the maximum value of the x parameter
164 // 3. OH_Drawing_MatrixCreateRotation with the maximum value of the y parameter
260 // 1. OH_Drawing_MatrixCreateTranslation with the first parameter as the maximum value
262 // 2. OH_Drawing_MatrixCreateTranslation with the second parameter as the maximum value
306 float value[9];
307 OH_Drawing_ErrorCode code = OH_Drawing_MatrixGetAll(matrix, value);
314 OH_Drawing_ErrorCode code2 = OH_Drawing_MatrixGetAll(matrix, value);
348 float value[9];
349 OH_Drawing_ErrorCode code = OH_Drawing_MatrixGetAll(nullptr, value);
389 // 3. OH_Drawing_MatrixGetAll with an array 'value' of length less than 9
444 float value[9];
455 OH_Drawing_ErrorCode code = OH_Drawing_MatrixGetAll(matrix, value);
546 // 2. OH_Drawing_MatrixTranslate with the second parameter as the maximum value
548 // 3. OH_Drawing_MatrixTranslate with the third parameter as the maximum value
659 // 2. OH_Drawing_MatrixRotate with the second parameter as the maximum value
661 // 3. OH_Drawing_MatrixRotate with the third parameter as the maximum value
663 // 4. OH_Drawing_MatrixRotate with the fourth parameter as the maximum value
771 // 1. OH_Drawing_MatrixCreateScale with the first parameter as the maximum value
773 // 2. OH_Drawing_MatrixCreateScale with the second parameter as the maximum value
775 // 3. OH_Drawing_MatrixCreateScale with the third parameter as the maximum value
777 // 4. OH_Drawing_MatrixCreateScale with the fourth parameter as the maximum value
890 // 2. OH_Drawing_MatrixScale with the second parameter as the maximum value
892 // 3. OH_Drawing_MatrixScale with the third parameter as the maximum value
894 // 4. OH_Drawing_MatrixScale with the fourth parameter as the maximum value
896 // 5. OH_Drawing_MatrixScale with the fifth parameter as the maximum value
1081 // 2. OH_Drawing_MatrixPreRotate with a negative value for the third parameter
1083 // 3. OH_Drawing_MatrixPreRotate with a negative value for the fourth parameter
1100 // 2. OH_Drawing_MatrixPreRotate with the second parameter as the maximum value
1102 // 3. OH_Drawing_MatrixPreRotate with the third parameter as the maximum value
1104 // 4. OH_Drawing_MatrixPreRotate with the fourth parameter as the maximum value
1215 // 2. OH_Drawing_MatrixPreScale with the second parameter as the maximum value
1217 // 3. OH_Drawing_MatrixPreScale with the third parameter as the maximum value
1219 // 4. OH_Drawing_MatrixPreScale with the fourth parameter as the maximum value
1221 // 5. OH_Drawing_MatrixPreScale with the fifth parameter as the maximum value
1324 // 2. OH_Drawing_MatrixPreTranslate with the second parameter as the maximum value
1326 // 3. OH_Drawing_MatrixPreTranslate with the third parameter as the maximum value
1435 // 2. OH_Drawing_MatrixPostRotate with the second parameter as the maximum value
1437 // 3. OH_Drawing_MatrixPostRotate with the third parameter as the maximum value
1439 // 4. OH_Drawing_MatrixPostRotate with the fourth parameter as the maximum value
1549 // 2. OH_Drawing_MatrixPostScale, the second parameter is the maximum value
1551 // 3. OH_Drawing_MatrixPostScale, the third parameter is the maximum value
1553 // 4. OH_Drawing_MatrixPostScale, the fourth parameter is the maximum value
1555 // 5. OH_Drawing_MatrixPostScale, the fifth parameter is the maximum value