Searched refs:table_end (Results 1 – 8 of 8) sorted by relevance
214 FT_ULong table_pos, table_size, table_end; in tt_face_get_metrics() local234 table_end = table_pos + table_size; in tt_face_get_metrics()243 if ( table_pos + 4 > table_end ) in tt_face_get_metrics()254 if ( table_pos + 4 > table_end ) in tt_face_get_metrics()262 if ( table_pos + 2 > table_end ) in tt_face_get_metrics()
54 bdf->table_end = NULL; in tt_face_free_bdf_props()81 bdf->table_end = bdf->table + length; in tt_face_load_bdf_props()
271 … typename std::vector<lsh::LshTable<ElementType> >::const_iterator table_end = tables_.end(); in getNeighbors() local272 for (; table != table_end; ++table) { in getNeighbors()309 … typename std::vector<lsh::LshTable<ElementType> >::const_iterator table_end = tables_.end(); in getNeighbors() local310 for (; table != table_end; ++table) { in getNeighbors()342 typename std::vector<lsh::LshTable<ElementType> >::const_iterator table_end = tables_.end(); in getNeighbors() local343 for (; table != table_end; ++table) { in getNeighbors()
175 for (TableMap::iterator table = tables_.begin(), table_end = tables_.end(); in GenerateTableOrdering() local176 table != table_end; ++table) { in GenerateTableOrdering()188 table_end = tables_in_font.end(); in GenerateTableOrdering() local189 table != table_end; ++table) { in GenerateTableOrdering()529 table_end = headers->end(); in LoadTableData() local530 table_header != table_end; in LoadTableData()546 table_end = headers->end(); in LoadTableData() local547 table_header != table_end; in LoadTableData()
889 FT_Byte* table_end; member