Home
last modified time | relevance | path

Searched defs:CMapId (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/tools/subsetter/
Dsubsetter.cc98 CMapIdList* Subsetter::CMapId() { in CMapId() function in sfntly::Subsetter
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/
Dcmap_table.h52 struct CMapId { struct
55 bool operator==(const CMapId& obj) const { argument
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
DCMapTable.java158 public static final class CMapId implements Comparable<CMapId> { class in CMapTable
174 private CMapId(int platformId, int encodingId) { in CMapId() method in CMapTable.CMapId