Searched refs:text_height (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/aui/
H A Dauibar.cpp253 int text_width = 0, text_height = 0; local
254 dc.GetTextExtent(wxT("ABCDHgj"), &text_width, &text_height);
263 text_y = rect.y + (rect.height-text_height)/2;
275 int text_width = 0, text_height = 0; local
283 dc.GetTextExtent(wxT("ABCDHgj"), &tx, &text_height);
298 ((rect.height-text_height)/2) -
302 text_y = rect.y + rect.height - text_height - 1;
315 (text_height/2);
378 int text_width = 0, text_height = 0, text_x = 0, text_y = 0; local
397 dc.GetTextExtent(wxT("ABCDHgj"), &tx, &text_height);
500 int text_width = 0, text_height = 0; local
2008 int text_width = 0, text_height = 0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dvf_drawtext.c255 /* measure text height to calculate text_height (or the maximum text height) */
440 int text_height, baseline; local
502 text_height = y_max - y_min;
517 y += text_height;
536 y += text_height;
548 y = FFMIN(y + text_height, height - 1);

Completed in 180 milliseconds