Searched defs:char_lo (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/freetype/src/sfnt/
H A Dttcmap.c387 FT_UInt char_lo = (FT_UInt)( char_code & 0xFF ); local
405 p += char_lo * 2;
488 FT_UInt char_lo = (FT_UInt)( charcode & 0xFF ); local
495 if ( char_lo < start )
497 char_lo = start;
501 pos = (FT_UInt)( char_lo - start );
504 charcode = FT_PAD_FLOOR( charcode, 256 ) + char_lo;
1589 /***** `char_code = (char_hi << 16) | char_lo', then both *****/
1590 /***** `char_hi' and `char_lo' must be in the Surrogates Area. *****/
1598 /***** If `char_hi == 0' then we must have `is32[char_lo]
[all...]
/external/freetype/src/sfnt/
H A Dttcmap.c402 FT_UInt char_lo = (FT_UInt)( char_code & 0xFF ); local
420 p += char_lo * 2;
503 FT_UInt char_lo = (FT_UInt)( charcode & 0xFF ); local
510 if ( char_lo < start )
512 char_lo = start;
516 pos = (FT_UInt)( char_lo - start );
519 charcode = FT_PAD_FLOOR( charcode, 256 ) + char_lo;
1611 /***** `char_code = (char_hi << 16) | char_lo', then both *****/
1612 /***** `char_hi' and `char_lo' must be in the Surrogates Area. *****/
1620 /***** If `char_hi == 0' then we must have `is32[char_lo]
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
H A Dttcmap.c387 FT_UInt char_lo = (FT_UInt)( char_code & 0xFF ); local
405 p += char_lo * 2;
488 FT_UInt char_lo = (FT_UInt)( charcode & 0xFF ); local
495 if ( char_lo < start )
497 char_lo = start;
501 pos = (FT_UInt)( char_lo - start );
504 charcode = FT_PAD_FLOOR( charcode, 256 ) + char_lo;
1589 /***** `char_code = (char_hi << 16) | char_lo', then both *****/
1590 /***** `char_hi' and `char_lo' must be in the Surrogates Area. *****/
1598 /***** If `char_hi == 0' then we must have `is32[char_lo]
[all...]

Completed in 195 milliseconds