Home
last modified time | relevance | path

Searched defs:first_row (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/libpng/
Dpngread.c1293 png_voidp first_row; member
2974 png_bytep first_row = png_voidcast(png_bytep, display->first_row); in png_image_read_and_map() local
3213 png_voidp first_row = display->buffer; in png_image_read_colormapped() local
3450 png_bytep first_row = png_voidcast(png_bytep, display->first_row); in png_image_read_background() local
3574 png_uint_16p first_row = png_voidcast(png_uint_16p, in png_image_read_background() local
4041 png_voidp first_row = display->buffer; in png_image_read_direct() local
Dpngwrite.c1514 png_const_voidp first_row; member
/third_party/ltp/testcases/kernel/irq/
Dirqbalance01.c92 char *buf, *c, *first_row; in collect_irq_info() local
/third_party/skia/third_party/externals/libwebp/src/dec/
Dvp8l_dec.c850 int first_row, int last_row, in AlphaApplyFilter()
873 const int first_row = (dec->last_row_ < top_row) ? top_row : dec->last_row_; in ExtractPalettedAlphaRows() local