Lines Matching refs:bUspEnabled
1115 static bool bUspEnabled = true; variable
1144 return (bUspEnabled = false);
1148 bUspEnabled &= (NULL != pScriptIsComplex);
1153 bUspEnabled &= (NULL != pScriptItemize);
1158 bUspEnabled &= (NULL != pScriptShape);
1163 bUspEnabled &= (NULL != pScriptPlace);
1168 bUspEnabled &= (NULL != pScriptGetLogicalWidths);
1173 bUspEnabled &= (NULL != pScriptApplyLogicalWidth);
1178 bUspEnabled &= (NULL != pScriptJustify);
1182 bUspEnabled &= (NULL != pScriptGetFontProperties);
1188 bUspEnabled &= (NULL != pScriptTextOut);
1192 bUspEnabled &= (NULL != pScriptFreeCache);
1194 if( !bUspEnabled )
1230 return bUspEnabled;
3032 && (aUspModule || (bUspEnabled && InitUSP())) ) // CTL layout engine
3162 if (aUspModule || (bUspEnabled && InitUSP()))