OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:flip_horizontal
(Results
1 - 8
of
8
) sorted by null
/hardware/qcom/display/msm8996/sdm/include/utils/
rect.h
55
bool
flip_horizontal
, LayerRect *out_rects);
57
bool
flip_horizontal
, LayerRect *out_rects);
/hardware/qcom/display/msm8996/sdm/include/core/
layer_stack.h
104
bool
flip_horizontal
= false; //!< Mirror reversal of the layer across a horizontal axis.
member in struct:sdm::LayerTransform
108
return (rotation == transform.rotation &&
flip_horizontal
== transform.
flip_horizontal
&&
/hardware/qcom/display/msm8996/sdm/libs/utils/
rect.cpp
143
bool
flip_horizontal
, LayerRect *out_rects) {
164
if (
flip_horizontal
&& split_count > 1) {
173
bool
flip_horizontal
, LayerRect *out_rects) {
194
if (
flip_horizontal
&& split_count > 1) {
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_layers.cpp
209
layer_transform.
flip_horizontal
= true;
218
layer_transform.
flip_horizontal
= true;
223
layer_transform.
flip_horizontal
= true;
228
layer_transform.
flip_horizontal
= true;
hwc_display.cpp
[
all
...]
/hardware/qcom/display/msm8996/sdm/libs/hwc/
blit_engine_c2d.cpp
536
if (layer->transform.
flip_horizontal
) transform |= COPYBIT_TRANSFORM_FLIP_H;
hwc_display.cpp
504
layer_transform.
flip_horizontal
= ((hwc_transform & HWC_TRANSFORM_FLIP_H) > 0);
[
all
...]
/hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_device.cpp
667
if (layer->transform.
flip_horizontal
) {
[
all
...]
Completed in 939 milliseconds