/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 | 69 hb_glyph_info_t *out_info; member in struct:hb_buffer_t 78 inline hb_glyph_info_t &prev (void) { return out_info[out_len - 1]; } 81 inline bool has_separate_output (void) const { return info != out_info; } 145 if (unlikely (out_info != info || out_len != idx)) { 147 out_info[out_len] = info[idx];
|
hb-ot-shape-complex-thai.cc | 335 _hb_glyph_info_set_general_category (&buffer->out_info[end - 2], HB_UNICODE_GENERAL_CATEGORY_NON_SPACING_MARK); 339 while (start > 0 && IS_TONE_MARK (buffer->out_info[start - 1].codepoint)) 346 hb_glyph_info_t t = buffer->out_info[end - 2]; 347 memmove (buffer->out_info + start + 1, 348 buffer->out_info + start, 349 sizeof (buffer->out_info[0]) * (end - start - 2)); 350 buffer->out_info[start] = t;
|
hb-ot-shape-normalize.cc | 387 buffer->out_info[starter].codepoint, 400 buffer->out_info[starter].codepoint = composed; 401 buffer->out_info[starter].glyph_index() = glyph; 402 _hb_glyph_info_set_unicode_props (&buffer->out_info[starter], buffer->unicode);
|
hb-ot-shape-complex-hangul.cc | 208 hb_glyph_info_t *info = buffer->out_info; 352 * that are now in buffer->out_info. 354 hb_glyph_info_t *info = buffer->out_info;
|
hb-ot-layout-gsubgpos-private.hh | 483 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]; } 83 inline bool has_separate_output (void) const { return info != out_info; } 147 if (unlikely (out_info != info || out_len != idx)) { 149 out_info[out_len] = info[idx];
|
hb-ot-shape-complex-thai.cc | 335 _hb_glyph_info_set_general_category (&buffer->out_info[end - 2], HB_UNICODE_GENERAL_CATEGORY_NON_SPACING_MARK); 339 while (start > 0 && IS_TONE_MARK (buffer->out_info[start - 1].codepoint)) 346 hb_glyph_info_t t = buffer->out_info[end - 2]; 347 memmove (buffer->out_info + start + 1, 348 buffer->out_info + start, 349 sizeof (buffer->out_info[0]) * (end - start - 2)); 350 buffer->out_info[start] = t;
|
hb-ot-shape-normalize.cc | 385 buffer->out_info[starter].codepoint, 398 buffer->out_info[starter].codepoint = composed; 399 buffer->out_info[starter].glyph_index() = glyph; 400 _hb_glyph_info_set_unicode_props (&buffer->out_info[starter], buffer->unicode);
|
hb-ot-shape-complex-hangul.cc | 199 hb_glyph_info_t *info = buffer->out_info; 343 * that are now in buffer->out_info. 345 hb_glyph_info_t *info = buffer->out_info;
|
hb-ot-layout-gsubgpos-private.hh | 483 const hb_glyph_info_t &info = c->buffer->out_info[idx]; [all...] |
/external/chromium_org/build/android/rezip/ |
rezip.cc | 85 zip_fileinfo out_info; local 86 out_info.tmz_date.tm_sec = in_info.tmu_date.tm_sec; 87 out_info.tmz_date.tm_min = in_info.tmu_date.tm_min; 88 out_info.tmz_date.tm_hour = in_info.tmu_date.tm_hour; 89 out_info.tmz_date.tm_mday = in_info.tmu_date.tm_mday; 90 out_info.tmz_date.tm_mon = in_info.tmu_date.tm_mon; 91 out_info.tmz_date.tm_year = in_info.tmu_date.tm_year; 93 out_info.dosDate = in_info.dosDate; 94 out_info.internal_fa = in_info.internal_fa; 95 out_info.external_fa = in_info.external_fa [all...] |
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/ |
app_launch_splash_screen_handler.h | 53 void PopulateAppInfo(base::DictionaryValue* out_info);
|
app_launch_splash_screen_handler.cc | 220 base::DictionaryValue* out_info) { 232 out_info->SetString("name", app.name); 233 out_info->SetString("iconURL", webui::GetBitmapDataUrl(*app.icon.bitmap()));
|
/external/chromium_org/ppapi/proxy/ |
file_ref_resource.h | 71 void OnQueryReply(PP_FileInfo* out_info,
|
file_ref_resource.cc | 218 PP_FileInfo* out_info, 226 *out_info = info;
|
/build/tools/releasetools/ |
sign_target_files_apks | 175 out_info = copy.copy(info) 195 output_tf_zip.writestr(out_info, signed_data) 199 output_tf_zip.writestr(out_info, data) 205 output_tf_zip.writestr(out_info, new_data) 211 output_tf_zip.writestr(out_info, new_data) 228 output_tf_zip.writestr(out_info, data)
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
resource_metadata_storage.h | 101 void RecoverCacheInfoFromTrashedResourceMap(RecoveredCacheInfoMap* out_info);
|
resource_metadata_storage.cc | 627 RecoveredCacheInfoMap* out_info) { 678 RecoveredCacheInfo* info = &(*out_info)[id]; [all...] |
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/ |
fake_pepper_interface_html5_fs.h | 45 void GetInfo(PP_FileInfo* out_info);
|
fake_pepper_interface_html5_fs.cc | 123 void FakeHtml5FsNode::GetInfo(PP_FileInfo* out_info) { *out_info = info_; }
|