Home
last modified time | relevance | path

Searched refs:out_info (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-buffer.cc93 * There are two info pointers: info and out_info. They always have
96 * As an optimization, both info and out_info may point to the
102 * As soon as out_info gets longer than info, out_info is moved over
107 * switches info over to out_info and does housekeeping.
128 bool separate_out = out_info != info; in enlarge()
153 out_info = separate_out ? (hb_glyph_info_t *) pos : info; in enlarge()
166 if (out_info == info && in make_room_for()
171 out_info = (hb_glyph_info_t *) pos; in make_room_for()
172 memcpy (out_info, inf in make_room_for()
[all...]
H A Dhb-buffer.hh111 unsigned int out_len; /* Length of ->out_info array if have_output */
115 hb_glyph_info_t *out_info; member
190 hb_glyph_info_t &prev () { return out_info[out_len ? out_len - 1 : 0]; } in prev()
191 hb_glyph_info_t prev () const { return out_info[out_len ? out_len - 1 : 0]; } in prev()
226 hb_glyph_info_t *pinfo = &out_info[out_len]; in replace_glyphs()
250 out_info[out_len] = glyph_info;
269 if (out_info != info || out_len != idx)
272 out_info[out_len] = info[idx];
286 if (out_info != info || out_len != idx)
289 memmove (out_info
[all...]
H A Dhb-ot-shape-complex-thai.cc342 _hb_glyph_info_set_general_category (&buffer->out_info[end - 2], HB_UNICODE_GENERAL_CATEGORY_NON_SPACING_MARK); in preprocess_text_thai()
346 while (start > 0 && IS_TONE_MARK (buffer->out_info[start - 1].codepoint)) in preprocess_text_thai()
353 hb_glyph_info_t t = buffer->out_info[end - 2]; in preprocess_text_thai()
354 memmove (buffer->out_info + start + 1, in preprocess_text_thai()
355 buffer->out_info + start, in preprocess_text_thai()
356 sizeof (buffer->out_info[0]) * (end - start - 2)); in preprocess_text_thai()
357 buffer->out_info[start] = t; in preprocess_text_thai()
H A Dhb-ot-shape-normalize.cc455 buffer->out_info[starter].codepoint, in _hb_ot_shape_normalize()
466 buffer->out_info[starter].codepoint = composed; in _hb_ot_shape_normalize()
467 buffer->out_info[starter].glyph_index() = glyph; in _hb_ot_shape_normalize()
468 _hb_glyph_info_set_unicode_props (&buffer->out_info[starter], buffer); in _hb_ot_shape_normalize()
H A Dhb-ot-shape-complex-hangul.cc212 hb_glyph_info_t *info = buffer->out_info; in preprocess_text_hangul()
364 * that are now in buffer->out_info. in preprocess_text_hangul()
366 hb_glyph_info_t *info = buffer->out_info; in preprocess_text_hangul()
H A Dhb-ot-layout-gsubgpos.hh551 const hb_glyph_info_t &info = c->buffer->out_info[idx]; in prev()
1018 const auto *out = buffer->out_info; in match_input()
/third_party/mesa3d/src/amd/common/
H A Dac_nir_opt_outputs.c294 struct ac_out_info *out_info = &outputs[sem.location]; in ac_nir_optimize_outputs() local
295 if (!out_info->types) in ac_nir_optimize_outputs()
296 out_info->base = nir_intrinsic_base(intr); in ac_nir_optimize_outputs()
298 assert(out_info->base == nir_intrinsic_base(intr)); in ac_nir_optimize_outputs()
300 out_info->types |= nir_intrinsic_src_type(intr); in ac_nir_optimize_outputs()
303 out_info->chan[chan].store_intr = intr; in ac_nir_optimize_outputs()
304 out_info->chan[chan].value = intr->src[0].ssa->parent_instr; in ac_nir_optimize_outputs()
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_android.h41 VkPhysicalDeviceImageDrmFormatModifierInfoEXT *out_info);
110 UNUSED VkPhysicalDeviceImageDrmFormatModifierInfoEXT *out_info) in vn_android_get_drm_format_modifier_info()
108 vn_android_get_drm_format_modifier_info( UNUSED const VkPhysicalDeviceImageFormatInfo2 *format_info, UNUSED VkPhysicalDeviceImageDrmFormatModifierInfoEXT *out_info) vn_android_get_drm_format_modifier_info() argument
H A Dvn_android.c1064 VkPhysicalDeviceImageDrmFormatModifierInfoEXT *out_info) in vn_android_get_drm_format_modifier_info()
1092 *out_info = (VkPhysicalDeviceImageDrmFormatModifierInfoEXT){ in vn_android_get_drm_format_modifier_info()
1062 vn_android_get_drm_format_modifier_info( const VkPhysicalDeviceImageFormatInfo2 *format_info, VkPhysicalDeviceImageDrmFormatModifierInfoEXT *out_info) vn_android_get_drm_format_modifier_info() argument
/third_party/ffmpeg/libavcodec/
H A Dmfenc.c45 MFT_OUTPUT_STREAM_INFO out_info; member
168 if (!c->out_info.cbSize && !c->out_stream_provides_samples) { in mf_enca_output_type_get()
173 c->out_info.cbSize = sz; in mf_enca_output_type_get()
431 c->out_info.cbSize, in mf_receive_sample()
432 c->out_info.cbAlignment); in mf_receive_sample()
950 hr = IMFTransform_GetOutputStreamInfo(c->mft, c->out_stream_id, &c->out_info); in mf_setup_context()
954 (c->out_info.dwFlags & MFT_OUTPUT_STREAM_PROVIDES_SAMPLES) || in mf_setup_context()
955 (c->out_info.dwFlags & MFT_OUTPUT_STREAM_CAN_PROVIDE_SAMPLES); in mf_setup_context()
956 av_log(avctx, AV_LOG_VERBOSE, "out_info: size=%d, align=%d%s\n", in mf_setup_context()
957 (int)c->out_info in mf_setup_context()
[all...]

Completed in 13 milliseconds