Searched refs:HWC_TRANSFORM_FLIP_V (Results 1 – 14 of 14) sorted by relevance
87 HWC_TRANSFORM_FLIP_V = HAL_TRANSFORM_FLIP_V, enumerator
508 case HWC_TRANSFORM_FLIP_V: return "FlipV"; in getTransformName()691 FlipV = HWC_TRANSFORM_FLIP_V,
261 (layer->transform == HWC_TRANSFORM_FLIP_V)? "FLIP_V": in logLayer()
665 extOrientation = HWC_TRANSFORM_FLIP_V | HWC_TRANSFORM_FLIP_H; in getMirrorModeOrientation()1504 if(transform & HWC_TRANSFORM_FLIP_V) { in setMdpFlags()
678 extOrientation = HWC_TRANSFORM_FLIP_V | HWC_TRANSFORM_FLIP_H; in getMirrorModeOrientation()1488 if(transform & HWC_TRANSFORM_FLIP_V) { in setMdpFlags()
266 (layer->transform == HWC_TRANSFORM_FLIP_V)? "FLIP_V": in logLayer()
907 extOrientation = HWC_TRANSFORM_FLIP_V | HWC_TRANSFORM_FLIP_H; in getMirrorModeOrientation()1819 if(transform & HWC_TRANSFORM_FLIP_V) { in setMdpFlags()
265 (layer->transform == HWC_TRANSFORM_FLIP_V)? "FLIP_V": in logLayer()
840 extOrientation = HWC_TRANSFORM_FLIP_V | HWC_TRANSFORM_FLIP_H; in getMirrorModeOrientation()1739 if(transform & HWC_TRANSFORM_FLIP_V) { in setMdpFlags()
1457 case HWC_TRANSFORM_FLIP_V: return "FlipV"; in hwc1TransformString()
507 layer_transform.flip_vertical = ((hwc_transform & HWC_TRANSFORM_FLIP_V) > 0); in PrePrepareLayerStack()
826 if(layer->transform & HWC_TRANSFORM_FLIP_V) { in setMdpFlags()
623 layer_transform.flip_vertical = ((hwc_transform & HWC_TRANSFORM_FLIP_V) > 0); in PrePrepareLayerStack()