Searched refs:dest_start (Results 1 – 5 of 5) sorted by relevance
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-glyf-table.hh | 191 else subset_glyph.dest_start = subset_glyph.source_glyph; in _populate_subset_glyphs() 634 hb_bytes_t dest_start; // region of source_glyph to copy first member 643 hb_bytes_t dest_glyph = dest_start.copy(c); in serialize() 686 dest_start = hb_bytes_t (&source_glyph, source_glyph.length - instruction_length); in drop_hints() 691 …dest_start = hb_bytes_t (&source_glyph, GlyphHeader::static_size + 2 * header.numberOfContours + 2… in drop_hints() 692 dest_end = hb_bytes_t (&source_glyph + dest_start.length + instruction_length, in drop_hints() 693 source_glyph.length - dest_start.length - instruction_length); in drop_hints() 694 …n %d start len %d instruction_len %d end len %d", source_glyph.length, dest_start.length, instruct… in drop_hints() 700 return dest_start.length + dest_end.length; in length()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-glyf-table.hh | 224 subset_glyph.dest_start = subset_glyph.source_glyph.get_bytes (); in _populate_subset_glyphs() 578 void drop_hints_bytes (hb_bytes_t &dest_start, hb_bytes_t &dest_end) const in drop_hints_bytes() 582 dest_start = bytes.sub_array (0, glyph_length - instructions_len); in drop_hints_bytes() 708 void drop_hints_bytes (hb_bytes_t &dest_start) const in drop_hints_bytes() 709 { dest_start = bytes.sub_array (0, bytes.length - instructions_length (bytes)); } in drop_hints_bytes() 754 void drop_hints_bytes (hb_bytes_t &dest_start, hb_bytes_t &dest_end) const in drop_hints_bytes() 757 case COMPOSITE: CompositeGlyph (*header, bytes).drop_hints_bytes (dest_start); return; in drop_hints_bytes() 758 case SIMPLE: SimpleGlyph (*header, bytes).drop_hints_bytes (dest_start, dest_end); return; in drop_hints_bytes() 1268 hb_bytes_t dest_start; /* region of source_glyph to copy first */ member 1276 hb_bytes_t dest_glyph = dest_start.copy (c); in serialize() [all …]
|
/third_party/harfbuzz/src/ |
D | hb-ot-glyf-table.hh | 214 else subset_glyph.dest_start = subset_glyph.source_glyph.get_bytes (); in _populate_subset_glyphs() 548 void drop_hints_bytes (hb_bytes_t &dest_start, hb_bytes_t &dest_end) const in drop_hints_bytes() 552 dest_start = bytes.sub_array (0, glyph_length - instructions_len); in drop_hints_bytes() 667 void drop_hints_bytes (hb_bytes_t &dest_start) const in drop_hints_bytes() 668 { dest_start = bytes.sub_array (0, bytes.length - instructions_length (bytes)); } in drop_hints_bytes() 698 void drop_hints_bytes (hb_bytes_t &dest_start, hb_bytes_t &dest_end) const in drop_hints_bytes() 701 case COMPOSITE: CompositeGlyph (*header, bytes).drop_hints_bytes (dest_start); return; in drop_hints_bytes() 702 case SIMPLE: SimpleGlyph (*header, bytes).drop_hints_bytes (dest_start, dest_end); return; in drop_hints_bytes() 1202 hb_bytes_t dest_start; /* region of source_glyph to copy first */ member 1210 hb_bytes_t dest_glyph = dest_start.copy (c); in serialize() [all …]
|
/third_party/mesa3d/src/panfrost/shared/ |
D | pan_tiling.c | 192 uint8_t *dest_start = dst + ((sx >> 4) * PIXELS_PER_TILE * sizeof(pixel_t)); \ 195 uint8_t *dest = (uint8_t *) (dest_start + (block_y * dst_stride)); \
|
/third_party/ffmpeg/libavcodec/ |
D | xan.c | 122 uint8_t *dest_start = dest; in xan_huffman_decode() local 146 return dest - dest_start; in xan_huffman_decode()
|