Searched refs:matrix22_t (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/libs/gui/
H A DLayerState.cpp38 *reinterpret_cast<layer_state_t::matrix22_t *>(
39 output.writeInplace(sizeof(layer_state_t::matrix22_t))) = matrix;
58 const void* matrix_data = input.readInplace(sizeof(layer_state_t::matrix22_t));
60 matrix = *reinterpret_cast<layer_state_t::matrix22_t const *>(matrix_data);
H A DSurfaceComposerClient.cpp367 layer_state_t::matrix22_t matrix;
/frameworks/native/include/private/gui/
H A DLayerState.h71 struct matrix22_t { struct in struct:android::layer_state_t
89 matrix22_t matrix;
/frameworks/native/services/surfaceflinger/
H A DLayer.h134 bool setMatrix(const layer_state_t::matrix22_t& matrix);
H A DLayer.cpp1001 bool Layer::setMatrix(const layer_state_t::matrix22_t& matrix) {

Completed in 692 milliseconds