Searched defs:wc (Results 1 - 3 of 3) sorted by relevance
/inkscape/src/extension/internal/ |
H A D | wmf-print.cpp | 671 U_COLORREF wc, c1, c2; local 710 wc = weight_opacity(c2); 711 (void) create_brush(style, &wc); 723 wc = weight_colors(c1, c2, (doff - doff_base) / (doff_range - doff_base)); 724 (void) create_brush(style, &wc); 755 wc = weight_opacity(c1); 756 (void) create_brush(style, &wc); 762 wc = weight_opacity(c2); 763 (void) create_brush(style, &wc); 779 wc [all...] |
H A D | text_reassemble.c | 253 \param wc Current character (32 bit int) 255 int TR_find_alternate_font(FT_INFO *fti, FNT_SPECS **efsp, uint32_t wc){ argument 270 glyph_index = FT_Get_Char_Index( fsp2->face, wc); /* we have the face, might as well check that directly */ 282 if (FcCharSetHasChar(cs, wc)){ /* found a glyph for the character in this font */ 328 \param wc Current character (32 bit int) 335 \param ymin If the pointer is defined, the value is adjusted if ymin of wc character is less than the current value. 336 \param ymax If the pointer is defined, the value is adjusted if ymin of wc character is more than the current value. 338 int TR_getadvance(FT_INFO *fti, FNT_SPECS *fsp, uint32_t wc, uint32_t pc, int load_flags, int kern_mode, int *ymin, int *ymax){ argument 344 if(is_mn_unicode(wc))return(0); /* no advance on Unicode Mn characters */ 346 glyph_index = FT_Get_Char_Index( fsp->face, wc); 374 TR_getkern2(FNT_SPECS *fsp, uint32_t wc, uint32_t pc, int kern_mode) argument [all...] |
H A D | emf-print.cpp | 1163 U_COLORREF wc, c1, c2; local 1202 wc = weight_opacity(c2); 1203 (void) create_brush(style, &wc); 1215 wc = weight_colors(c1, c2, (doff - doff_base) / (doff_range - doff_base)); 1216 (void) create_brush(style, &wc); 1335 wc = weight_opacity(c1); 1336 (void) create_brush(style, &wc); 1342 wc = weight_opacity(c2); 1343 (void) create_brush(style, &wc); 1359 wc [all...] |
Completed in 272 milliseconds