Home
last modified time | relevance | path

Searched refs:tr (Results 1 – 12 of 12) sorted by relevance

/hardware/broadcom/libbt/
Dgen-buildcfg.sh17 BASE=`echo ${BASE} | tr "[:lower:]" "[:upper:]"`
/hardware/qcom/bt/libbt-vendor/
Dgen-buildcfg.sh17 BASE=`echo ${BASE} | tr "[:lower:]" "[:upper:]"`
/hardware/qcom/display/msm8909/liboverlay/
DoverlayUtils.cpp290 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop) { in preRotateSource() argument
291 if(tr & OVERLAY_TRANSFORM_FLIP_H) { in preRotateSource()
294 if(tr & OVERLAY_TRANSFORM_FLIP_V) { in preRotateSource()
297 if(tr & OVERLAY_TRANSFORM_ROT_90) { in preRotateSource()
DoverlayUtils.h544 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop);
/hardware/qcom/display/msm8960/liboverlay/
DoverlayUtils.cpp231 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop) { in preRotateSource() argument
232 if(tr & OVERLAY_TRANSFORM_FLIP_H) { in preRotateSource()
235 if(tr & OVERLAY_TRANSFORM_FLIP_V) { in preRotateSource()
238 if(tr & OVERLAY_TRANSFORM_ROT_90) { in preRotateSource()
DoverlayUtils.h711 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop);
/hardware/qcom/display/msm8226/liboverlay/
DoverlayUtils.cpp319 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop) { in preRotateSource() argument
320 if(tr & OVERLAY_TRANSFORM_FLIP_H) { in preRotateSource()
323 if(tr & OVERLAY_TRANSFORM_FLIP_V) { in preRotateSource()
326 if(tr & OVERLAY_TRANSFORM_ROT_90) { in preRotateSource()
DoverlayUtils.h554 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop);
/hardware/qcom/display/msm8994/liboverlay/
DoverlayUtils.cpp312 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop) { in preRotateSource() argument
313 if(tr & OVERLAY_TRANSFORM_FLIP_H) { in preRotateSource()
316 if(tr & OVERLAY_TRANSFORM_FLIP_V) { in preRotateSource()
319 if(tr & OVERLAY_TRANSFORM_ROT_90) { in preRotateSource()
DoverlayUtils.h551 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop);
/hardware/qcom/display/msm8084/liboverlay/
DoverlayUtils.cpp308 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop) { in preRotateSource() argument
309 if(tr & OVERLAY_TRANSFORM_FLIP_H) { in preRotateSource()
312 if(tr & OVERLAY_TRANSFORM_FLIP_V) { in preRotateSource()
315 if(tr & OVERLAY_TRANSFORM_ROT_90) { in preRotateSource()
DoverlayUtils.h709 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop);