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

  /external/qemu/
loadpng.c 22 int bitdepth, colortype, imethod, cmethod, fmethod, i; local
67 png_get_IHDR(p, pi, &width, &height, &bitdepth, &colortype,
70 // width, height, bitdepth, colortype);
89 if(bitdepth < 8) {
98 if(bitdepth == 16) {
160 int bitdepth, colortype, imethod, cmethod, fmethod, i; local
199 png_get_IHDR(p, pi, &width, &height, &bitdepth, &colortype,
202 // width, height, bitdepth, colortype);
221 if(bitdepth < 8) {
230 if(bitdepth == 16)
    [all...]
  /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 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/chromium_org/tools/telemetry/third_party/png/
png.py 325 bitdepth=8,
350 bitdepth
376 `bitdepth` specifies the bit depth of the source pixel values.
378 ``2**bitdepth-1``. For example, 8-bit images have values
380 1,2,4,8, or 16. When `bitdepth` is not one of these values,
394 argument is specified) the `bitdepth` argument must match one of
398 `bitdepth` argument into service for this.)
405 and the `bitdepth` argument specifies the size of these indexes
528 warnings.warn('please use bitdepth instead of bytes_per_sample',
533 bitdepth = int(8*bytes_per_sample
    [all...]

Completed in 88 milliseconds