Home
last modified time | relevance | path

Searched refs:table_end (Results 1 – 10 of 10) sorted by relevance

/external/freetype/src/sfnt/
Dttmtx.c211 FT_ULong table_pos, table_size, table_end; in tt_face_get_metrics() local
231 table_end = table_pos + table_size; in tt_face_get_metrics()
240 if ( table_pos + 4 > table_end ) in tt_face_get_metrics()
251 if ( table_pos + 4 > table_end ) in tt_face_get_metrics()
259 if ( table_pos + 2 > table_end ) in tt_face_get_metrics()
Dttbdf.c54 bdf->table_end = NULL; in tt_face_free_bdf_props()
81 bdf->table_end = bdf->table + length; in tt_face_load_bdf_props()
/external/chromium_org/third_party/freetype/src/sfnt/
Dttmtx.c211 FT_ULong table_pos, table_size, table_end; in tt_face_get_metrics() local
231 table_end = table_pos + table_size; in tt_face_get_metrics()
240 if ( table_pos + 4 > table_end ) in tt_face_get_metrics()
251 if ( table_pos + 4 > table_end ) in tt_face_get_metrics()
259 if ( table_pos + 2 > table_end ) in tt_face_get_metrics()
Dttbdf.c54 bdf->table_end = NULL; in tt_face_free_bdf_props()
81 bdf->table_end = bdf->table + length; in tt_face_load_bdf_props()
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/
Dfont.cc175 for (TableMap::iterator table = tables_.begin(), table_end = tables_.end(); in GenerateTableOrdering() local
176 table != table_end; ++table) { in GenerateTableOrdering()
188 table_end = tables_in_font.end(); in GenerateTableOrdering() local
189 table != table_end; ++table) { in GenerateTableOrdering()
529 table_end = headers->end(); in LoadTableData() local
530 table_header != table_end; in LoadTableData()
546 table_end = headers->end(); in LoadTableData() local
547 table_header != table_end; in LoadTableData()
/external/sfntly/cpp/src/sfntly/
Dfont.cc175 for (TableMap::iterator table = tables_.begin(), table_end = tables_.end(); in GenerateTableOrdering() local
176 table != table_end; ++table) { in GenerateTableOrdering()
188 table_end = tables_in_font.end(); in GenerateTableOrdering() local
189 table != table_end; ++table) { in GenerateTableOrdering()
529 table_end = headers->end(); in LoadTableData() local
530 table_header != table_end; in LoadTableData()
546 table_end = headers->end(); in LoadTableData() local
547 table_header != table_end; in LoadTableData()
/external/chromium_org/ui/base/ime/chromeos/
Dcharacter_composer.cc264 const SequenceIterator table_end = table_begin + n_sequences; in CheckSequence() local
266 std::lower_bound(table_begin, table_end, sequence, in CheckSequence()
268 if (found != table_end && in CheckSequence()
/external/chromium_org/third_party/freetype/include/freetype/internal/
Dtttypes.h822 FT_Byte* table_end; member
/external/freetype/include/freetype/internal/
Dtttypes.h822 FT_Byte* table_end; member
/external/chromium_org/third_party/ots/src/
Dcmap.cc997 const off_t table_end = out->Tell(); in ots_cmap_serialise() local
1064 if (!out->Seek(table_end)) { in ots_cmap_serialise()