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( 0x1E900, 0x1E95F ), /* Adlam */
62 AF_UNIRANGE_REC( 0, 0 )
67 AF_UNIRANGE_REC( 0x1D944, 0x1E94A ),
68 AF_UNIRANGE_REC( 0, 0 )
74 AF_UNIRANGE_REC( 0x0600, 0x06FF ), /* Arabic */
75 AF_UNIRANGE_REC( 0x0750, 0x07FF ), /* Arabic Supplement */
76 AF_UNIRANGE_REC( 0x08A0, 0x08FF ), /* Arabic Extended-A */
77 AF_UNIRANGE_REC( 0xFB50, 0xFDFF ), /* Arabic Presentation Forms-A */
78 AF_UNIRANGE_REC( 0xFE70, 0xFEFF ), /* Arabic Presentation Forms-B */
79 AF_UNIRANGE_REC( 0x1EE00, 0x1EEFF ), /* Arabic Mathematical Alphabetic Symbols *
    [all...]
aftypes.h 333 #define AF_UNIRANGE_REC( a, b ) { (FT_UInt32)(a), (FT_UInt32)(b) }

Completed in 48 milliseconds