HomeSort by relevance Sort by last modified time
    Searched defs:off_size (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/ots/src/
cff.h 18 : count(0), off_size(0), offset_to_next(0) {}
20 uint8_t off_size; member in struct:ots::CFFIndex
cff.cc 39 bool ReadOffset(ots::Buffer *table, uint8_t off_size, uint32_t *offset) {
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 = 0 local
    [all...]
  /external/chromium_org/third_party/freetype/src/cff/
cfftypes.h 51 /* 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/
cfftypes.h 51 /* off_size :: The size in bytes of object offsets in index. */
68 FT_Byte off_size; member in struct:CFF_IndexRec_

Completed in 2907 milliseconds