Home
last modified time | relevance | path

Searched refs:matrix22_t (Results 1 – 5 of 5) 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()
62 const void* matrix_data = input.readInplace(sizeof(layer_state_t::matrix22_t)); in read()
64 matrix = *reinterpret_cast<layer_state_t::matrix22_t const *>(matrix_data); in read()
DSurfaceComposerClient.cpp377 layer_state_t::matrix22_t matrix; in setMatrix()
/frameworks/native/include/private/gui/
DLayerState.h76 struct matrix22_t { struct
94 matrix22_t matrix;
/frameworks/native/services/surfaceflinger/
DLayer.h160 bool setMatrix(const layer_state_t::matrix22_t& matrix);
DLayer.cpp1617 bool Layer::setMatrix(const layer_state_t::matrix22_t& matrix) {