HomeSort by relevance Sort by last modified time
    Searched refs:OT (Results 1 - 25 of 33) sorted by null

1 2

  /external/harfbuzz_ng/src/
hb-ot-shape-complex-arabic-fallback.hh 32 #include "hb-ot-shape-private.hh"
33 #include "hb-ot-layout-gsub-table.hh"
55 static OT::SubstLookup *
60 OT::GlyphID glyphs[SHAPING_TABLE_LAST - SHAPING_TABLE_FIRST + 1];
61 OT::GlyphID substitutes[SHAPING_TABLE_LAST - SHAPING_TABLE_FIRST + 1];
85 hb_bubble_sort (&glyphs[0], num_glyphs, OT::GlyphID::cmp, &substitutes[0]);
87 OT::Supplier<OT::GlyphID> glyphs_supplier (glyphs, num_glyphs);
88 OT::Supplier<OT::GlyphID> substitutes_supplier (substitutes, num_glyphs)
    [all...]
hb-ot-layout.cc 31 #include "hb-ot-layout-private.hh"
33 #include "hb-ot-layout-gdef-table.hh"
34 #include "hb-ot-layout-gsub-table.hh"
35 #include "hb-ot-layout-gpos-table.hh"
41 HB_SHAPER_DATA_ENSURE_DECLARE(ot, face)
50 layout->gdef_blob = OT::Sanitizer<OT::GDEF>::sanitize (face->reference_table (HB_OT_TAG_GDEF));
51 layout->gdef = OT::Sanitizer<OT::GDEF>::lock_instance (layout->gdef_blob);
53 layout->gsub_blob = OT::Sanitizer<OT::GSUB>::sanitize (face->reference_table (HB_OT_TAG_GSUB))
    [all...]
hb-ot-hmtx-table.hh 33 namespace OT {
89 } /* namespace OT */
hb-ot-maxp-table.hh 33 namespace OT {
66 } /* namespace OT */
hb-ot-hhea-table.hh 33 namespace OT {
94 } /* namespace OT */
hb-ot-head-table.hh 35 namespace OT {
146 } /* namespace OT */
hb-ot-layout-private.hh 34 #include "hb-ot-layout.h"
98 #define hb_ot_layout_from_face(face) ((hb_ot_layout_t *) face->shaper_data.ot)
241 namespace OT {
253 const struct OT::GDEF *gdef;
254 const struct OT::GSUB *gsub;
255 const struct OT::GPOS *gpos;
hb-font.cc 31 #include "hb-ot-layout-private.hh"
36 #include "hb-ot-head-table.hh"
37 #include "hb-ot-maxp-table.hh"
595 const OT::OpenTypeFontFile &ot_file = *OT::Sanitizer<OT::OpenTypeFontFile>::lock_instance (data->blob);
596 const OT::OpenTypeFontFace &ot_face = ot_file.get_face (data->index);
598 const OT::OpenTypeTable &table = ot_face.get_table_by_tag (tag);
614 hb_face_for_data_closure_t *closure = _hb_face_for_data_closure_create (OT::Sanitizer<OT::OpenTypeFontFile>::sanitize (hb_blob_reference (blob)), index)
    [all...]
hb-uniscribe.cc 38 #include "hb-ot-name-table.hh"
39 #include "hb-ot-tag.h"
122 hb_blob_t *blob = OT::Sanitizer<OT::name>::sanitize (hb_face_reference_table (font->face, HB_TAG ('n','a','m','e')));
123 const OT::name *name_table = OT::Sanitizer<OT::name>::lock_instance (blob);
hb-ot-name-table.hh 33 namespace OT {
129 } /* namespace OT */
hb-ot-shape-fallback.cc 27 #include "hb-ot-shape-fallback-private.hh"
28 #include "hb-ot-layout-gsubgpos-private.hh"
423 OT::hb_apply_context_t c (1, font, buffer, kern_mask, true/*auto_zwj*/);
424 c.set_lookup_props (OT::LookupFlag::IgnoreMarks);
428 OT::hb_apply_context_t::skipping_forward_iterator_t skippy_iter (&c, buffer->idx, 1);
hb-open-file-private.hh 35 namespace OT {
258 } /* namespace OT */
main.cc 29 #include "hb-ot-layout-gdef-table.hh"
30 #include "hb-ot-layout-gsubgpos-private.hh"
39 using namespace OT;
68 const OpenTypeFontFile &ot = *CastP<OpenTypeFontFile> (font_data); local
70 switch (ot.get_tag ()) {
91 int num_fonts = ot.get_face_count ();
94 const OpenTypeFontFace &font = ot.get_face (n_font);
hb-ot-layout-gdef-table.hh 32 #include "hb-ot-layout-common-private.hh"
37 namespace OT {
428 } /* namespace OT */
  /external/clang/test/SemaTemplate/
dependent-expr.cpp 46 template<typename OT> int myMethod()
47 { return 2 && sizeof(OT); }
  /frameworks/compile/slang/
slang.h 164 OutputType OT);
195 void setOutputType(OutputType OT) { mOT = OT; }
slang_backend.h 109 Slang::OutputType OT);
slang_rs_backend.h 85 Slang::OutputType OT,
slang_rs.h 89 Slang::OutputType OT);
slang.cpp 258 llvm::raw_ostream *OS, OutputType OT) {
260 &mPragmas, OS, OT);
slang_backend.cpp 210 Slang::OutputType OT)
215 mOT(OT),
slang_rs.cpp 238 Slang::OutputType OT) {
245 OT,
slang_rs_backend.cpp 55 Slang::OutputType OT,
59 : Backend(DiagEngine, CodeGenOpts, TargetOpts, Pragmas, OS, OT),
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 108 const std::string &EMN, const std::string &OT, unsigned MION,
111 OperandType(OT), MIOperandNo(MION), MINumOperands(MINO),
  /external/clang/lib/CodeGen/
CGRTTI.cpp 739 void RTTIBuilder::BuildObjCObjectTypeInfo(const ObjCObjectType *OT) {
741 const Type *T = OT->getBaseType().getTypePtr();
    [all...]

Completed in 511 milliseconds

1 2