HomeSort by relevance Sort by last modified time
    Searched refs:fbWidth (Results 1 - 15 of 15) sorted by null

  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_virtual.cpp 81 int fbWidth = 0, fbHeight = 0;
82 getLayerResolution(fbLayer, fbWidth, fbHeight);
83 ctx->dpyAttr[dpy].xres = fbWidth;
226 int fbWidth = ctx->dpyAttr[dpy].xres;
228 if((getWidth(ohnd) != fbWidth) || (getHeight(ohnd) != fbHeight)) {
234 __FUNCTION__, fbWidth, fbHeight,
hwc_utils.cpp 631 uint32_t fbWidth = ctx->dpyAttr[dpy].xres;
636 ctx->mHDMIDisplay->getAttributes(fbWidth, fbHeight);
644 swap(fbWidth, fbHeight);
648 float asW = (float)fbWidth;
652 asW = ((float)fbWidth * (1.0f - (float)asWidthRatio / 100.0f));
654 asX = ((float)fbWidth - asW) / 2;
658 xRatio = (float)x/(float)fbWidth;
660 wRatio = (float)w/(float)fbWidth;
683 float fbWidth = (float)ctx->dpyAttr[dpy].xres;
688 float width = fbWidth;
    [all...]
hwc_copybit.cpp 145 int fbWidth = ctx->dpyAttr[dpy].xres;
147 unsigned int fbArea = (fbWidth * fbHeight);
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_virtual.cpp 81 int fbWidth = 0, fbHeight = 0;
82 getLayerResolution(fbLayer, fbWidth, fbHeight);
83 ctx->dpyAttr[dpy].xres = fbWidth;
225 int fbWidth = ctx->dpyAttr[dpy].xres;
228 getBufferSizeAndDimensions(fbWidth, fbHeight, ohnd->format, alW, alH);
hwc_utils.cpp 564 uint32_t fbWidth = ctx->dpyAttr[dpy].xres;
569 ctx->mHDMIDisplay->getAttributes(fbWidth, fbHeight);
577 swap(fbWidth, fbHeight);
581 float asW = (float)fbWidth;
585 asW = ((float)fbWidth * (1.0f - (float)asWidthRatio / 100.0f));
587 asX = ((float)fbWidth - asW) / 2;
591 xRatio = (float)x/(float)fbWidth;
593 wRatio = (float)w/(float)fbWidth;
616 float fbWidth = (float)ctx->dpyAttr[dpy].xres;
621 float width = fbWidth;
    [all...]
hwc_copybit.cpp 96 int fbWidth = ctx->dpyAttr[dpy].xres;
98 unsigned int fbArea = (fbWidth * fbHeight);
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.cpp 388 int fbWidth = ctx->dpyAttr[dpy].xres;
393 ctx->mExtDisplay->getAttributes(fbWidth, fbHeight);
401 swap(fbWidth, fbHeight);
405 float asW = (float)fbWidth;
409 asW = ((float)fbWidth * (1.0f - (float)asWidthRatio / 100.0f));
411 asX = ((float)fbWidth - asW) / 2;
415 xRatio = (float)x/(float)fbWidth;
417 wRatio = (float)w/(float)fbWidth;
468 float fbWidth = (float)ctx->dpyAttr[dpy].xres;
473 float width = fbWidth;
    [all...]
hwc_virtual.cpp 102 int fbWidth = 0, fbHeight = 0;
103 getLayerResolution(fbLayer, fbWidth, fbHeight);
104 ctx->dpyAttr[dpy].xres = fbWidth;
hwc_copybit.cpp 96 int fbWidth = ctx->dpyAttr[dpy].xres;
98 unsigned int fbArea = (fbWidth * fbHeight);
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.cpp 403 int fbWidth = ctx->dpyAttr[dpy].xres;
408 ctx->mExtDisplay->getAttributes(fbWidth, fbHeight);
416 swap(fbWidth, fbHeight);
420 float asW = (float)fbWidth;
424 asW = ((float)fbWidth * (1.0f - (float)asWidthRatio / 100.0f));
426 asX = ((float)fbWidth - asW) / 2;
430 xRatio = (float)x/(float)fbWidth;
432 wRatio = (float)w/(float)fbWidth;
455 float fbWidth = (float)ctx->dpyAttr[dpy].xres;
460 float width = fbWidth;
    [all...]
hwc_virtual.cpp 113 int fbWidth = 0, fbHeight = 0;
114 getLayerResolution(fbLayer, fbWidth, fbHeight);
115 ctx->dpyAttr[dpy].xres = fbWidth;
hwc_copybit.cpp 96 int fbWidth = ctx->dpyAttr[dpy].xres;
98 unsigned int fbArea = (fbWidth * fbHeight);
    [all...]
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp 325 float fbWidth = ctx->dpyAttr[dpy].xres;
330 float asW = fbWidth;
340 asW = fbWidth * (1.0f - asWidthRatio / 100.0f);
342 asX = (fbWidth - asW) / 2;
346 xRatio = (float)x/fbWidth;
348 wRatio = (float)w/fbWidth;
    [all...]
hwc_copybit.cpp 100 int fbWidth = ctx->dpyAttr[dpy].xres;
102 unsigned int fbArea = (fbWidth * fbHeight);
  /prebuilts/tools/common/m2/repository/tightvnc/
tightvnc.jar 

Completed in 343 milliseconds