Home
last modified time | relevance | path

Searched refs:unicode2 (Results 1 – 4 of 4) sorted by relevance

/external/freetype/src/psnames/
Dpsmodule.c174 FT_UInt32 unicode2 = BASE_GLYPH( map2->unicode ); in compare_uni_maps() local
178 if ( unicode1 == unicode2 ) in compare_uni_maps()
189 if ( unicode1 > unicode2 ) in compare_uni_maps()
191 else if ( unicode1 < unicode2 ) in compare_uni_maps()
/external/webkit/WebCore/svg/
DSVGFontElement.cpp223 if (kerningPair.unicode2.length() && !stringMatchesUnicodeRange(u2, kerningPair.unicode2)) in matches()
DSVGHKernElement.h40 String unicode2; member
DSVGHKernElement.cpp72 kerningPair.unicode2 = getAttribute(u2Attr); in buildHorizontalKerningPair()