Searched refs:RleEncode (Results 1 – 5 of 5) sorted by relevance
| /GUIX-v6.2.1/guix_studio/ |
| D | gx_studio_font_util.cpp | 323 int RleEncode(GX_UBYTE *put_data, GX_UBYTE *get_data, int width, int height) in RleEncode() function 416 int compressed_size = RleEncode(NULL, pGet, pitch, glyph->gx_glyph_height); in RleEncodeGlyphData() 423 RleEncode((GX_UBYTE *)pPut, pGet, pitch, glyph->gx_glyph_height); in RleEncodeGlyphData()
|
| D | image_reader.h | 66 BOOL RleEncode(GX_PIXELMAP *pMap, BOOL targa_format = FALSE);
|
| D | resource_gen.cpp | 4239 result = pReader->RleEncode(rotated_map, TRUE); in RotatePixelmap() 4243 result = pReader->RleEncode(rotated_map); in RotatePixelmap()
|
| D | image_reader.cpp | 861 BOOL image_reader::RleEncode(GX_PIXELMAP *pMap, BOOL targa_format) in RleEncode() function in image_reader
|
| D | StudioXProject.cpp | 1678 result = pReader->RleEncode(pmap, TRUE); in InitializeOnePixelmap() 1682 result = pReader->RleEncode(pmap); in InitializeOnePixelmap()
|