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

  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_virtual.cpp 81 int fbWidth = 0, fbHeight = 0;
82 getLayerResolution(fbLayer, fbWidth, fbHeight);
84 ctx->dpyAttr[dpy].yres = fbHeight;
226 int fbHeight = ctx->dpyAttr[dpy].yres;
227 if((getWidth(ohnd) != fbWidth) || (getHeight(ohnd) != fbHeight)) {
233 __FUNCTION__, fbWidth, fbHeight,
hwc_utils.cpp 553 uint32_t fbHeight = ctx->dpyAttr[dpy].yres;
557 ctx->mHDMIDisplay->getAttributes(fbWidth, fbHeight);
565 swap(fbWidth, fbHeight);
570 float asH = (float)fbHeight;
574 asH = ((float)fbHeight * (1.0f - (float)asHeightRatio / 100.0f));
576 asY = ((float)fbHeight - asH) / 2;
580 yRatio = (float)y/(float)fbHeight;
582 hRatio = (float)h/(float)fbHeight;
605 float fbHeight = (float)ctx->dpyAttr[dpy].yres;
610 float height = fbHeight;
    [all...]
hwc_copybit.cpp 97 int fbHeight = ctx->dpyAttr[dpy].yres;
98 unsigned int fbArea = (fbWidth * fbHeight);
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.cpp 389 int fbHeight = ctx->dpyAttr[dpy].yres;
393 ctx->mExtDisplay->getAttributes(fbWidth, fbHeight);
401 swap(fbWidth, fbHeight);
406 float asH = (float)fbHeight;
410 asH = ((float)fbHeight * (1.0f - (float)asHeightRatio / 100.0f));
412 asY = ((float)fbHeight - asH) / 2;
416 yRatio = (float)y/(float)fbHeight;
418 hRatio = (float)h/(float)fbHeight;
469 float fbHeight = (float)ctx->dpyAttr[dpy].yres;
474 float height = fbHeight;
    [all...]
hwc_virtual.cpp 102 int fbWidth = 0, fbHeight = 0;
103 getLayerResolution(fbLayer, fbWidth, fbHeight);
105 ctx->dpyAttr[dpy].yres = fbHeight;
hwc_copybit.cpp 97 int fbHeight = ctx->dpyAttr[dpy].yres;
98 unsigned int fbArea = (fbWidth * fbHeight);
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.cpp 404 int fbHeight = ctx->dpyAttr[dpy].yres;
408 ctx->mExtDisplay->getAttributes(fbWidth, fbHeight);
416 swap(fbWidth, fbHeight);
421 float asH = (float)fbHeight;
425 asH = ((float)fbHeight * (1.0f - (float)asHeightRatio / 100.0f));
427 asY = ((float)fbHeight - asH) / 2;
431 yRatio = (float)y/(float)fbHeight;
433 hRatio = (float)h/(float)fbHeight;
456 float fbHeight = (float)ctx->dpyAttr[dpy].yres;
461 float height = fbHeight;
    [all...]
hwc_virtual.cpp 113 int fbWidth = 0, fbHeight = 0;
114 getLayerResolution(fbLayer, fbWidth, fbHeight);
116 ctx->dpyAttr[dpy].yres = fbHeight;
hwc_copybit.cpp 97 int fbHeight = ctx->dpyAttr[dpy].yres;
98 unsigned int fbArea = (fbWidth * fbHeight);
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc.cpp 220 int fbWidth = 0, fbHeight = 0;
221 getLayerResolution(fbLayer, fbWidth, fbHeight);
223 ctx->dpyAttr[dpy].yres = fbHeight;
hwc_utils.cpp 275 float fbHeight = ctx->dpyAttr[dpy].yres;
280 float asH= fbHeight;
284 asH = fbHeight * (1.0f - asHeightRatio / 100.0f);
286 asY = (fbHeight - asH) / 2;
290 yRatio = (float)y/fbHeight;
292 hRatio = (float)h/fbHeight;
    [all...]
hwc_copybit.cpp 94 int fbHeight = ctx->dpyAttr[dpy].yres;
95 unsigned int fbArea = (fbWidth * fbHeight);
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp 326 float fbHeight = ctx->dpyAttr[dpy].yres;
331 float asH= fbHeight;
341 asH = fbHeight * (1.0f - asHeightRatio / 100.0f);
343 asY = (fbHeight - asH) / 2;
347 yRatio = (float)y/fbHeight;
349 hRatio = (float)h/fbHeight;
    [all...]
hwc_copybit.cpp 101 int fbHeight = ctx->dpyAttr[dpy].yres;
102 unsigned int fbArea = (fbWidth * fbHeight);

Completed in 146 milliseconds