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

1 2 3

  /external/chromium_org/third_party/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 */
  /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 */
  /external/clang/test/SemaTemplate/
dependent-expr.cpp 46 template<typename OT> int myMethod()
47 { return 2 && sizeof(OT); }
  /frameworks/compile/slang/
slang.h 165 OutputType OT);
196 void setOutputType(OutputType OT) { mOT = OT; }
slang_backend.h 109 Slang::OutputType OT);
slang_rs_backend.h 90 Slang::OutputType OT,
slang_rs.h 86 Slang::OutputType OT);

Completed in 595 milliseconds

1 2 3