/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; 227 if((getWidth(ohnd) != fbWidth) || (getHeight(ohnd) != fbHeight)) { 233 __FUNCTION__, fbWidth, fbHeight,
|
hwc_utils.cpp | 552 uint32_t fbWidth = ctx->dpyAttr[dpy].xres; 557 ctx->mHDMIDisplay->getAttributes(fbWidth, fbHeight); 565 swap(fbWidth, fbHeight); 569 float asW = (float)fbWidth; 573 asW = ((float)fbWidth * (1.0f - (float)asWidthRatio / 100.0f)); 575 asX = ((float)fbWidth - asW) / 2; 579 xRatio = (float)x/(float)fbWidth; 581 wRatio = (float)w/(float)fbWidth; 604 float fbWidth = (float)ctx->dpyAttr[dpy].xres; 609 float width = fbWidth; [all...] |
hwc_copybit.cpp | 96 int fbWidth = ctx->dpyAttr[dpy].xres; 98 unsigned int fbArea = (fbWidth * fbHeight); [all...] |
hwc_fbupdate.cpp | 101 // external is different from {0, 0, fbWidth, fbHeight}, so intersect
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
gltrace_context.cpp | 206 void GLTraceContext::getCompressedFB(void **fb, unsigned *fbsize, unsigned *fbwidth, 236 *fbwidth = viewport[2];
|
gltrace_context.h | 82 unsigned *fbwidth, unsigned *fbheight,
|
gltrace_fixup.cpp | 176 unsigned fbsize, fbwidth, fbheight; local 177 context->getCompressedFB(&fbcontents, &fbsize, &fbwidth, &fbheight, fbToRead); 180 fb->set_width(fbwidth); [all...] |
/external/pdfium/fpdfsdk/src/pdfwindow/ |
PWL_ScrollBar.cpp | 666 FX_FLOAT fBWidth = 0; 680 fBWidth = (rcClient.right - rcClient.left - PWL_SCROLLBAR_POSBUTTON_MINWIDTH - 2) / 2; 682 if (fBWidth > 0) 685 rcClient.left + fBWidth,rcClient.top); 686 rcMaxButton = CPDF_Rect(rcClient.right - fBWidth,rcClient.bottom, 702 fBWidth = (rcClient.top - rcClient.bottom - PWL_SCROLLBAR_POSBUTTON_MINWIDTH - 2) / 2; 704 if (IsFloatBigger(fBWidth, 0)) 706 rcMinButton = CPDF_Rect(rcClient.left,rcClient.top - fBWidth, 709 rcClient.right,rcClient.bottom + fBWidth); [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);
|
hwc_fbupdate.cpp | 96 // external is different from {0, 0, fbWidth, fbHeight}, so intersect
|
/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...] |
hwc_fbupdate.cpp | 103 // external is different from {0, 0, fbWidth, fbHeight}, so intersect
|
/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);
|
/hardware/qcom/display/msm8974/libhwcomposer/ |
hwc_utils.cpp | 274 float fbWidth = ctx->dpyAttr[dpy].xres; 279 float asW = fbWidth; 283 asW = fbWidth * (1.0f - asWidthRatio / 100.0f); 285 asX = (fbWidth - asW) / 2; 289 xRatio = (float)x/fbWidth; 291 wRatio = (float)w/fbWidth; [all...] |
hwc.cpp | 220 int fbWidth = 0, fbHeight = 0; 221 getLayerResolution(fbLayer, fbWidth, fbHeight); 222 ctx->dpyAttr[dpy].xres = fbWidth;
|
hwc_copybit.cpp | 93 int fbWidth = ctx->dpyAttr[dpy].xres; 95 unsigned int fbArea = (fbWidth * fbHeight);
|