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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/uniwidth/
H A Dtest-uc_width2.c28 static char current_width; variable
29 /* The interval for which the current_width holds. */
36 if (current_width != 0)
39 printf ("%04X\t\t%c\n", (unsigned) current_start, current_width);
42 (unsigned) current_end, current_width);
43 current_width = 0;
50 if (current_width == width && uc == current_end + 1)
55 current_width = width;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Doglmisc.cpp214 long current_width = 0; local
224 dc.GetTextExtent(line->GetText(), &current_width, &char_height);
225 widths[i] = current_width;
227 if (current_width > max_width)
228 max_width = current_width;
297 long current_width = 0; local
307 dc.GetTextExtent(line->GetText(), &current_width, &char_height);
308 widths[i] = current_width;
310 if (current_width > max_width)
311 max_width = current_width;
356 long current_width = 0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/sis/
H A Dsis.h572 int current_width; member in struct:sis_video_info
H A Dsis_main.c1289 ivideo->current_width = ivideo->video_width;

Completed in 117 milliseconds