Home
last modified time | relevance | path

Searched refs:matrix22_t (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/libs/gui/include/gui/
DLayerState.h152 struct matrix22_t { struct
170 matrix22_t matrix;
/frameworks/native/libs/gui/
DLayerState.cpp44 *reinterpret_cast<layer_state_t::matrix22_t *>( in write()
45 output.writeInplace(sizeof(layer_state_t::matrix22_t))) = matrix; in write()
136 const void* matrix_data = input.readInplace(sizeof(layer_state_t::matrix22_t)); in read()
138 matrix = *reinterpret_cast<layer_state_t::matrix22_t const *>(matrix_data); in read()
DSurfaceComposerClient.cpp944 layer_state_t::matrix22_t matrix; in setMatrix()
/frameworks/native/services/surfaceflinger/
DBufferStateLayer.h91 bool setMatrix(const layer_state_t::matrix22_t& /*matrix*/, in setMatrix() argument
DSurfaceInterceptor.h148 const layer_state_t::matrix22_t& matrix);
DLayer.h325 virtual bool setMatrix(const layer_state_t::matrix22_t& matrix,
DSurfaceInterceptor.cpp259 const layer_state_t::matrix22_t& matrix) in addMatrixLocked()
DLayer.cpp1225 bool Layer::setMatrix(const layer_state_t::matrix22_t& matrix, in setMatrix()