HomeSort by relevance Sort by last modified time
    Searched defs:pixel_mode (Results 1 - 2 of 2) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/dc/
SDL_dcvideo.c 193 int disp_mode,pixel_mode,pitch; local
205 case 15: pixel_mode = PM_RGB555; pitch = width*2;
211 case 16: pixel_mode = PM_RGB565; pitch = width*2;
218 case 32: pixel_mode = PM_RGB888; pitch = width*4;
250 vid_set_mode(disp_mode,pixel_mode);
  /external/freetype/include/freetype/
ftimage.h 257 /* `pixel_mode' field. */
294 /* pixel_mode :: The pixel mode, i.e., how pixel bits are stored. */
317 char pixel_mode; member in struct:FT_Bitmap_
    [all...]

Completed in 94 milliseconds