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

  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_mdpcomp.cpp 319 if((has90Transform(layer) and (not isRotationDoable(ctx, hnd))) ||
714 if(has90Transform(layer) && isRotationDoable(ctx, hnd)) {
844 has90Transform(layer)) {
861 && (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 150 has90Transform(layer) && isRotationDoable(ctx, hnd)) {
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.h 399 static inline bool has90Transform(hwc_layer_1_t *layer) {
hwc_mdpcomp.cpp 246 if((not isYuvBuffer(hnd) and has90Transform(layer)) or
395 if(isYuvBuffer(hnd) && has90Transform(layer)) {
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_mdpcomp.cpp 392 if((has90Transform(layer) and (not isRotationDoable(ctx, hnd))) ||
815 if(has90Transform(layer) && isRotationDoable(ctx, hnd)) {
    [all...]
hwc_utils.h 655 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/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
704 if(isYuvBuffer(hnd) && has90Transform(layer)) {
    [all...]

Completed in 156 milliseconds