HomeSort by relevance Sort by last modified time
    Searched refs:HB_UInt (Results 1 - 25 of 49) sorted by null

1 2

  /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-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-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-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 )
  /external/harfbuzz_ng/src/hb-old/
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 60 ( ( (HB_UInt)_x1 << 24 ) | \
61 ( (HB_UInt)_x2 << 16 ) | \
62 ( (HB_UInt)_x3 << 8 ) | \
63 (HB_UInt)_x4 )
76 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-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-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-gdef.h 97 HB_UInt offset;
98 HB_UInt MarkAttachClassDef_offset;
  /external/harfbuzz/contrib/
harfbuzz-freetype.h 7 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);
  /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);
  /external/skia/legacy/include/ports/
SkHarfBuzzFont.h 37 HB_Byte* buffer, HB_UInt* len);

Completed in 721 milliseconds

1 2