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

  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_mdpcomp.cpp 327 if((has90Transform(layer) and (not isRotationDoable(ctx, hnd))) ||
722 if(has90Transform(layer) && isRotationDoable(ctx, hnd)) {
852 has90Transform(layer)) {
869 && (has90Transform(layer) || needsScaling(layer))) {
    [all...]
hwc_utils.cpp     [all...]
hwc_utils.h 612 static inline bool has90Transform(hwc_layer_1_t const* layer) {
hwc.cpp 160 has90Transform(layer) && isRotationDoable(ctx, hnd)) {
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_mdpcomp.cpp 385 if((has90Transform(layer) and (not isRotationDoable(ctx, hnd))) ||
830 if(has90Transform(layer) && isRotationDoable(ctx, hnd)) {
    [all...]
hwc_utils.h 701 static inline bool has90Transform(hwc_layer_1_t const* layer) {
hwc.cpp 140 (has90Transform(layer) || getRotDownscale(ctx, layer))
    [all...]
hwc_utils.cpp     [all...]
hwc_copybit.cpp 327 if (has90Transform(layer)) {
    [all...]
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_mdpcomp.cpp 381 if((has90Transform(layer) and (not isRotationDoable(ctx, hnd))) ||
804 if(has90Transform(layer) && isRotationDoable(ctx, hnd)) {
    [all...]
hwc_utils.h 682 static inline bool has90Transform(hwc_layer_1_t const* layer) {
hwc.cpp 141 (has90Transform(layer) || getRotDownscale(ctx, layer))
    [all...]
hwc_utils.cpp     [all...]
hwc_copybit.cpp 417 if (has90Transform(layer)) {
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.h 573 static inline bool has90Transform(hwc_layer_1_t *layer) {
hwc_mdpcomp.cpp 302 if((not isYuvBuffer(hnd) and has90Transform(layer)) or
709 if(isYuvBuffer(hnd) && has90Transform(layer)) {
    [all...]

Completed in 107 milliseconds