Home
last modified time | relevance | path

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

/external/drm_hwcomposer/
DDrmHwcTwo.h338 std::array<float, MATRIX_SIZE> color_transform_matrix_; variable
DDrmHwcTwo.cpp222 color_transform_matrix_ = {1.0, 0.0, 0.0, 0.0, in HwcDisplay()
815 std::copy(matrix, matrix + MATRIX_SIZE, color_transform_matrix_.begin()); in SetColorTransform()