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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dconsolemap.h19 extern u16 inverse_translate(struct vc_data *conp, int glyph, int use_unicode);
26 #define inverse_translate(conp, glyph, uni) ((uint16_t)glyph)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dvf_drawtext.c207 FT_Glyph *glyph;
229 Glyph *glyph; local
233 /* load glyph into dtext->face->glyph */
237 /* save glyph */
238 if (!(glyph = av_mallocz(sizeof(*glyph))) ||
239 !(glyph->glyph = av_mallocz(sizeof(*glyph
281 Glyph *glyph; local
446 Glyph *glyph = NULL, *prev_glyph = NULL; local
721 Glyph *glyph = NULL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_drawtext.c77 "max_glyph_a", "ascent", ///< max glyph ascent
78 "max_glyph_d", "descent", ///< min glyph descent
79 "max_glyph_h", ///< max glyph height
80 "max_glyph_w", ///< max glyph width
151 int max_glyph_w; ///< max glyph width
152 int max_glyph_h; ///< max glyph height
277 FT_Glyph glyph;
302 Glyph *glyph; local
306 /* load glyph into s->face->glyph */
593 Glyph *glyph; local
697 Glyph *glyph = elem; local
1029 Glyph *glyph = NULL; local
1078 Glyph *glyph = NULL, *prev_glyph = NULL; local
[all...]
H A Davf_showcqt.c191 if (FT_Set_Char_Size(face, 16*64 * linear_hori_advance / face->glyph->linearHoriAdvance, 0, 0, 0))
209 if (face->glyph->advance.x != font_width*64 && !non_monospace_warning) {
214 sy = font_height - 4*video_scale - face->glyph->bitmap_top;
216 sx = rx * font_repeat + x * font_width + face->glyph->bitmap_left;
217 for (by = 0; by < face->glyph->bitmap.rows; by++) {
224 for (bx = 0; bx < face->glyph->bitmap.width; bx++) {
230 s->font_alpha[dy*video_width+dx] = face->glyph->bitmap.buffer[by*face->glyph->bitmap.width+bx];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Duma.cpp215 SInt16 glyph = 0 ; local
224 glyph = kMenuF1Glyph + ( key - WXK_F1 ) ;
226 glyph += 12 ;
234 glyph = kMenuDeleteLeftGlyph ;
239 glyph = kMenuTabRightGlyph ;
244 glyph = kMenuEnterGlyph ;
249 glyph = kMenuReturnGlyph ;
254 glyph = kMenuEscapeGlyph ;
259 glyph = kMenuSpaceGlyph ;
264 glyph
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Duma.cpp320 SInt16 glyph = 0 ; local
328 glyph = kMenuF1Glyph + ( key - WXK_F1 ) ;
330 glyph += 13 ;
340 glyph = kMenuDeleteLeftGlyph ;
344 glyph = kMenuTabRightGlyph ;
348 glyph = kMenuEnterGlyph ;
352 glyph = kMenuReturnGlyph ;
356 glyph = kMenuEscapeGlyph ;
360 glyph = kMenuSpaceGlyph ;
364 glyph
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dconsolemap.c171 #define MAX_GLYPH 512 /* Max possible glyph value */
188 int j, glyph; local
203 glyph = conv_uni_to_pc(conp, t[j]);
204 if (glyph >= 0 && glyph < MAX_GLYPH && q[glyph] < 32) {
206 q[glyph] = j;
214 int i, j, k, glyph; local
237 glyph = p2[k];
238 if (glyph >
259 inverse_translate(struct vc_data *conp, int glyph, int use_unicode) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/accessibility/braille/
H A Dbraille_console.c145 u16 glyph = screen_glyph(vc, local
147 buf[i] = inverse_translate(vc, glyph, 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsanm.c383 * @param side_length glyph width/height.
1054 av_log(ctx->avctx, AV_LOG_ERROR, "Ignoring nonexistent glyph #%u.\n", index);
1087 int glyph; local
1092 glyph = bytestream2_get_byteu(&ctx->gb);
1096 draw_glyph(ctx, dst, glyph, fgcolor, bgcolor, block_size, pitch);
1115 int glyph; local
1120 glyph = bytestream2_get_byteu(&ctx->gb);
1124 draw_glyph(ctx, dst, glyph, fgcolor, bgcolor, block_size, pitch);

Completed in 216 milliseconds