Searched refs:repeat (Results 1 – 6 of 6) sorted by relevance
165 INT repeat; in _gx_display_driver_8bpp_pixelmap_compressed_write() local215 repeat = GX_TRUE; in _gx_display_driver_8bpp_pixelmap_compressed_write()221 repeat = GX_FALSE; in _gx_display_driver_8bpp_pixelmap_compressed_write()224 if (repeat == GX_TRUE) in _gx_display_driver_8bpp_pixelmap_compressed_write()423 INT repeat; in _gx_display_driver_8bpp_pixelmap_compressed_transparent_write() local473 repeat = GX_TRUE; in _gx_display_driver_8bpp_pixelmap_compressed_transparent_write()479 repeat = GX_FALSE; in _gx_display_driver_8bpp_pixelmap_compressed_transparent_write()482 if (repeat == GX_TRUE) in _gx_display_driver_8bpp_pixelmap_compressed_transparent_write()
172 GX_UBYTE *put_count, GX_BOOL repeat) in _gx_image_reader_rle_count_write() argument189 if (repeat) in _gx_image_reader_rle_count_write()203 if (repeat) in _gx_image_reader_rle_count_write()218 if (repeat) in _gx_image_reader_rle_count_write()238 if (repeat) in _gx_image_reader_rle_count_write()255 if (repeat) in _gx_image_reader_rle_count_write()275 if (repeat) in _gx_image_reader_rle_count_write()
947 UINT repeat; in _gx_image_reader_png_ll_huffman_read() local995 _gx_image_reader_png_bits_get(png, 2, &repeat); in _gx_image_reader_png_ll_huffman_read()997 repeat &= 0x3; in _gx_image_reader_png_ll_huffman_read()998 repeat += 3; in _gx_image_reader_png_ll_huffman_read()1015 png -> gx_png_huffman_lit_bits_count[code_value] += (INT)repeat; in _gx_image_reader_png_ll_huffman_read()1017 while (repeat--) in _gx_image_reader_png_ll_huffman_read()1024 png -> gx_png_huffman_dist_bits_count[code_value] += (INT)repeat; in _gx_image_reader_png_ll_huffman_read()1026 while (repeat--) in _gx_image_reader_png_ll_huffman_read()1039 _gx_image_reader_png_bits_get(png, 3, &repeat); in _gx_image_reader_png_ll_huffman_read()1041 repeat &= 0x7; in _gx_image_reader_png_ll_huffman_read()[all …]
147 int repeat; in control_thread_entry() local217 repeat = test->repeat_times; in control_thread_entry()218 while(repeat) in control_thread_entry()225 repeat--; in control_thread_entry()
1115 USHORT image_reader::WriteRleCount(USHORT count, UCHAR *pPutCount, BOOL repeat) in WriteRleCount() argument1126 if (repeat) in WriteRleCount()1149 if (repeat) in WriteRleCount()1162 if (repeat) in WriteRleCount()1179 if (repeat) in WriteRleCount()1199 if (repeat) in WriteRleCount()1214 if (repeat) in WriteRleCount()1234 if (repeat) in WriteRleCount()1251 if (repeat) in WriteRleCount()1271 if (repeat) in WriteRleCount()
22 afx_msg void OnChar(UINT nChar, UINT repeat, UINT nFlags);