Searched refs:matrix22_t (Results 1 – 5 of 5) sorted by relevance
38 *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()
377 layer_state_t::matrix22_t matrix; in setMatrix()
76 struct matrix22_t { struct94 matrix22_t matrix;
160 bool setMatrix(const layer_state_t::matrix22_t& matrix);
1617 bool Layer::setMatrix(const layer_state_t::matrix22_t& matrix) {