Home
last modified time | relevance | path

Searched refs:dst_length (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_pack.c1029 unsigned dst_length) in lp_build_pad_vector() argument
1040 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()
Dlp_bld_pack.h155 unsigned dst_length);
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dsfwoff2.c879 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 …]
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dwofftypes.h195 FT_ULong dst_length; /* uncompressed table length */ member
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.2104412 (WOFF2_TableRec): s/OrigLength/dst_length/.