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

  /device/google/cuttlefish_common/guest/hals/hwcomposer/legacy/
vsoc_composer.cpp 310 bool needs_rotation = rotation != libyuv::kRotate0; local
311 bool needs_transpose = needs_rotation && rotation != libyuv::kRotate180;
315 bool needs_copy = !(needs_conversion || needs_scaling || needs_rotation ||
372 (needs_scaling ? 1 : 0) + (needs_rotation ? 1 : 0) +
458 if (needs_rotation) {
  /hardware/qcom/display/msm8909/sdm/libs/core/
display_base.h 136 bool NeedsDownScale(const LayerRect &src_rect, const LayerRect &dst_rect, bool needs_rotation);
display_base.cpp 1164 bool needs_rotation = (layer->transform.rotation == 90.0f); local
    [all...]
  /hardware/qcom/display/msm8909w_3100/sdm/libs/core/
display_base.h 133 bool NeedsDownScale(const LayerRect &src_rect, const LayerRect &dst_rect, bool needs_rotation);
display_base.cpp 1143 bool needs_rotation = (layer->transform.rotation == 90.0f); local
    [all...]
  /hardware/qcom/display/msm8998/sdm/libs/core/
display_base.h 133 bool NeedsDownScale(const LayerRect &src_rect, const LayerRect &dst_rect, bool needs_rotation);
display_base.cpp 1162 bool needs_rotation = (layer->transform.rotation == 90.0f); local
    [all...]
  /hardware/qcom/display/msm8909/sdm/libs/core/drm/
hw_device_drm.cpp 604 bool needs_rotation = false; local
612 needs_rotation = true;
632 if (!needs_rotation) {
    [all...]
  /hardware/qcom/display/msm8909w_3100/sdm/libs/core/drm/
hw_device_drm.cpp 599 bool needs_rotation = false; local
607 needs_rotation = true;
627 if (!needs_rotation) {
    [all...]
  /hardware/qcom/display/msm8998/sdm/libs/core/drm/
hw_device_drm.cpp 375 bool needs_rotation = false; local
388 needs_rotation = true;
415 if (!needs_rotation) {

Completed in 103 milliseconds