Searched defs:off_size (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/ots/src/
H A Dcff.h18 : count(0), off_size(0), offset_to_next(0) {}
20 uint8_t off_size; member in struct:ots::CFFIndex
H A Dcff.cc39 bool ReadOffset(ots::Buffer *table, uint8_t off_size, uint32_t *offset) { argument
40 if (off_size > 4) {
45 for (unsigned i = 0; i < off_size; ++i) {
58 index->off_size = 0;
70 if (!table->ReadU8(&(index->off_size))) {
73 if ((index->off_size == 0) ||
74 (index->off_size > 4)) {
78 const size_t array_size = (index->count + 1) * index->off_size;
89 if (!ReadOffset(table, index->off_size, &rel_offset)) {
906 uint8_t off_size local
[all...]
/external/chromium_org/third_party/freetype/src/cff/
H A Dcfftypes.h51 /* off_size :: The size in bytes of object offsets in index. */
68 FT_Byte off_size; member in struct:CFF_IndexRec_
/external/freetype/src/cff/
H A Dcfftypes.h51 /* off_size :: The size in bytes of object offsets in index. */
68 FT_Byte off_size; member in struct:CFF_IndexRec_

Completed in 232 milliseconds