Home
last modified time | relevance | path

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

/external/pdfium/third_party/freetype/src/sfnt/
Dttmtx.c214 FT_ULong table_pos, table_size, table_end; in tt_face_get_metrics() local
234 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()
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/freetype/src/sfnt/
Dttmtx.c214 FT_ULong table_pos, table_size, table_end; in tt_face_get_metrics() local
234 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()
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/opencv3/modules/flann/include/opencv2/flann/
Dlsh_index.h271 … typename std::vector<lsh::LshTable<ElementType> >::const_iterator table_end = tables_.end(); in getNeighbors() local
272 for (; table != table_end; ++table) { in getNeighbors()
309 … typename std::vector<lsh::LshTable<ElementType> >::const_iterator table_end = tables_.end(); in getNeighbors() local
310 for (; table != table_end; ++table) { in getNeighbors()
342 typename std::vector<lsh::LshTable<ElementType> >::const_iterator table_end = tables_.end(); in getNeighbors() local
343 for (; table != table_end; ++table) { in getNeighbors()
/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/freetype/include/internal/
Dtttypes.h889 FT_Byte* table_end; member
/external/pdfium/third_party/freetype/include/freetype/internal/
Dtttypes.h889 FT_Byte* table_end; member