Searched refs:ots (Results 1 – 8 of 8) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/opentype/ |
D | OpenTypeSanitizer.cpp | 59 ots::ExpandingMemoryStream output(m_buffer->size(), maxWebFontSize); in sanitize() 60 … if (!ots::Process(&output, reinterpret_cast<const uint8_t*>(m_buffer->data()), m_buffer->size())) in sanitize()
|
/external/qemu/tcg/ |
D | tcg.c | 1581 TCGTemp *ots; in tcg_reg_alloc_movi() local 1584 ots = &s->temps[args[0]]; in tcg_reg_alloc_movi() 1587 if (ots->fixed_reg) { in tcg_reg_alloc_movi() 1590 tcg_out_movi(s, ots->type, ots->reg, val); in tcg_reg_alloc_movi() 1593 if (ots->val_type == TEMP_VAL_REG) in tcg_reg_alloc_movi() 1594 s->reg_to_temp[ots->reg] = -1; in tcg_reg_alloc_movi() 1595 ots->val_type = TEMP_VAL_CONST; in tcg_reg_alloc_movi() 1596 ots->val = val; in tcg_reg_alloc_movi() 1604 TCGTemp *ts, *ots; in tcg_reg_alloc_mov() local 1608 ots = &s->temps[args[0]]; in tcg_reg_alloc_mov() [all …]
|
/external/webkit/Source/WebKit/chromium/ |
D | DEPS | 120 'third_party/ots': 121 From('chromium_deps', 'src/third_party/ots'),
|
D | WebKit.gyp | 614 '<(chromium_src_dir)/third_party/ots/ots.gyp:ots',
|
/external/webkit/Source/WebCore/WebCore.gyp/ |
D | WebCore.gyp | 988 '<(chromium_src_dir)/third_party/ots/ots.gyp:ots', 1005 '<(chromium_src_dir)/third_party/ots/ots.gyp:ots',
|
/external/chromium/build/ |
D | all.gyp | 45 '../third_party/ots/ots.gyp:*',
|
/external/icu4c/data/locales/ |
D | eu.txt | 424 "ots",
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-01-29 | 25902 * WebCore.gyp/WebCore.gyp: Added dependency to (chromium_src_dir)/third_party/ots/ library.
|