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

  /external/chromium_org/third_party/freetype/src/sfnt/
pngshim.c 194 int bitdepth, color_type, interlace; local
238 &bitdepth, &color_type, &interlace,
264 if ( bitdepth == 16 )
267 if ( bitdepth < 8 )
284 &bitdepth, &color_type, &interlace,
287 if ( bitdepth != 8 ||
  /external/freetype/src/sfnt/
pngshim.c 196 int bitdepth, color_type, interlace; local
249 &bitdepth, &color_type, &interlace,
297 if ( bitdepth == 16 )
300 if ( bitdepth < 8 )
317 &bitdepth, &color_type, &interlace,
320 if ( bitdepth != 8 ||

Completed in 5017 milliseconds