/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-buffer.cc | 63 * There are two info pointers: info and out_info. They always have 66 * As an optimization, both info and out_info may point to the 72 * As soon as out_info gets longer than info, out_info is moved over 76 * switches info and out_info. 92 bool separate_out = out_info != info; 117 out_info = separate_out ? (hb_glyph_info_t *) pos : info; 130 if (out_info == info && 135 out_info = (hb_glyph_info_t *) pos; 136 memcpy (out_info, info, out_len * sizeof (out_info[0])) [all...] |
hb-buffer-private.hh | 71 hb_glyph_info_t *out_info; member in struct:hb_buffer_t 80 inline hb_glyph_info_t &prev (void) { return out_info[out_len - 1]; } 83 inline bool has_separate_output (void) const { return info != out_info; } 144 if (unlikely (out_info != info || out_len != idx)) { 146 out_info[out_len] = info[idx];
|
hb-ot-shape-complex-thai.cc | 336 while (start > 0 && IS_TONE_MARK (buffer->out_info[start - 1].codepoint)) 343 hb_glyph_info_t t = buffer->out_info[end - 2]; 344 memmove (buffer->out_info + start + 1, 345 buffer->out_info + start, 346 sizeof (buffer->out_info[0]) * (end - start - 2)); 347 buffer->out_info[start] = t;
|
hb-ot-shape-normalize.cc | 365 buffer->out_info[starter].codepoint, 377 buffer->out_info[starter].codepoint = composed; /* Modify starter and carry on. */ 378 set_glyph (buffer->out_info[starter], font); 379 _hb_glyph_info_set_unicode_props (&buffer->out_info[starter], buffer->unicode);
|
hb-ot-layout-gsubgpos-private.hh | 482 const hb_glyph_info_t &info = c->buffer->out_info[idx]; [all...] |
/external/harfbuzz_ng/src/ |
hb-buffer.cc | 63 * There are two info pointers: info and out_info. They always have 66 * As an optimization, both info and out_info may point to the 72 * As soon as out_info gets longer than info, out_info is moved over 76 * switches info and out_info. 92 bool separate_out = out_info != info; 117 out_info = separate_out ? (hb_glyph_info_t *) pos : info; 130 if (out_info == info && 135 out_info = (hb_glyph_info_t *) pos; 136 memcpy (out_info, info, out_len * sizeof (out_info[0])) [all...] |
hb-buffer-private.hh | 71 hb_glyph_info_t *out_info; member in struct:hb_buffer_t 80 inline hb_glyph_info_t &prev (void) { return out_info[out_len - 1]; } 142 if (unlikely (out_info != info || out_len != idx)) { 144 out_info[out_len] = info[idx];
|
hb-ot-shape-complex-thai.cc | 336 while (start > 0 && IS_TONE_MARK (buffer->out_info[start - 1].codepoint)) 343 hb_glyph_info_t t = buffer->out_info[end - 2]; 344 memmove (buffer->out_info + start + 1, 345 buffer->out_info + start, 346 sizeof (buffer->out_info[0]) * (end - start - 2)); 347 buffer->out_info[start] = t;
|
hb-ot-shape-normalize.cc | 368 buffer->out_info[starter].codepoint, 380 buffer->out_info[starter].codepoint = composed; /* Modify starter and carry on. */ 381 set_glyph (buffer->out_info[starter], font); 382 _hb_glyph_info_set_unicode_props (&buffer->out_info[starter], buffer->unicode);
|
hb-ot-layout-gsubgpos-private.hh | 482 const hb_glyph_info_t &info = c->buffer->out_info[idx]; [all...] |
/external/chromium/chrome/browser/net/ |
passive_log_collector.h | 156 // Updates |out_info| with the information from |entry|. Returns an action 159 SourceInfo* out_info) = 0; 205 SourceInfo* out_info); 219 SourceInfo* out_info); 234 SourceInfo* out_info); 250 SourceInfo* out_info); 265 SourceInfo* out_info); 280 SourceInfo* out_info); 295 SourceInfo* out_info); 310 SourceInfo* out_info); [all...] |
passive_log_collector.cc | 21 PassiveLogCollector::SourceInfo* out_info) { 23 if (out_info->entries.size() + 1 <= kMaxNumEntriesPerLog) { 24 out_info->entries.push_back(entry); 26 out_info->num_entries_truncated += 1; 27 out_info->entries[kMaxNumEntriesPerLog - 1] = entry; 386 const ChromeNetLog::Entry& entry, SourceInfo* out_info) { 387 AddEntryToSourceInfo(entry, out_info); 392 AddReferenceToSourceDependency(source_dependency, out_info); 417 SourceInfo* out_info) { 426 AddEntryToSourceInfo(entry, out_info); [all...] |
/external/chromium_org/ppapi/proxy/ |
file_ref_resource.h | 77 void OnQueryReply(PP_FileInfo* out_info,
|
file_ref_resource.cc | 235 PP_FileInfo* out_info, 243 *out_info = info;
|
/build/tools/releasetools/ |
sign_target_files_apks | 147 out_info = copy.copy(info) 154 output_tf_zip.writestr(out_info, signed_data) 158 output_tf_zip.writestr(out_info, data) 163 output_tf_zip.writestr(out_info, new_data) 166 output_tf_zip.writestr(out_info, data)
|