HomeSort by relevance Sort by last modified time
    Searched full:fbheight (Results 1 - 17 of 17) sorted by null

  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.cpp 378 int fbHeight = ctx->dpyAttr[dpy].yres;
382 ctx->mExtDisplay->getAttributes(fbWidth, fbHeight);
390 swap(fbWidth, fbHeight);
395 float asH = fbHeight;
399 asH = fbHeight * (1.0f - asHeightRatio / 100.0f);
401 asY = (fbHeight - asH) / 2;
405 yRatio = (float)y/fbHeight;
407 hRatio = (float)h/fbHeight;
431 float fbHeight = ctx->dpyAttr[dpy].yres;
436 float height = fbHeight;
    [all...]
hwc_virtual.cpp 100 int fbWidth = 0, fbHeight = 0;
101 getLayerResolution(fbLayer, fbWidth, fbHeight);
103 ctx->dpyAttr[dpy].yres = fbHeight;
hwc_copybit.cpp 97 int fbHeight = ctx->dpyAttr[dpy].yres;
98 unsigned int fbArea = (fbWidth * fbHeight);
hwc_fbupdate.cpp 95 // external is different from {0, 0, fbWidth, fbHeight}, so intersect
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_context.cpp 207 unsigned *fbheight, FBBinding fbToRead) {
237 *fbheight = viewport[3];
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);
181 fb->set_height(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);
hwc_fbupdate.cpp 96 // external is different from {0, 0, fbWidth, fbHeight}, so intersect
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp 327 float fbHeight = ctx->dpyAttr[dpy].yres;
332 float asH= fbHeight;
342 asH = fbHeight * (1.0f - asHeightRatio / 100.0f);
344 asY = (fbHeight - asH) / 2;
348 yRatio = (float)y/fbHeight;
350 hRatio = (float)h/fbHeight;
    [all...]
hwc_copybit.cpp 101 int fbHeight = ctx->dpyAttr[dpy].yres;
102 unsigned int fbArea = (fbWidth * fbHeight);
  /hardware/qcom/display/msm8974/libhwcomposer/
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.cpp 220 int fbWidth = 0, fbHeight = 0;
221 getLayerResolution(fbLayer, fbWidth, fbHeight);
223 ctx->dpyAttr[dpy].yres = fbHeight;
hwc_copybit.cpp 94 int fbHeight = ctx->dpyAttr[dpy].yres;
95 unsigned int fbArea = (fbWidth * fbHeight);
  /frameworks/native/services/surfaceflinger/
Layer.cpp 649 const uint32_t fbHeight = hw->getHeight();
    [all...]

Completed in 1326 milliseconds