HomeSort by relevance Sort by last modified time
    Searched refs:maxZoneHeight (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/freetype/src/cff/
cf2blues.c 73 CF2_Fixed maxZoneHeight = 0;
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 of 6
    [all...]
  /external/freetype/src/cff/
cf2blues.c 73 CF2_Fixed maxZoneHeight = 0;
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 of 6
    [all...]

Completed in 165 milliseconds