/external/harfbuzz/src/ |
harfbuzz-stream.h | 39 HB_Byte* base; 40 HB_Byte* cursor;
|
harfbuzz-stream-private.h | 63 (*(((HB_Byte*)stream->cursor)-2) << 8) | \ 64 *(((HB_Byte*)stream->cursor)-1) \ 67 (*(((HB_Byte*)stream->cursor)-4) << 24) | \ 68 (*(((HB_Byte*)stream->cursor)-3) << 16) | \ 69 (*(((HB_Byte*)stream->cursor)-2) << 8) | \ 70 *(((HB_Byte*)stream->cursor)-1) \
|
harfbuzz-open.h | 203 HB_Byte CoverageFormat; /* 1 or 2 */ 255 HB_Byte ClassFormat; /* 1 or 2 */ 267 HB_Byte DeltaFormat; /* DeltaValue array data format:
|
harfbuzz-gdef-private.h | 98 HB_Byte CaretValueFormat; /* 1, 2, 3, or 4 */
|
harfbuzz-global.h | 67 typedef hb_uint8 HB_Byte;
|
harfbuzz-gpos-private.h | 134 HB_Byte PosFormat; /* 1, 2, 3, or 4 -- 0 indicates 191 HB_Byte PosFormat; /* 1 or 2 */ 271 HB_Byte PosFormat; /* 1 or 2 */ 523 HB_Byte PosFormat; /* 1, 2, or 3 */ 672 HB_Byte PosFormat; /* 1, 2, or 3 */
|
harfbuzz-gsub-private.h | 71 HB_Byte SubstFormat; /* 1 or 2 */ 268 HB_Byte SubstFormat; /* 1, 2, or 3 */ 417 HB_Byte SubstFormat; /* 1, 2, or 3 */
|
harfbuzz-shaper.h | 226 typedef HB_Error (*HB_GetFontTableFunc)(void *font, HB_Tag tag, HB_Byte *buffer, HB_UInt *length);
|
harfbuzz-shaper.cpp | [all...] |
/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);
|
HarfbuzzSkia.cpp | 219 HB_Error harfbuzzSkiaGetTable(void* voidface, const HB_Tag 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);
|
HarfbuzzSkia.cpp | 191 HB_Error harfbuzzSkiaGetTable(void* font, const HB_Tag tag, HB_Byte* buffer, HB_UInt* len)
|
/external/skia/src/ports/ |
SkHarfBuzzFont.cpp | 167 HB_Byte* buffer, HB_UInt* len) {
|
/external/harfbuzz/tests/shaping/ |
main.cpp | 99 static HB_Error hb_getSFntTable(void *font, HB_Tag tableTag, HB_Byte *buffer, HB_UInt *length)
|