Searched refs:AF_LATIN_BLUE_TOP (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/freetype/src/autofit/
H A Daflatin.h80 AF_LATIN_BLUE_TOP = 1 << 1, /* result of AF_LATIN_IS_TOP_BLUE */ enumerator in enum:__anon11800
H A Daflatin.c477 blue->flags |= AF_LATIN_BLUE_TOP;
1464 is_top_blue = (FT_Byte)( ( blue->flags & AF_LATIN_BLUE_TOP ) != 0 );
H A Daflatin2.c409 blue->flags |= AF_LATIN_BLUE_TOP;
1430 is_top_blue = (FT_Byte)( ( blue->flags & AF_LATIN_BLUE_TOP ) != 0 );
/external/freetype/src/autofit/
H A Daflatin.h69 AF_LATIN_BLUE_TOP = 1 << 1, /* set if we have a top blue zone */ enumerator in enum:__anon21535
H A Daflatin2.c410 blue->flags |= AF_LATIN_BLUE_TOP;
1431 is_top_blue = (FT_Byte)( ( blue->flags & AF_LATIN_BLUE_TOP ) != 0 );
H A Daflatin.c789 blue->flags |= AF_LATIN_BLUE_TOP;
1877 (FT_Byte)( ( blue->flags & AF_LATIN_BLUE_TOP ) != 0 );

Completed in 134 milliseconds