Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/frameworks/surfaceimage/src/
H A Dsurface_image.cpp107 utils->ComputeTransformMatrixV2(currentTransformMatrixV2_, TRANSFORM_MATRIX_ELE_COUNT, in UpdateSurfaceInfo()
222 currentTransformMatrixV2_, sizeof(currentTransformMatrixV2_)); in GetTransformMatrixV2()
432 utils->ComputeTransformMatrixV2(currentTransformMatrixV2_, TRANSFORM_MATRIX_ELE_COUNT, in AcquireNativeWindowBuffer()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/surfaceimage/include/
H A Dsurface_image.h112 float currentTransformMatrixV2_[TRANSFORM_MATRIX_ELE_COUNT] = {0.0}; variable