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

  /external/libpng/contrib/gregbook/
rpng-x.c 434 ulg bg_pixel = 0L; local
614 bg_pixel = ((ulg)bg_red << RShift) |
618 bg_pixel = ((((ulg)bg_red << 8) >> RShift) & RMask) |
627 XSetForeground(display, gc, bg_pixel);
rpng2-x.c 806 ulg bg_pixel = 0L; local
    [all...]
  /external/chromium_org/native_client_sdk/src/examples/api/mouse_lock/
mouse_lock.cc 152 uint32_t* bg_pixel = background_scanline_; local
154 *bg_pixel++ = kBackgroundColor;

Completed in 224 milliseconds