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

  /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 92 int fbWidth = ctx->dpyAttr[dpy].xres;
94 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 99 int fbWidth = ctx->dpyAttr[dpy].xres;
101 unsigned int fbArea = (fbWidth * fbHeight);
  /hardware/qcom/display/msm8x26/libhwcomposer/
hwc_utils.cpp 287 float fbWidth = ctx->dpyAttr[dpy].xres;
292 float asW = fbWidth;
302 asW = fbWidth * (1.0f - asWidthRatio / 100.0f);
304 asX = (fbWidth - asW) / 2;
308 xRatio = (float)x/fbWidth;
310 wRatio = (float)w/fbWidth;
    [all...]
hwc_copybit.cpp 99 int fbWidth = ctx->dpyAttr[dpy].xres;
101 unsigned int fbArea = (fbWidth * fbHeight);

Completed in 214 milliseconds