Searched refs:repeat (Results 1 – 3 of 3) sorted by relevance
173 GX_UBYTE *put_count, GX_BOOL repeat) in _gx_image_reader_rle_count_write() argument190 if (repeat) in _gx_image_reader_rle_count_write()204 if (repeat) in _gx_image_reader_rle_count_write()219 if (repeat) in _gx_image_reader_rle_count_write()239 if (repeat) in _gx_image_reader_rle_count_write()256 if (repeat) in _gx_image_reader_rle_count_write()276 if (repeat) in _gx_image_reader_rle_count_write()
166 INT repeat; in _gx_display_driver_8bpp_pixelmap_compressed_write() local216 repeat = GX_TRUE; in _gx_display_driver_8bpp_pixelmap_compressed_write()222 repeat = GX_FALSE; in _gx_display_driver_8bpp_pixelmap_compressed_write()225 if (repeat == GX_TRUE) in _gx_display_driver_8bpp_pixelmap_compressed_write()424 INT repeat; in _gx_display_driver_8bpp_pixelmap_compressed_transparent_write() local474 repeat = GX_TRUE; in _gx_display_driver_8bpp_pixelmap_compressed_transparent_write()480 repeat = GX_FALSE; in _gx_display_driver_8bpp_pixelmap_compressed_transparent_write()483 if (repeat == GX_TRUE) in _gx_display_driver_8bpp_pixelmap_compressed_transparent_write()
948 UINT repeat; in _gx_image_reader_png_ll_huffman_read() local996 _gx_image_reader_png_bits_get(png, 2, &repeat); in _gx_image_reader_png_ll_huffman_read()998 repeat &= 0x3; in _gx_image_reader_png_ll_huffman_read()999 repeat += 3; in _gx_image_reader_png_ll_huffman_read()1016 png -> gx_png_huffman_lit_bits_count[code_value] += (INT)repeat; in _gx_image_reader_png_ll_huffman_read()1018 while (repeat--) in _gx_image_reader_png_ll_huffman_read()1025 png -> gx_png_huffman_dist_bits_count[code_value] += (INT)repeat; in _gx_image_reader_png_ll_huffman_read()1027 while (repeat--) in _gx_image_reader_png_ll_huffman_read()1040 _gx_image_reader_png_bits_get(png, 3, &repeat); in _gx_image_reader_png_ll_huffman_read()1042 repeat &= 0x7; in _gx_image_reader_png_ll_huffman_read()[all …]