Home
last modified time | relevance | path

Searched refs:ots (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/opentype/
DOpenTypeSanitizer.cpp59 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/
Dtcg.c1581 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/
DDEPS120 'third_party/ots':
121 From('chromium_deps', 'src/third_party/ots'),
DWebKit.gyp614 '<(chromium_src_dir)/third_party/ots/ots.gyp:ots',
/external/webkit/Source/WebCore/WebCore.gyp/
DWebCore.gyp988 '<(chromium_src_dir)/third_party/ots/ots.gyp:ots',
1005 '<(chromium_src_dir)/third_party/ots/ots.gyp:ots',
/external/chromium/build/
Dall.gyp45 '../third_party/ots/ots.gyp:*',
/external/icu4c/data/locales/
Deu.txt424 "ots",
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2925902 * WebCore.gyp/WebCore.gyp: Added dependency to (chromium_src_dir)/third_party/ots/ library.