HomeSort by relevance Sort by last modified time
    Searched refs:matrix22_t (Results 1 - 5 of 5) sorted by null

  /frameworks/native/libs/gui/
LayerState.cpp 38 *reinterpret_cast<layer_state_t::matrix22_t *>(
39 output.writeInplace(sizeof(layer_state_t::matrix22_t))) = matrix;
58 matrix = *reinterpret_cast<layer_state_t::matrix22_t const *>(
59 input.readInplace(sizeof(layer_state_t::matrix22_t)));
SurfaceComposerClient.cpp 356 layer_state_t::matrix22_t matrix;
  /frameworks/native/include/private/gui/
LayerState.h 66 struct matrix22_t { struct in struct:android::layer_state_t
84 matrix22_t matrix;
  /frameworks/native/services/surfaceflinger/
Layer.h 143 bool setMatrix(const layer_state_t::matrix22_t& matrix);
Layer.cpp 876 bool Layer::setMatrix(const layer_state_t::matrix22_t& matrix) {
    [all...]

Completed in 77 milliseconds