OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_rotated
(Results
1 - 1
of
1
) sorted by null
/hardware/samsung_slsi/exynos5/libhwc/
hwc.cpp
239
static bool
is_rotated
(const hwc_layer_1_t &layer)
function
376
int max_w =
is_rotated
(layer) ? 2048 : 4800;
377
int max_h =
is_rotated
(layer) ? 2048 : 3344;
[
all
...]
Completed in 33 milliseconds