Lines Matching defs:SurfaceUtils
23 static SurfaceUtils* instance = nullptr;
27 SurfaceUtils* SurfaceUtils::GetInstance()
30 instance = new SurfaceUtils();
36 SurfaceUtils::~SurfaceUtils()
43 sptr<Surface> SurfaceUtils::GetSurface(uint64_t uniqueId)
59 SurfaceError SurfaceUtils::Add(uint64_t uniqueId, const wptr<Surface> &surface)
73 SurfaceError SurfaceUtils::Remove(uint64_t uniqueId)
85 std::array<float, MATRIX_ARRAY_SIZE> SurfaceUtils::MatrixProduct(const std::array<float, MATRIX_ARRAY_SIZE>& lMat,
112 void SurfaceUtils::ComputeTransformByMatrix(GraphicTransformType& transform,
162 void SurfaceUtils::ComputeTransformMatrix(float matrix[MATRIX_ARRAY_SIZE], uint32_t matrixSize,
200 void SurfaceUtils::ComputeTransformByMatrixV2(GraphicTransformType& transform,
250 void SurfaceUtils::ComputeTransformMatrixV2(float matrix[MATRIX_ARRAY_SIZE], uint32_t matrixSize,
301 void* SurfaceUtils::GetNativeWindow(uint64_t uniqueId)
312 SurfaceError SurfaceUtils::AddNativeWindow(uint64_t uniqueId, void *nativeWidow)
326 SurfaceError SurfaceUtils::RemoveNativeWindow(uint64_t uniqueId)