Home
last modified time | relevance | path

Searched refs:MatrixProduct (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dsurface_utils.cpp138 *transformMatrix = MatrixProduct(flipH, rotate90); in ComputeTransformByMatrix()
141 *transformMatrix = MatrixProduct(flipV, rotate90); in ComputeTransformByMatrix()
144 *transformMatrix = MatrixProduct(flipH, rotate180); in ComputeTransformByMatrix()
147 *transformMatrix = MatrixProduct(flipV, rotate180); in ComputeTransformByMatrix()
150 *transformMatrix = MatrixProduct(flipH, rotate270); in ComputeTransformByMatrix()
153 *transformMatrix = MatrixProduct(flipV, rotate270); in ComputeTransformByMatrix()
226 *transformMatrix = MatrixProduct(flipV, rotate90); in ComputeTransformByMatrixV2()
229 *transformMatrix = MatrixProduct(flipH, rotate90); in ComputeTransformByMatrixV2()
238 *transformMatrix = MatrixProduct(flipH, rotate90); in ComputeTransformByMatrixV2()
241 *transformMatrix = MatrixProduct(flipV, rotate90); in ComputeTransformByMatrixV2()
[all …]
/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dsurface_utils.h47 …std::array<float, 16> MatrixProduct(const std::array<float, 16>& lMat, const std::array<float, 16>…