Lines Matching refs:point
863 // 3. OH_Drawing_CanvasClear with the parameter color set to a floating-point value
1303 // 2. Call OH_Drawing_CanvasDrawVertices with a floating-point number as the third parameter
1304 // Compilation error, cannot pass a floating-point number
1306 // 3. Call OH_Drawing_CanvasDrawVertices with a floating-point number as the seventh parameter
1307 // Compilation error, cannot pass a floating-point number
1427 // 2. Call OH_Drawing_CanvasReadPixels with the fourth parameter as a negative number or a floating-point number
1437 // 3. Call OH_Drawing_CanvasReadPixels with the fifth parameter as a floating-point number
1439 // 4. Call OH_Drawing_CanvasReadPixels with the sixth parameter as a floating-point number
1557 // 3. Call OH_Drawing_CanvasReadPixelsToBitmap with the third parameter as a floating-point number
1559 // 4. Call OH_Drawing_CanvasReadPixelsToBitmap with the fourth parameter as a floating-point number
1736 const OH_Drawing_Point2D point = {0.0f, 0.0f};
1737 OH_Drawing_CanvasDrawPoint(nullptr, &point);