Searched refs:table_end (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
D | ttmtx.c | 237 FT_ULong table_pos, table_size, table_end; in tt_face_get_metrics() local 262 table_end = table_pos + table_size; in tt_face_get_metrics() 271 if ( table_pos + 4 > table_end ) in tt_face_get_metrics() 282 if ( table_pos + 2 > table_end ) in tt_face_get_metrics() 290 if ( table_pos + 2 > table_end ) in tt_face_get_metrics()
|
D | ttbdf.c | 53 bdf->table_end = NULL; in tt_face_free_bdf_props() 80 bdf->table_end = bdf->table + length; in tt_face_load_bdf_props()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/ |
D | font.cc | 179 for (TableMap::iterator table = tables_.begin(), table_end = tables_.end(); in GenerateTableOrdering() local 180 table != table_end; ++table) { in GenerateTableOrdering() 192 table_end = tables_in_font.end(); in GenerateTableOrdering() local 193 table != table_end; ++table) { in GenerateTableOrdering() 552 table_end = headers->end(); in LoadTableData() local 553 it != table_end; in LoadTableData() 572 table_end = headers->end(); in LoadTableData() local 573 it != table_end; in LoadTableData()
|
/third_party/node/deps/v8/src/interpreter/ |
D | bytecode-array-iterator.cc | 312 int case_value, int table_offset, int table_end, in iterator() argument 318 table_end_(table_end) { in iterator()
|
D | bytecode-array-iterator.h | 38 iterator(int case_value, int table_offset, int table_end,
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
D | tttypes.h | 941 FT_Byte* table_end; member
|
/third_party/node/deps/v8/src/wasm/ |
D | module-decoder.cc | 2386 const byte* table_end = decoder.pc() + size; in DecodeAsmJsOffsets() local 2397 while (decoder.pc() < table_end) { in DecodeAsmJsOffsets() 2405 if (decoder.pc() == table_end) { in DecodeAsmJsOffsets() 2414 DCHECK_EQ(decoder.pc(), table_end); in DecodeAsmJsOffsets()
|
D | wasm-code-manager.cc | 1795 Address table_end = table_start + jump_table->instructions().size(); in FindJumpTablesForRegionLocked() local 1800 table_end > code_region.begin() ? table_end - code_region.begin() : 0); in FindJumpTablesForRegionLocked()
|