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

  /external/freetype/src/pfr/
pfrload.c 751 if ( !(flags & PFR_PHY_PROPORTIONAL) )
877 if ( flags & PFR_PHY_PROPORTIONAL )
900 cur->advance = ( flags & PFR_PHY_PROPORTIONAL )
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pfr/
pfrload.c 852 if ( !(flags & PFR_PHY_PROPORTIONAL) )
973 if ( flags & PFR_PHY_PROPORTIONAL )
999 cur->advance = ( flags & PFR_PHY_PROPORTIONAL )
pfrobjs.c 169 if ( ( phy_font->flags & PFR_PHY_PROPORTIONAL ) == 0 )
233 if ( ( phy_font->flags & PFR_PHY_PROPORTIONAL ) == 0 )
pfrtypes.h 275 PFR_PHY_PROPORTIONAL = 0x04,

Completed in 64 milliseconds