Searched refs:tr (Results 1 – 12 of 12) sorted by relevance
/hardware/broadcom/libbt/ |
D | gen-buildcfg.sh | 17 BASE=`echo ${BASE} | tr "[:lower:]" "[:upper:]"`
|
/hardware/qcom/bt/libbt-vendor/ |
D | gen-buildcfg.sh | 17 BASE=`echo ${BASE} | tr "[:lower:]" "[:upper:]"`
|
/hardware/qcom/display/msm8909/liboverlay/ |
D | overlayUtils.cpp | 290 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()
|
D | overlayUtils.h | 544 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop);
|
/hardware/qcom/display/msm8960/liboverlay/ |
D | overlayUtils.cpp | 231 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()
|
D | overlayUtils.h | 711 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop);
|
/hardware/qcom/display/msm8226/liboverlay/ |
D | overlayUtils.cpp | 319 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()
|
D | overlayUtils.h | 554 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop);
|
/hardware/qcom/display/msm8994/liboverlay/ |
D | overlayUtils.cpp | 312 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()
|
D | overlayUtils.h | 551 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop);
|
/hardware/qcom/display/msm8084/liboverlay/ |
D | overlayUtils.cpp | 308 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()
|
D | overlayUtils.h | 709 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop);
|