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

/external/chromium_org/third_party/freetype/src/cff/
H A Dcf2blues.c73 CF2_Fixed maxZoneHeight = 0; local
204 if ( zoneHeight > maxZoneHeight )
208 maxZoneHeight = zoneHeight;
253 if ( zoneHeight > maxZoneHeight )
257 maxZoneHeight = zoneHeight;
362 if ( maxZoneHeight > 0 )
365 maxZoneHeight ) )
369 maxZoneHeight );
376 * the test below catches any font with maxZoneHeight < 10.1.
379 * maxZoneHeight o
[all...]
/external/freetype/src/cff/
H A Dcf2blues.c73 CF2_Fixed maxZoneHeight = 0; local
206 if ( zoneHeight > maxZoneHeight )
210 maxZoneHeight = zoneHeight;
255 if ( zoneHeight > maxZoneHeight )
259 maxZoneHeight = zoneHeight;
364 if ( maxZoneHeight > 0 )
367 maxZoneHeight ) )
371 maxZoneHeight );
378 * the test below catches any font with maxZoneHeight < 10.1.
381 * maxZoneHeight o
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcf2blues.c73 CF2_Fixed maxZoneHeight = 0; local
204 if ( zoneHeight > maxZoneHeight )
208 maxZoneHeight = zoneHeight;
253 if ( zoneHeight > maxZoneHeight )
257 maxZoneHeight = zoneHeight;
362 if ( maxZoneHeight > 0 )
365 maxZoneHeight ) )
369 maxZoneHeight );
376 * the test below catches any font with maxZoneHeight < 10.1.
379 * maxZoneHeight o
[all...]

Completed in 1194 milliseconds