Home
last modified time | relevance | path

Searched refs:dest_start (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-glyf-table.hh224 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 in serialize()
[all...]
/third_party/mesa3d/src/panfrost/shared/
H A Dpan_tiling.c137 * dest_start precomputes the offset to the beginning of the first horizontal
176 uint8_t *dest_start = dst + ((sx >> 4) * PIXELS_PER_TILE * sizeof(pixel_t)); \
178 uint8_t *dest = (uint8_t *) (dest_start + ((y >> 4) * dst_stride)); \
/third_party/ffmpeg/libavcodec/
H A Dxan.c123 uint8_t *dest_start = dest; in xan_huffman_decode() local
147 return dest - dest_start; in xan_huffman_decode()

Completed in 4 milliseconds