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

  /system/core/init/
logo.c 50 #define fb_width(fb) ((fb)->vi.xres) macro
133 max = fb_width(&fb) * fb_height(&fb);
  /hardware/qcom/display/libcopybit/
copybit_c2d.cpp 156 int fb_width; member in struct:copybit_context_t
718 c2dObject->target_rect.y = ctx->fb_width?(ALIGN(ctx->fb_width,32)- dst->r):dst->r;
731 c2dObject->target_rect.x = ctx->fb_width?(ALIGN(ctx->fb_width,32) - dst->r):dst->r;
836 ctx->fb_width = value;
    [all...]
  /hardware/qcom/display/libhwcomposer/
hwc_mdpcomp.cpp 166 int fb_width = ctx->dpyAttr[dpy].xres; local
176 ovInfo.src.width = fb_width;
178 ovInfo.src_rect.w = fb_width;
180 ovInfo.dst_rect.w = fb_width;
    [all...]
hwc_utils.cpp 849 int fb_width = ctx->dpyAttr[dpy].xres; local
859 ovInfo.src.width = fb_width;
861 ovInfo.src_rect.w = fb_width;
863 ovInfo.dst_rect.w = fb_width;
    [all...]

Completed in 144 milliseconds