Searched defs:tr (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/display/msm8226/liboverlay/
H A DoverlayUtils.cpp319 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop) { argument
320 if(tr & OVERLAY_TRANSFORM_FLIP_H) {
323 if(tr & OVERLAY_TRANSFORM_FLIP_V) {
326 if(tr & OVERLAY_TRANSFORM_ROT_90) {
/hardware/qcom/display/msm8994/liboverlay/
H A DoverlayUtils.cpp312 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop) { argument
313 if(tr & OVERLAY_TRANSFORM_FLIP_H) {
316 if(tr & OVERLAY_TRANSFORM_FLIP_V) {
319 if(tr & OVERLAY_TRANSFORM_ROT_90) {
/hardware/qcom/display/msm8084/liboverlay/
H A DoverlayUtils.cpp308 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop) { argument
309 if(tr & OVERLAY_TRANSFORM_FLIP_H) {
312 if(tr & OVERLAY_TRANSFORM_FLIP_V) {
315 if(tr & OVERLAY_TRANSFORM_ROT_90) {
/hardware/qcom/display/msm8960/liboverlay/
H A DoverlayUtils.cpp231 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop) { argument
232 if(tr & OVERLAY_TRANSFORM_FLIP_H) {
235 if(tr & OVERLAY_TRANSFORM_FLIP_V) {
238 if(tr & OVERLAY_TRANSFORM_ROT_90) {

Completed in 230 milliseconds