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

  /external/chromium_org/ui/gfx/x/
x11_types.h 27 GFX_EXPORT int BitsPerPixelForPixmapDepth(XDisplay* display, int depth);
x11_types.cc 46 int BitsPerPixelForPixmapDepth(XDisplay* dpy, int depth) {
74 int pixmap_bpp = BitsPerPixelForPixmapDepth(display, depth);
  /external/chromium_org/content/browser/compositor/
software_output_device_x11.cc 54 int bpp = gfx::BitsPerPixelForPixmapDepth(display_, attributes_.depth);

Completed in 87 milliseconds