Searched refs:GetRowPitch (Results 1 – 4 of 4) sorted by relevance
| /GUIX-v6.2.1/guix_studio/ |
| D | gx_studio_font_util.cpp | 233 INT GetRowPitch(INT width, INT bits_per_pix) in GetRowPitch() function 413 int pitch = GetRowPitch(glyph->gx_glyph_width, bits_per_pix); in RleEncodeGlyphData() 437 int pitch = GetRowPitch(glyph->gx_glyph_width, bits_per_pix); in RleDecodeGlyphData() 516 bitmap_size = GetRowPitch(glyph.width, bits_per_pix) * glyph.height; in CopyGlyphData() 1334 bitmap_size = GetRowPitch(put->gx_glyph_width, GetFontBits(dest->gx_font_format)); in CopyGlyphs() 1367 bitmap_size = GetRowPitch(put->gx_glyph_width, GetFontBits(dest->gx_font_format)); in CopyKerningGlyphs() 1548 pitch = GetRowPitch(kerning_glyph->gx_glyph_width, info->font_bits); in GetFontStorage() 1560 pitch = GetRowPitch(glyph->gx_glyph_width, info->font_bits); in GetFontStorage()
|
| D | studiox_util.h | 96 INT GetRowPitch(INT width, INT bits_per_pix);
|
| D | resource_gen.cpp | 2941 putstride = GetRowPitch(rotated_width, 4); in Rotate4bitGlyphData() 2946 getstride = GetRowPitch(width, 4); in Rotate4bitGlyphData() 3048 putstride = GetRowPitch(rotated_width, 1); in Rotate1bitGlyphData() 3054 getstride = GetRowPitch(width, 1); in Rotate1bitGlyphData() 3286 datasize = GetRowPitch(glyph->gx_glyph_height, GetFontBits(font->gx_font_format)); in WriteFontPage() 3301 datasize = GetRowPitch(glyph->gx_glyph_width, GetFontBits(font->gx_font_format)); in WriteFontPage() 3431 datasize = GetRowPitch(glyph->gx_glyph_width, GetFontBits(font->gx_font_format)); in WriteFontPage()
|
| D | binary_resource_gen.cpp | 3033 … data_size = GetRowPitch(glyph->gx_glyph_height, GetFontBits(font->gx_font_format)); in GetGlyphDataSize() 3038 … int pitch = GetRowPitch(glyph->gx_glyph_width, GetFontBits(font->gx_font_format)); in GetGlyphDataSize()
|