Lines Matching defs:S32
176 #define S32 4
266 size = S32 + S32 + (S32 + S8 + S32) * pFont->info.nprops;
268 table->size = RoundUp(size) + S32 +
283 size = S32 + S16 + bitmapFont->num_chars * (5 * S8);
287 table->size = S32 + S32 + bitmapFont->num_chars * (6 * S16);
293 size = S32 + S32 + bitmapFont->num_chars * S32 +
294 GLYPHPADOPTIONS * S32 +
303 size = S32 + S16 + bitmapFont->num_chars * (5 * S8);
307 table->size = S32 + S32 + bitmapFont->num_chars * (6 * S16);
316 size = S32 + 5 * S16 + nencodings * S16;
322 table->size = S32 + S32 + bitmapFont->num_chars * S32;
330 table->size = S32 + S32 + bitmapFont->num_chars * S32 +
331 S32 + RoundUp(glyph_string_size);
346 header_size = S32 + S32 + ntables * (4 * S32);