/external/harfbuzz/src/ |
harfbuzz-stream.h | 41 HB_UInt size; 42 HB_UInt pos;
|
harfbuzz-buffer.h | 40 HB_UInt gindex; 41 HB_UInt properties; 42 HB_UInt cluster; 66 HB_UInt allocated; 68 HB_UInt in_length; 69 HB_UInt out_length; 70 HB_UInt in_pos; 71 HB_UInt out_pos; 92 HB_UInt glyph_index, 93 HB_UInt properties [all...] |
harfbuzz-gsub.h | 58 typedef HB_UShort (*HB_AltFunction)(HB_UInt pos, 75 HB_UInt offset; 98 HB_UInt script_tag, 102 HB_UInt language_tag, 108 HB_UInt feature_tag, 115 HB_UInt** script_tag_list ); 119 HB_UInt** language_tag_list ); 124 HB_UInt** feature_tag_list ); 129 HB_UInt property );
|
harfbuzz-gpos.h | 100 HB_UInt script_tag, 104 HB_UInt language_tag, 110 HB_UInt feature_tag, 117 HB_UInt** script_tag_list ); 121 HB_UInt** language_tag_list ); 126 HB_UInt** feature_tag_list ); 131 HB_UInt property );
|
harfbuzz-global.h | 53 ( ( (HB_UInt)_x1 << 24 ) | \ 54 ( (HB_UInt)_x2 << 16 ) | \ 55 ( (HB_UInt)_x3 << 8 ) | \ 56 (HB_UInt)_x4 ) 69 typedef hb_uint32 HB_UInt;
|
harfbuzz-stream-private.h | 42 HB_UInt pos ); 46 HB_UInt size ); 76 #define GET_ULong() ((HB_UInt)GET_Long())
|
harfbuzz-buffer.c | 64 HB_UInt size ) 66 HB_UInt new_allocated = buffer->allocated; 173 HB_UInt glyph_index, 174 HB_UInt properties, 175 HB_UInt cluster ) 277 HB_UInt properties; 278 HB_UInt cluster; 320 HB_UInt glyph_index, 353 HB_UInt glyph_index,
|
harfbuzz-open.h | 61 HB_UInt LangSysTag; /* LangSysTag identifier */ 79 HB_UInt ScriptTag; /* ScriptTag identifier */ 109 HB_UInt FeatureTag; /* FeatureTag identifier */ 152 HB_UInt* Properties; /* array of flags */
|
harfbuzz-gdef.h | 97 HB_UInt offset; 98 HB_UInt MarkAttachClassDef_offset;
|
harfbuzz-open-private.h | 68 HB_UInt class_offset, 69 HB_UInt base_offset,
|
harfbuzz-stream.c | 71 HB_UInt pos ) 86 HB_UInt count )
|
harfbuzz-buffer-private.h | 57 HB_UInt glyph_index, 66 HB_UInt glyph_index,
|
harfbuzz-gpos.c | 84 HB_UInt cur_offset, new_offset, base_offset; 203 HB_UInt base_offset, 208 HB_UInt cur_offset, new_offset; 580 HB_UInt cur_offset, new_offset, base_offset; 819 HB_UInt cur_offset, new_offset, base_offset; 900 HB_UInt cur_offset, new_offset, base_offset; 1075 HB_UInt base_offset; 1178 HB_UInt cur_offset, new_offset, base_offset; 1259 HB_UInt cur_offset, new_offset1, new_offset2, base_offset; 1418 HB_UInt cur_offset, new_offset, base_offset [all...] |
harfbuzz-open.c | 89 HB_UInt cur_offset, new_offset, base_offset; 207 HB_UInt cur_offset, new_offset, base_offset; 359 HB_UInt cur_offset, new_offset, base_offset; 482 HB_UInt cur_offset, new_offset, base_offset; 585 HB_UInt cur_offset, new_offset, base_offset; 603 if ( ALLOC_ARRAY( ll->Properties, count, HB_UInt ) ) 1125 HB_UInt class_offset, 1126 HB_UInt base_offset, 1130 HB_UInt cur_offset;
|
harfbuzz-gsub.c | 54 HB_UInt cur_offset, new_offset, base_offset; 170 HB_UInt cur_offset, new_offset, base_offset; 381 HB_UInt cur_offset, new_offset, base_offset; 579 HB_UInt cur_offset, new_offset, base_offset; 779 HB_UInt cur_offset, new_offset, base_offset; 856 HB_UInt cur_offset, new_offset, base_offset; 1085 HB_UInt i, old_pos; 1214 HB_UInt cur_offset, new_offset, base_offset; 1290 HB_UInt cur_offset, new_offset, base_offset; 1465 HB_UInt cur_offset, new_offset, base_offset [all...] |
harfbuzz-shaper.h | 226 typedef HB_Error (*HB_GetFontTableFunc)(void *font, HB_Tag tag, HB_Byte *buffer, HB_UInt *length);
|
harfbuzz-gdef.c | 86 HB_UInt cur_offset, new_offset, base_offset; 281 HB_UInt cur_offset, new_offset, base_offset; 388 HB_UInt cur_offset, new_offset, base_offset; 477 HB_UInt cur_offset, new_offset, base_offset; 553 HB_UInt cur_offset, new_offset, base_offset;
|
/external/harfbuzz/contrib/ |
harfbuzz-freetype.h | 7 HB_Byte *buffer, HB_UInt *len);
|
harfbuzz-freetype.c | 139 hb_freetype_table_sfnt_get(void *voidface, const HB_Tag tag, HB_Byte *buffer, HB_UInt *len) {
|
/external/webkit/Source/WebCore/platform/graphics/android/fonts/ |
HarfbuzzSkia.h | 36 HB_Error harfbuzzSkiaGetTable(void* voidface, const HB_Tag, HB_Byte* buffer, HB_UInt* len);
|
HarfbuzzSkia.cpp | 202 HB_Error harfbuzzSkiaGetTable(void* voidface, const HB_Tag tag, HB_Byte* buffer, HB_UInt* len)
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
HarfbuzzSkia.h | 40 HB_Error harfbuzzSkiaGetTable(void* voidface, const HB_Tag, HB_Byte* buffer, HB_UInt* len);
|
/external/skia/include/ports/ |
SkHarfBuzzFont.h | 37 HB_Byte* buffer, HB_UInt* len);
|
/frameworks/base/core/jni/android/graphics/ |
HarfbuzzSkia.h | 50 HB_Error harfbuzzSkiaGetTable(void* voidface, const HB_Tag, HB_Byte* buffer, HB_UInt* len);
|
/external/skia/src/ports/ |
SkHarfBuzzFont.cpp | 167 HB_Byte* buffer, HB_UInt* len) {
|