Home
last modified time | relevance | path

Searched refs:CFF (Results 1 - 21 of 21) sorted by relevance

/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/
H A Dtag.cc40 const int32_t Tag::CFF = TAG('C', 'F', 'F', ' '); member in sfntly::Tag
82 Tag::CFF };
H A Dtag.h50 static const int32_t CFF; member
H A Dfont.cc202 if (HasTable(Tag::CFF)) { in DefaultTableOrdering()
/third_party/skia/src/sfnt/
H A DSkOTTable_maxp.h27 struct CFF : SkOTTableMaximumProfile_CFF { } cff; struct
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-subset-cff-common.hh35 namespace CFF { namespace
971 } /* namespace CFF */
976 const CFF::FDSelect &src, /* IN */
980 hb_vector_t<CFF::code_pair_t> &fdselect_ranges /* OUT */,
986 const CFF::FDSelect &src,
990 const hb_vector_t<CFF::code_pair_t> &fdselect_ranges);
H A Dhb-cff-interp-dict-common.hh31 namespace CFF { namespace
82 /* Turns CFF's BCD format into strtod understandable string */
199 } /* namespace CFF */
H A Dhb-cff1-interp-cs.hh32 namespace CFF { namespace
159 } /* namespace CFF */
H A Dhb-subset-cff-common.cc39 using namespace CFF;
H A Dhb-ot-cff2-table.hh34 namespace CFF { namespace
37 * CFF2 -- Compact Font Format (CFF) Version 2
380 } /* namespace CFF */
384 using namespace CFF;
H A Dhb-cff2-interp-cs.hh32 namespace CFF { namespace
270 } /* namespace CFF */
H A Dhb-ot-cff2-table.cc35 using namespace CFF;
H A Dhb-cff-interp-common.hh29 namespace CFF { namespace
39 #define OpCode_version 0 /* CFF Top */
40 #define OpCode_Notice 1 /* CFF Top */
41 #define OpCode_FullName 2 /* CFF Top */
42 #define OpCode_FamilyName 3 /* CFF Top */
43 #define OpCode_Weight 4 /* CFF Top */
44 #define OpCode_FontBBox 5 /* CFF Top */
45 #define OpCode_BlueValues 6 /* CFF Private, CFF2 Private */
46 #define OpCode_OtherBlues 7 /* CFF Private, CFF2 Private */
47 #define OpCode_FamilyBlues 8 /* CFF Privat
[all...]
H A Dhb-ot-cff1-table.cc36 using namespace CFF;
H A Dhb-subset-cff2.cc39 using namespace CFF;
H A Dhb-ot-cff1-table.hh40 namespace CFF { namespace
43 * CFF -- Compact Font Format (CFF)
44 * https://www.adobe.com/content/dam/acom/en/devnet/font/pdfs/5176.CFF.pdf
981 } /* namespace CFF */
985 using namespace CFF;
1393 FixedVersion<HBUINT8> version; /* Version of CFF table. set to 0x0100u */
H A Dhb-ot-cff-common.hh35 namespace CFF { namespace
85 /* CFF INDEX */
620 } /* namespace CFF */
H A Dhb-subset-cff1.cc40 using namespace CFF;
H A Dhb-cff-interp-cs-common.hh32 namespace CFF { namespace
909 } /* namespace CFF */
/third_party/skia/third_party/externals/freetype/include/freetype/
H A Dftmoderr.h156 FT_MODERRDEF( CFF, 0x500, "CFF module" )
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/
H A DTag.java56 public static final int CFF = Tag.intValue(new byte[]{'C', 'F', 'F', ' '}); field in Tag
H A DFont.java105 Tag.CFF};
584 if (this.hasTable(Tag.CFF)) { in defaultTableOrdering()

Completed in 23 milliseconds