Home
last modified time | relevance | path

Searched refs:bit_offset_hi (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/libpng/contrib/examples/
Dpngpixel.c42 png_uint_32 bit_offset_hi = bit_depth * ((x >> 6) * channels); in component() local
45 row = (png_const_bytep)(((const png_byte (*)[8])row) + bit_offset_hi); in component()
/third_party/flutter/skia/third_party/externals/libpng/contrib/examples/
Dpngpixel.c42 png_uint_32 bit_offset_hi = bit_depth * ((x >> 6) * channels); in component() local
45 row = (png_const_bytep)(((const png_byte (*)[8])row) + bit_offset_hi); in component()