HomeSort by relevance Sort by last modified time
    Searched refs:glyf_offset (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/brotli/src/woff2/
normalize.cc 91 uint32_t glyf_offset = 0; local
95 StoreLoca(index_fmt, glyf_offset, &loca_offset, loca_dst);
104 size_t glyf_dst_size = glyf_table->buffer.size() - glyf_offset;
105 if (!StoreGlyph(glyph, glyf_dst + glyf_offset, &glyf_dst_size)) {
110 glyf_offset + static_cast<uint32_t>(glyf_dst_size) < glyf_offset ||
111 (index_fmt == 0 && glyf_offset + glyf_dst_size >= (1UL << 17))) {
114 glyf_offset += glyf_dst_size;
116 StoreLoca(index_fmt, glyf_offset, &loca_offset, loca_dst);
118 glyf_table->buffer.resize(glyf_offset);
    [all...]
  /external/chromium_org/third_party/freetype/src/truetype/
ttgload.c     [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
ttgload.c     [all...]
  /external/chromium_org/third_party/freetype/include/freetype/internal/
tttypes.h 1409 FT_ULong glyf_offset; member in struct:TT_LoaderRec_
    [all...]
  /external/freetype/include/internal/
tttypes.h 1485 FT_ULong glyf_offset; member in struct:TT_LoaderRec_
    [all...]
  /external/pdfium/core/include/thirdparties/freetype/freetype/internal/
tttypes.h 1409 FT_ULong glyf_offset; member in struct:TT_LoaderRec_
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
tttypes.h 1409 FT_ULong glyf_offset; member in struct:TT_LoaderRec_
    [all...]
  /external/freetype/src/truetype/
ttgload.c     [all...]

Completed in 1234 milliseconds