Searched refs:glyph (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dconsolemap.h13 extern unsigned char inverse_translate(struct vc_data *conp, int glyph);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/console-tools/
H A Dloadfont.c68 int glyph; local
74 for (glyph = 0; glyph < fontsize; glyph++) {
82 up[ct].fontpos = glyph;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/vhook/
H A Ddrawtext.c277 ci->bitmaps[c] = ci->face->glyph->bitmap;
279 ci->bitmap_left[c] = ci->face->glyph->bitmap_left;
281 ci->bitmap_top[c] = ci->face->glyph->bitmap_top;
284 ci->advance[c] = ci->face->glyph->advance.x >> 6;
286 /* Save glyph */
287 error = FT_Get_Glyph( ci->face->glyph, &(ci->glyphs[c]) );
288 /* Save glyph index */
324 /* pixel in the glyph bitmap (source) */
391 FT_GlyphSlot slot = face->glyph;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dconsolemap.c171 #define MAX_GLYPH 512 /* Max possible glyph value */
187 int j, glyph; local
202 glyph = conv_uni_to_pc(conp, t[j]);
203 if (glyph >= 0 && glyph < MAX_GLYPH && q[glyph] < 32) {
205 q[glyph] = j;
223 unsigned char inverse_translate(struct vc_data *conp, int glyph) argument
226 if (glyph < 0 || glyph >
[all...]

Completed in 46 milliseconds