Home
last modified time | relevance | path

Searched defs:startCode (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
DCMapFormat4.java40 int startCode = startCode(segment); in glyphId() local
53 public int retrieveGlyphId(int segment, int startCode, int character) { in retrieveGlyphId()
84 public int startCode(int segment) { in startCode() method in CMapFormat4
99 private static int startCode(ReadableFontData data, int segCount, int index) { in startCode() method in CMapFormat4
100 int startCode = in startCode() local
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/
DCMapTableBuilder.java51 private final int startCode; field in CMapTableBuilder.CMap4Segment
55 CMap4Segment(int startCode, int endCode) { in CMap4Segment()
/third_party/cups-filters/fontembed/
Dsfnt.c771 const unsigned short startCode=get_USHORT(result); in otf_from_unicode() local
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-cmap-table.hh137 HBUINT16 *startCode = c->start_embed<HBUINT16> (); in serialize_startcode_array() local
270 HBUINT16 *startCode = serialize_startcode_array (c, format4_iter); in serialize() local