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

1 2

  /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);
  /external/harfbuzz_ng/src/hb-old/
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 74 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 195 typedef HB_Error (*HB_GetFontTableFunc)(void *font, HB_Tag tag, HB_Byte *buffer, HB_UInt *length);
  /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);
  /external/skia/legacy/include/ports/
SkHarfBuzzFont.h 37 HB_Byte* buffer, HB_UInt* len);
  /external/skia/legacy/src/ports/
SkHarfBuzzFont.cpp 167 HB_Byte* buffer, HB_UInt* len) {
  /external/skia/src/ports/
SkHarfBuzzFont.cpp 167 HB_Byte* buffer, HB_UInt* len) {

Completed in 431 milliseconds

1 2