Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DLayerState.cpp38 *reinterpret_cast<layer_state_t::matrix22_t *>( in write()
39 output.writeInplace(sizeof(layer_state_t::matrix22_t))) = matrix; in write()
69 const void* matrix_data = input.readInplace(sizeof(layer_state_t::matrix22_t)); in read()
71 matrix = *reinterpret_cast<layer_state_t::matrix22_t const *>(matrix_data); in read()
DSurfaceComposerClient.cpp338 layer_state_t::matrix22_t matrix; in setMatrix()
/frameworks/native/libs/gui/include/gui/
DLayerState.h85 struct matrix22_t { struct
103 matrix22_t matrix;
/frameworks/native/services/surfaceflinger/
DSurfaceInterceptor.h141 const layer_state_t::matrix22_t& matrix);
DLayer.h261 bool setMatrix(const layer_state_t::matrix22_t& matrix);
DSurfaceInterceptor.cpp229 const layer_state_t::matrix22_t& matrix) in addMatrixLocked()
DLayer.cpp1252 bool Layer::setMatrix(const layer_state_t::matrix22_t& matrix) { in setMatrix()