Home
last modified time | relevance | path

Searched refs:RleEncode (Results 1 – 5 of 5) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dgx_studio_font_util.cpp323 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()
Dimage_reader.h66 BOOL RleEncode(GX_PIXELMAP *pMap, BOOL targa_format = FALSE);
Dresource_gen.cpp4239 result = pReader->RleEncode(rotated_map, TRUE); in RotatePixelmap()
4243 result = pReader->RleEncode(rotated_map); in RotatePixelmap()
Dimage_reader.cpp861 BOOL image_reader::RleEncode(GX_PIXELMAP *pMap, BOOL targa_format) in RleEncode() function in image_reader
DStudioXProject.cpp1678 result = pReader->RleEncode(pmap, TRUE); in InitializeOnePixelmap()
1682 result = pReader->RleEncode(pmap); in InitializeOnePixelmap()