Searched refs:dst_length (Results 1 – 5 of 5) sorted by relevance
1029 unsigned dst_length) in lp_build_pad_vector() argument1040 undef = LLVMGetUndef(LLVMVectorType(type, dst_length)); in lp_build_pad_vector()1047 assert(dst_length <= ARRAY_SIZE(elems)); in lp_build_pad_vector()1048 assert(dst_length >= src_length); in lp_build_pad_vector()1050 if (src_length == dst_length) in lp_build_pad_vector()1058 for (i = src_length; i < dst_length; ++i) in lp_build_pad_vector()1062 …return LLVMBuildShuffleVector(gallivm->builder, src, undef, LLVMConstVector(elems, dst_length), ""… in lp_build_pad_vector()
155 unsigned dst_length);
879 if ( info->loca_table->dst_length != expected_loca_length ) in reconstruct_glyf()1193 info->glyf_table->dst_length = dest_offset - info->glyf_table->dst_offset; in reconstruct_glyf()1197 loca_values[num_glyphs] = info->glyf_table->dst_length; in reconstruct_glyf()1209 info->loca_table->dst_length = dest_offset - info->loca_table->dst_offset; in reconstruct_glyf()1213 FT_TRACE4(( " dst_length = %lu\n", info->loca_table->dst_length )); in reconstruct_glyf()1673 WRITE_ULONG( buf_cursor, table.dst_length ); in reconstruct_font()1684 if ( (FT_ULong)( table.dst_offset + table.dst_length ) > dest_offset ) in reconstruct_font()1699 if ( info->head_table->dst_length < 12 ) in reconstruct_font()1887 if ( READ_BASE128( table->dst_length ) ) in woff2_open_font()1890 table->TransformLength = table->dst_length; in woff2_open_font()[all …]
195 FT_ULong dst_length; /* uncompressed table length */ member
4412 (WOFF2_TableRec): s/OrigLength/dst_length/.