HomeSort by relevance Sort by last modified time
    Searched refs:off_size (Results 1 - 7 of 7) 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_
cffload.c 211 if ( !FT_STREAM_READ( tmp, idx->off_size ) )
216 for ( nn = 0; nn < idx->off_size; nn++ )
258 idx->off_size = offsize;
328 FT_Byte offsize = idx->off_size;
488 FT_ULong pos = element * idx->off_size;
    [all...]
  /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_
cffload.c 211 if ( !FT_STREAM_READ( tmp, idx->off_size ) )
216 for ( nn = 0; nn < idx->off_size; nn++ )
258 idx->off_size = offsize;
328 FT_Byte offsize = idx->off_size;
488 FT_ULong pos = element * idx->off_size;
    [all...]
  /external/chromium_org/third_party/ots/test/
cff_type2_charstring_test.cc 114 out_subr->off_size = 1;
    [all...]

Completed in 493 milliseconds