Searched refs:char_height (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Doglmisc.cpp212 long char_height = 0; local
224 dc.GetTextExtent(line->GetText(), &current_width, &char_height);
233 double max_height = n*char_height;
274 double y = (double)(i*char_height + yoffset);
295 long char_height = 0; local
307 dc.GetTextExtent(line->GetText(), &current_width, &char_height);
316 double max_height = n*char_height;
330 double y = (double)(i*char_height + yoffset);
354 long char_height = 0; local
362 dc.GetTextExtent(line->GetText(), &current_width, &char_height);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/boot/
H A Dvesa.h46 u8 char_height; /* 23 */ member in struct:vesa_mode_info
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/poem/
H A Dwxpoem.cpp63 static int char_height = DEFAULT_CHAR_HEIGHT; // Actual height variable
185 char_height = (int)yy;
209 y += char_height;
210 y += char_height;
303 y -= char_height;
322 y += char_height;
341 y += 2*char_height;
345 *max_y = (int)(y-char_height);

Completed in 178 milliseconds