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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mgl/
H A Dfontmgr.cpp28 static int gs_antialiasingThreshold = -1; variable
85 if ( gs_antialiasingThreshold == -1 )
87 gs_antialiasingThreshold = 10;
90 gs_antialiasingThreshold =
92 wxLogTrace("mgl_font", "AA threshold set to %i", gs_antialiasingThreshold);
99 if ( ptSize <= gs_antialiasingThreshold ||

Completed in 18 milliseconds