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

  /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/msm8974/libhwcomposer/
hwc.cpp 220 int fbWidth = 0, fbHeight = 0;
221 getLayerResolution(fbLayer, fbWidth, fbHeight);
222 ctx->dpyAttr[dpy].xres = fbWidth;
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_copybit.cpp 93 int fbWidth = ctx->dpyAttr[dpy].xres;
95 unsigned int fbArea = (fbWidth * fbHeight);
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp 326 float fbWidth = ctx->dpyAttr[dpy].xres;
331 float asW = fbWidth;
341 asW = fbWidth * (1.0f - asWidthRatio / 100.0f);
343 asX = (fbWidth - asW) / 2;
347 xRatio = (float)x/fbWidth;
349 wRatio = (float)w/fbWidth;
    [all...]
hwc_copybit.cpp 100 int fbWidth = ctx->dpyAttr[dpy].xres;
102 unsigned int fbArea = (fbWidth * fbHeight);

Completed in 257 milliseconds