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

/hardware/broadcom/libbt/
H A Dgen-buildcfg.sh17 BASE=`echo ${BASE} | tr "[:lower:]" "[:upper:]"`
/hardware/qcom/bt/libbt-vendor/
H A Dgen-buildcfg.sh17 BASE=`echo ${BASE} | tr "[:lower:]" "[:upper:]"`
/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) {
H A DoverlayUtils.h554 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop);
/hardware/qcom/display/msm8909/liboverlay/
H A DoverlayUtils.cpp290 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop) { argument
291 if(tr & OVERLAY_TRANSFORM_FLIP_H) {
294 if(tr & OVERLAY_TRANSFORM_FLIP_V) {
297 if(tr & OVERLAY_TRANSFORM_ROT_90) {
H A DoverlayUtils.h544 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop);
/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) {
H A DoverlayUtils.h711 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop);
/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) {
H A DoverlayUtils.h551 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop);
/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) {
H A DoverlayUtils.h709 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop);

Completed in 499 milliseconds