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

  /external/freetype/src/autofit/
afranges.c 61 AF_UNIRANGE_REC( 0x0600, 0x06FF ), /* Arabic */
62 AF_UNIRANGE_REC( 0x0750, 0x07FF ), /* Arabic Supplement */
63 AF_UNIRANGE_REC( 0x08A0, 0x08FF ), /* Arabic Extended-A */
64 AF_UNIRANGE_REC( 0xFB50, 0xFDFF ), /* Arabic Presentation Forms-A */
65 AF_UNIRANGE_REC( 0xFE70, 0xFEFF ), /* Arabic Presentation Forms-B */
66 AF_UNIRANGE_REC( 0x1EE00, 0x1EEFF ), /* Arabic Mathematical Alphabetic Symbols */
67 AF_UNIRANGE_REC( 0, 0 )
72 AF_UNIRANGE_REC( 0x0600, 0x0605 ),
73 AF_UNIRANGE_REC( 0x0610, 0x061A ),
74 AF_UNIRANGE_REC( 0x064B, 0x065F )
    [all...]
aftypes.h 333 #define AF_UNIRANGE_REC( a, b ) { (FT_UInt32)(a), (FT_UInt32)(b) }

Completed in 54 milliseconds