Home
last modified time | relevance | path

Searched refs:table_index (Results 1 – 21 of 21) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-map.cc36 unsigned int table_index, in add_lookups() argument
45 table_lookup_count = hb_ot_layout_table_get_lookup_count (face, table_tags[table_index]); in add_lookups()
51 table_tags[table_index], in add_lookups()
60 hb_ot_map_t::lookup_map_t *lookup = lookups[table_index].push (); in add_lookups()
90 for (unsigned int table_index = 0; table_index < 2; table_index++) { in hb_ot_map_builder_t() local
91 hb_tag_t table_tag = table_tags[table_index]; in hb_ot_map_builder_t()
92 …cript[table_index] = (bool) hb_ot_layout_table_choose_script (face, table_tag, script_tags, &scrip… in hb_ot_map_builder_t()
93 …ipt_find_language (face, table_tag, script_index[table_index], language_tag, &language_index[table… in hb_ot_map_builder_t()
113 void hb_ot_map_t::collect_lookups (unsigned int table_index, hb_set_t *lookups_out) const in collect_lookups() argument
115 for (unsigned int i = 0; i < lookups[table_index].len; i++) in collect_lookups()
[all …]
Dhb-ot-map-private.hh96 inline unsigned int get_feature_index (unsigned int table_index, hb_tag_t feature_tag) const { in get_feature_index()
98 return map ? map->index[table_index] : HB_OT_LAYOUT_NO_FEATURE_INDEX; in get_feature_index()
101 inline unsigned int get_feature_stage (unsigned int table_index, hb_tag_t feature_tag) const { in get_feature_stage()
103 return map ? map->stage[table_index] : (unsigned int) -1; in get_feature_stage()
106 inline void get_stage_lookups (unsigned int table_index, unsigned int stage, in get_stage_lookups()
113 assert (stage <= stages[table_index].len); in get_stage_lookups()
114 unsigned int start = stage ? stages[table_index][stage - 1].last_lookup : 0; in get_stage_lookups()
115 …unsigned int end = stage < stages[table_index].len ? stages[table_index][stage].last_lookup : lo… in get_stage_lookups()
116 *plookups = &lookups[table_index][start]; in get_stage_lookups()
120 HB_INTERNAL void collect_lookups (unsigned int table_index, hb_set_t *lookups) const;
[all …]
Dhb-open-file-private.hh82 inline bool find_table_index (hb_tag_t tag, unsigned int *table_index) const in find_table_index()
91 if (table_index) *table_index = i; in find_table_index()
95 if (table_index) *table_index = Index::NOT_FOUND_INDEX; in find_table_index()
100 unsigned int table_index; in get_table_by_tag() local
101 find_table_index (tag, &table_index); in get_table_by_tag()
102 return get_table (table_index); in get_table_by_tag()
Dhb-ot-shape-private.hh51 unsigned int table_index; in collect_lookups() local
53 case HB_OT_TAG_GSUB: table_index = 0; break; in collect_lookups()
54 case HB_OT_TAG_GPOS: table_index = 1; break; in collect_lookups()
57 map.collect_lookups (table_index, lookups); in collect_lookups()
Dhb-ot-layout.cc907 static const unsigned int table_index = 0; member
921 static const unsigned int table_index = 1; member
1062 if (Proxy::table_index == 0) in apply_string()
1079 if (Proxy::table_index == 0) in apply_string()
1093 const unsigned int table_index = proxy.table_index; in apply() local
1095 OT::hb_apply_context_t c (table_index, font, buffer); in apply()
1098 for (unsigned int stage_index = 0; stage_index < stages[table_index].len; stage_index++) { in apply()
1099 const stage_map_t *stage = &stages[table_index][stage_index]; in apply()
1102 unsigned int lookup_index = lookups[table_index][i].index; in apply()
1105 c.set_lookup_mask (lookups[table_index][i].mask); in apply()
[all …]
Dhb-ot-layout-gsubgpos-private.hh349 matcher.set_ignore_zwnj (context_match || c->table_index == 1); in init()
351 matcher.set_ignore_zwj (context_match || c->table_index == 1 || c->auto_zwj); in init()
460 unsigned int table_index; /* GSUB/GPOS */ member
480 table_index (table_index_), in hb_apply_context_t()
/external/libopus/silk/
Dresampler_private_IIR_FIR.c45 opus_int32 table_index; in silk_resampler_private_IIR_FIR_INTERPOL() local
49 table_index = silk_SMULWB( index_Q16 & 0xFFFF, 12 ); in silk_resampler_private_IIR_FIR_INTERPOL()
52 …res_Q15 = silk_SMULBB( buf_ptr[ 0 ], silk_resampler_frac_FIR_12[ table_index ][ 0 ] … in silk_resampler_private_IIR_FIR_INTERPOL()
53 …res_Q15 = silk_SMLABB( res_Q15, buf_ptr[ 1 ], silk_resampler_frac_FIR_12[ table_index ][ 1 ] … in silk_resampler_private_IIR_FIR_INTERPOL()
54 …res_Q15 = silk_SMLABB( res_Q15, buf_ptr[ 2 ], silk_resampler_frac_FIR_12[ table_index ][ 2 ] … in silk_resampler_private_IIR_FIR_INTERPOL()
55 …res_Q15 = silk_SMLABB( res_Q15, buf_ptr[ 3 ], silk_resampler_frac_FIR_12[ table_index ][ 3 ] … in silk_resampler_private_IIR_FIR_INTERPOL()
56 …res_Q15 = silk_SMLABB( res_Q15, buf_ptr[ 4 ], silk_resampler_frac_FIR_12[ 11 - table_index ][ 3 ] … in silk_resampler_private_IIR_FIR_INTERPOL()
57 …res_Q15 = silk_SMLABB( res_Q15, buf_ptr[ 5 ], silk_resampler_frac_FIR_12[ 11 - table_index ][ 2 ] … in silk_resampler_private_IIR_FIR_INTERPOL()
58 …res_Q15 = silk_SMLABB( res_Q15, buf_ptr[ 6 ], silk_resampler_frac_FIR_12[ 11 - table_index ][ 1 ] … in silk_resampler_private_IIR_FIR_INTERPOL()
59 …res_Q15 = silk_SMLABB( res_Q15, buf_ptr[ 7 ], silk_resampler_frac_FIR_12[ 11 - table_index ][ 0 ] … in silk_resampler_private_IIR_FIR_INTERPOL()
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/third_party/
Dcrc32c.py112 table_index = (crc ^ b) & 0xff
113 crc = (CRC_TABLE[table_index] ^ (crc >> 8)) & _MASK
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/gxvalid/
Dgxvmorx5.c113 gxv_morx_subtable_type5_InsertList_validate( FT_UShort table_index, in gxv_morx_subtable_type5_InsertList_validate() argument
119 FT_Bytes p = table + table_index * 2; in gxv_morx_subtable_type5_InsertList_validate()
125 while ( p < table + count * 2 + table_index * 2 ) in gxv_morx_subtable_type5_InsertList_validate()
/external/libchrome/sandbox/win/src/sidestep/
Dmini_disassembler.cpp120 unsigned int table_index, in ProcessOpcode() argument
122 const OpcodeTable& table = s_ia32_opcode_map_[table_index]; // Get our table in ProcessOpcode()
/external/opencv3/3rdparty/libtiff/
Dtif_ojpeg.c384 static void OJPEGWriteStreamQTable(TIFF* tif, uint8 table_index, void** mem, uint32* len);
385 static void OJPEGWriteStreamDcTable(TIFF* tif, uint8 table_index, void** mem, uint32* len);
386 static void OJPEGWriteStreamAcTable(TIFF* tif, uint8 table_index, void** mem, uint32* len);
2192 OJPEGWriteStreamQTable(TIFF* tif, uint8 table_index, void** mem, uint32* len) in OJPEGWriteStreamQTable() argument
2195 if (sp->qtable[table_index]!=0) in OJPEGWriteStreamQTable()
2197 *mem=(void*)(sp->qtable[table_index]+sizeof(uint32)); in OJPEGWriteStreamQTable()
2198 *len=*((uint32*)sp->qtable[table_index])-sizeof(uint32); in OJPEGWriteStreamQTable()
2204 OJPEGWriteStreamDcTable(TIFF* tif, uint8 table_index, void** mem, uint32* len) in OJPEGWriteStreamDcTable() argument
2207 if (sp->dctable[table_index]!=0) in OJPEGWriteStreamDcTable()
2209 *mem=(void*)(sp->dctable[table_index]+sizeof(uint32)); in OJPEGWriteStreamDcTable()
[all …]
/external/pdfium/third_party/libtiff/
Dtif_ojpeg.c393 static void OJPEGWriteStreamQTable(TIFF* tif, uint8 table_index, void** mem, uint32* len);
394 static void OJPEGWriteStreamDcTable(TIFF* tif, uint8 table_index, void** mem, uint32* len);
395 static void OJPEGWriteStreamAcTable(TIFF* tif, uint8 table_index, void** mem, uint32* len);
2212 OJPEGWriteStreamQTable(TIFF* tif, uint8 table_index, void** mem, uint32* len) in OJPEGWriteStreamQTable() argument
2215 if (sp->qtable[table_index]!=0) in OJPEGWriteStreamQTable()
2217 *mem=(void*)(sp->qtable[table_index]+sizeof(uint32)); in OJPEGWriteStreamQTable()
2218 *len=*((uint32*)sp->qtable[table_index])-sizeof(uint32); in OJPEGWriteStreamQTable()
2224 OJPEGWriteStreamDcTable(TIFF* tif, uint8 table_index, void** mem, uint32* len) in OJPEGWriteStreamDcTable() argument
2227 if (sp->dctable[table_index]!=0) in OJPEGWriteStreamDcTable()
2229 *mem=(void*)(sp->dctable[table_index]+sizeof(uint32)); in OJPEGWriteStreamDcTable()
[all …]
/external/pdfium/third_party/freetype/include/freetype/
Dtttables.h773 FT_UInt table_index,
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/
Dtttables.h773 FT_UInt table_index,
/external/freetype/include/
Dtttables.h773 FT_UInt table_index,
/external/e2fsprogs/misc/
De2image.c1068 __u32 table_index; in update_refcount() local
1072 table_index = offset >> (2 * img->cluster_bits - 1); in update_refcount()
1078 if (table_index != ref->refcount_table_index) { in update_refcount()
1090 ref->refcount_table_index = table_index; in update_refcount()
/external/webrtc/webrtc/modules/video_coding/
Dqm_select.cc587 uint8_t table_index = image_class * 9 + content_class_; in GetTransitionRate() local
590 float scaleTransRate = kScaleTransRateQm[table_index]; in GetTransitionRate()
/external/pdfium/third_party/freetype/src/base/
Dftobjs.c3780 FT_UInt table_index, in FT_Sfnt_Table_Info() argument
3797 return service->table_info( face, table_index, tag, &offset, length ); in FT_Sfnt_Table_Info()
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/
Dftobjs.c3792 FT_UInt table_index, in FT_Sfnt_Table_Info() argument
3809 return service->table_info( face, table_index, tag, &offset, length ); in FT_Sfnt_Table_Info()
/external/freetype/src/base/
Dftobjs.c3740 FT_UInt table_index, in FT_Sfnt_Table_Info() argument
3757 return service->table_info( face, table_index, tag, &offset, length ); in FT_Sfnt_Table_Info()
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/
DChangeLog.236570 (gxv_morx_subtable_type5_InsertList_validate): s/index/table_index/.