/external/harfbuzz_ng/src/ |
D | hb-ot-font.cc | 50 const OT::_mtx *table; 63 hb_blob_t *os2_blob = OT::Sanitizer<OT::os2>::sanitize (face->reference_table (os2_tag)); in init() 64 const OT::os2 *os2 = OT::Sanitizer<OT::os2>::lock_instance (os2_blob); in init() 76 hb_blob_t *_hea_blob = OT::Sanitizer<OT::_hea>::sanitize (face->reference_table (_hea_tag)); in init() 77 const OT::_hea *_hea = OT::Sanitizer<OT::_hea>::lock_instance (_hea_blob); in init() 87 this->blob = OT::Sanitizer<OT::_mtx>::sanitize (face->reference_table (_mtx_tag)); in init() 103 this->table = OT::Sanitizer<OT::_mtx>::lock_instance (this->blob); in init() 135 const OT::loca *loca; 136 const OT::glyf *glyf; 143 … hb_blob_t *head_blob = OT::Sanitizer<OT::head>::sanitize (face->reference_table (HB_OT_TAG_head)); in init() [all …]
|
D | hb-ot-shape-complex-arabic-fallback.hh | 47 static OT::SubstLookup * 52 OT::GlyphID glyphs[SHAPING_TABLE_LAST - SHAPING_TABLE_FIRST + 1]; in arabic_fallback_synthesize_lookup_single() 53 OT::GlyphID substitutes[SHAPING_TABLE_LAST - SHAPING_TABLE_FIRST + 1]; in arabic_fallback_synthesize_lookup_single() 80 hb_stable_sort (&glyphs[0], num_glyphs, OT::GlyphID::cmp, &substitutes[0]); in arabic_fallback_synthesize_lookup_single() 82 OT::Supplier<OT::GlyphID> glyphs_supplier (glyphs, num_glyphs); in arabic_fallback_synthesize_lookup_single() 83 OT::Supplier<OT::GlyphID> substitutes_supplier (substitutes, num_glyphs); in arabic_fallback_synthesize_lookup_single() 87 OT::hb_serialize_context_t c (buf, sizeof (buf)); in arabic_fallback_synthesize_lookup_single() 88 OT::SubstLookup *lookup = c.start_serialize<OT::SubstLookup> (); in arabic_fallback_synthesize_lookup_single() 90 OT::LookupFlag::IgnoreMarks, in arabic_fallback_synthesize_lookup_single() 97 return ret ? c.copy<OT::SubstLookup> () : NULL; in arabic_fallback_synthesize_lookup_single() [all …]
|
D | hb-ot-layout.cc | 54 layout->gdef_blob = OT::Sanitizer<OT::GDEF>::sanitize (face->reference_table (HB_OT_TAG_GDEF)); in HB_SHAPER_DATA_ENSURE_DECLARE() 55 layout->gdef = OT::Sanitizer<OT::GDEF>::lock_instance (layout->gdef_blob); in HB_SHAPER_DATA_ENSURE_DECLARE() 57 layout->gsub_blob = OT::Sanitizer<OT::GSUB>::sanitize (face->reference_table (HB_OT_TAG_GSUB)); in HB_SHAPER_DATA_ENSURE_DECLARE() 58 layout->gsub = OT::Sanitizer<OT::GSUB>::lock_instance (layout->gsub_blob); in HB_SHAPER_DATA_ENSURE_DECLARE() 60 layout->gpos_blob = OT::Sanitizer<OT::GPOS>::sanitize (face->reference_table (HB_OT_TAG_GPOS)); in HB_SHAPER_DATA_ENSURE_DECLARE() 61 layout->gpos = OT::Sanitizer<OT::GPOS>::lock_instance (layout->gpos_blob); in HB_SHAPER_DATA_ENSURE_DECLARE() 88 layout->gdef = &OT::Null(OT::GDEF); in HB_SHAPER_DATA_ENSURE_DECLARE() 131 static inline const OT::GDEF& 134 if (unlikely (!hb_ot_shaper_face_data_ensure (face))) return OT::Null(OT::GDEF); in _get_gdef() 137 static inline const OT::GSUB& [all …]
|
D | hb-face.cc | 141 …const OT::OpenTypeFontFile &ot_file = *OT::Sanitizer<OT::OpenTypeFontFile>::lock_instance (data->b… in _hb_face_for_data_reference_table() 142 const OT::OpenTypeFontFace &ot_face = ot_file.get_face (data->index); in _hb_face_for_data_reference_table() 144 const OT::OpenTypeTable &table = ot_face.get_table_by_tag (tag); in _hb_face_for_data_reference_table() 171 …hb_face_for_data_closure_t *closure = _hb_face_for_data_closure_create (OT::Sanitizer<OT::OpenType… in hb_face_create() 431 hb_blob_t *head_blob = OT::Sanitizer<OT::head>::sanitize (reference_table (HB_OT_TAG_head)); in load_upem() 432 const OT::head *head_table = OT::Sanitizer<OT::head>::lock_instance (head_blob); in load_upem() 475 hb_blob_t *maxp_blob = OT::Sanitizer<OT::maxp>::sanitize (reference_table (HB_OT_TAG_maxp)); in load_num_glyphs() 476 const OT::maxp *maxp_table = OT::Sanitizer<OT::maxp>::lock_instance (maxp_blob); in load_num_glyphs()
|
D | hb-ot-layout-private.hh | 91 namespace OT { namespace 97 hb_ot_layout_substitute_lookup (OT::hb_apply_context_t *c, 98 const OT::SubstLookup &lookup, 123 namespace OT { namespace 156 const struct OT::GDEF *gdef; 157 const struct OT::GSUB *gsub; 158 const struct OT::GPOS *gpos;
|
D | hb-directwrite.cc | 100 blob = OT::Sanitizer<OT::OpenTypeFontFile>::sanitize (blob); in _hb_rename_font() 109 unsigned int name_table_length = OT::name::min_size + in _hb_rename_font() 110 ARRAY_LENGTH(name_IDs) * OT::NameRecord::static_size + in _hb_rename_font() 124 OT::name &name = OT::StructAtOffset<OT::name> (new_sfnt_data, name_table_offset); in _hb_rename_font() 130 OT::NameRecord &record = name.nameRecord[i]; in _hb_rename_font() 140 unsigned char *p = &OT::StructAfter<unsigned char>(name); in _hb_rename_font() 148 const OT::OpenTypeFontFile &file = *(OT::OpenTypeFontFile *) (new_sfnt_data); in _hb_rename_font() 154 const OT::OpenTypeFontFace &face = file.get_face (face_index); in _hb_rename_font() 158 OT::TableRecord &record = const_cast<OT::TableRecord &> (face.get_table (index)); in _hb_rename_font()
|
D | hb-uniscribe.cc | 353 blob = OT::Sanitizer<OT::OpenTypeFontFile>::sanitize (blob); in _hb_rename_font() 362 unsigned int name_table_length = OT::name::min_size + in _hb_rename_font() 363 ARRAY_LENGTH (name_IDs) * OT::NameRecord::static_size + in _hb_rename_font() 377 OT::name &name = OT::StructAtOffset<OT::name> (new_sfnt_data, name_table_offset); in _hb_rename_font() 383 OT::NameRecord &record = name.nameRecord[i]; in _hb_rename_font() 393 unsigned char *p = &OT::StructAfter<unsigned char> (name); in _hb_rename_font() 401 const OT::OpenTypeFontFile &file = * (OT::OpenTypeFontFile *) (new_sfnt_data); in _hb_rename_font() 407 const OT::OpenTypeFontFace &face = file.get_face (face_index); in _hb_rename_font() 411 OT::TableRecord &record = const_cast<OT::TableRecord &> (face.get_table (index)); in _hb_rename_font()
|
D | hb-ot-maxp-table.hh | 33 namespace OT { namespace
|
D | hb-ot-hmtx-table.hh | 33 namespace OT { namespace
|
D | hb-ot-glyf-table.hh | 33 namespace OT { namespace
|
D | hb-ot-head-table.hh | 35 namespace OT { namespace
|
D | hb-ot-os2-table.hh | 33 namespace OT { namespace
|
D | hb-ot-hhea-table.hh | 33 namespace OT { namespace
|
D | hb-ot-shape-fallback.cc | 442 OT::hb_apply_context_t c (1, font, buffer); in _hb_ot_shape_fallback_kern() 444 c.set_lookup_props (OT::LookupFlag::IgnoreMarks); in _hb_ot_shape_fallback_kern() 445 OT::hb_apply_context_t::skipping_iterator_t &skippy_iter = c.iter_input; in _hb_ot_shape_fallback_kern()
|
D | hb-ot-name-table.hh | 33 namespace OT { namespace
|
D | hb-ot-layout-jstf-table.hh | 34 namespace OT { namespace
|
D | main.cc | 39 using namespace OT;
|
D | hb-open-file-private.hh | 35 namespace OT { namespace
|
D | hb-ot-layout-common-private.hh | 45 namespace OT { namespace 587 HB_MARK_AS_FLAG_T (OT::LookupFlag::Flags); 588 namespace OT { namespace
|
/external/opencv3/modules/cudalegacy/src/cuda/ |
D | fgd.cu | 291 template <typename PT, typename CT, typename OT> 323 OT v1 = c_stat.V1_CC<OT>(i, j, k); in bgfgClassification() 324 OT v2 = c_stat.V2_CC<OT>(i, j, k); in bgfgClassification() 350 OT v = c_stat.V_C<OT>(i, j, k); in bgfgClassification() 370 template <typename PT, typename CT, typename OT> 377 … cudaSafeCall( cudaFuncSetCacheConfig(bgfgClassification<PT, CT, OT>, cudaFuncCachePreferL1) ); in bgfgClassification_gpu() 379 …bgfgClassification<PT, CT, OT><<<grid, block, 0, stream>>>((PtrStepSz<PT>)prevFrame, (PtrStepSz<CT… in bgfgClassification_gpu() 400 …template <typename PT, typename CT, typename OT, class PrevFramePtr2D, class CurFramePtr2D, class … 402 PtrStepb foreground, PtrStep<OT> background, in updateBackgroundModel() 450 OT v1 = c_stat.V1_CC<OT>(i, j, k); in updateBackgroundModel() [all …]
|
D | fgd.hpp | 177 template <typename PT, typename CT, typename OT> 182 template <typename PT, typename CT, typename OT>
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/docs/ |
D | formats.txt | 63 --- SFNT PS CFF --- cff OT spec, 5176.CFF.pdf 65 MAC SFNT PS CFF --- cff OT spec, 5176.CFF.pdf 67 --- SFNT PS CFF CID cff OT spec, 5176.CFF.pdf 68 MAC SFNT PS CFF CID cff OT spec, 5176.CFF.pdf 69 --- SFNT PS CFF SYNTHETIC --- OT spec, 5176.CFF.pdf 70 MAC SFNT PS CFF SYNTHETIC --- OT spec, 5176.CFF.pdf 73 --- SFNT TT MACSBIT --- sfnt OT spec (for the Mac; 75 MAC SFNT TT MACSBIT --- sfnt OT spec (for the Mac; 77 --- SFNT TT --- --- truetype OT spec (`normal' TT font) 78 MAC SFNT TT --- --- truetype OT spec (`normal' TT font) [all …]
|
/external/clang/test/SemaTemplate/ |
D | dependent-expr.cpp | 46 template<typename OT> int myMethod() in myMethod() 47 { return 2 && sizeof(OT); } in myMethod()
|
/external/tcpdump/tests/ |
D | bgp_vpn_attrset.out | 7 Extended Community (16), length: 8, Flags [OT]: 9 Attribute Set (128), length: 36, Flags [OT]:
|
/external/llvm/utils/TableGen/ |
D | CodeGenInstruction.h | 109 const std::string &EMN, const std::string &OT, unsigned MION, in OperandInfo() 112 OperandType(OT), MIOperandNo(MION), MINumOperands(MINO), in OperandInfo()
|