OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:matrix22_t
(Results
1 - 7
of
7
) 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;
65
const void* matrix_data = input.readInplace(sizeof(layer_state_t::
matrix22_t
));
67
matrix = *reinterpret_cast<layer_state_t::
matrix22_t
const *>(matrix_data);
SurfaceComposerClient.cpp
422
layer_state_t::
matrix22_t
matrix;
[
all
...]
/frameworks/native/include/private/gui/
LayerState.h
80
struct
matrix22_t
{
struct in struct:android::layer_state_t
98
matrix22_t
matrix;