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

  /external/chromium_org/third_party/freetype/src/sfnt/
ttmtx.c 211 FT_ULong table_pos, table_size, table_end; local
221 table_pos = face->vert_metrics_offset;
227 table_pos = face->horz_metrics_offset;
231 table_end = table_pos + table_size;
239 table_pos += 4 * gindex;
240 if ( table_pos + 4 > table_end )
243 if ( FT_STREAM_SEEK( table_pos ) ||
250 table_pos += 4 * ( k - 1 );
251 if ( table_pos + 4 > table_end )
254 if ( FT_STREAM_SEEK( table_pos ) ||
    [all...]
ttload.c 745 FT_ULong table_pos, table_len; local
785 table_pos = FT_STREAM_POS();
798 storage_start = table_pos + 6 + 12*table->numNameRecords;
799 storage_limit = table_pos + table_len;
832 entry->stringOffset += table_pos + table->storageOffset;
    [all...]
  /external/freetype/src/sfnt/
ttmtx.c 214 FT_ULong table_pos, table_size, table_end; local
224 table_pos = face->vert_metrics_offset;
230 table_pos = face->horz_metrics_offset;
234 table_end = table_pos + table_size;
242 table_pos += 4 * gindex;
243 if ( table_pos + 4 > table_end )
246 if ( FT_STREAM_SEEK( table_pos ) ||
253 table_pos += 4 * ( k - 1 );
254 if ( table_pos + 4 > table_end )
257 if ( FT_STREAM_SEEK( table_pos ) ||
    [all...]
ttload.c 742 FT_ULong table_pos, table_len; local
782 table_pos = FT_STREAM_POS();
795 storage_start = table_pos + 6 + 12*table->numNameRecords;
796 storage_limit = table_pos + table_len;
829 entry->stringOffset += table_pos + table->storageOffset;
    [all...]