Searched refs:startCode (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/ |
D | CMapFormat4.java | 40 int startCode = startCode(segment); in glyphId() local 42 return retrieveGlyphId(segment, startCode, character); in glyphId() 53 public int retrieveGlyphId(int segment, int startCode, int character) { in retrieveGlyphId() argument 54 if (character < startCode) { in retrieveGlyphId() 62 idRangeOffset + this.idRangeOffsetLocation(segment) + 2 * (character - startCode)); in retrieveGlyphId() 84 public int startCode(int segment) { in startCode() method in CMapFormat4 86 return startCode(this.data, this.segCount, segment); in startCode() 99 private static int startCode(ReadableFontData data, int segCount, int index) { in startCode() method in CMapFormat4 100 int startCode = in startCode() local 102 return startCode; in startCode() [all …]
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/ |
D | CMapTableBuilder.java | 51 private final int startCode; field in CMapTableBuilder.CMap4Segment 55 CMap4Segment(int startCode, int endCode) { in CMap4Segment() argument 56 this.startCode = startCode; in CMap4Segment() 76 return startCode; in getStartCode()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-cmap-table.hh | 137 HBUINT16 *startCode = c->start_embed<HBUINT16> (); in serialize_startcode_array() local 160 return startCode; in serialize_startcode_array() 168 HBUINT16 *startCode, in serialize_idDelta_array() 176 if ((char *)idDelta - (char *)startCode != (int) segcount * (int) HBINT16::static_size) in serialize_idDelta_array() 181 if (_.first == startCode[i]) in serialize_idDelta_array() 191 if (use_delta) delta = (int)start_gid - (int)startCode[i]; in serialize_idDelta_array() 217 HBUINT16 *startCode, in serialize_rangeoffset_glyid() 232 for (hb_codepoint_t cp = startCode[i]; cp <= endCode[i]; cp++) in serialize_rangeoffset_glyid() 270 HBUINT16 *startCode = serialize_startcode_array (c, format4_iter); in serialize() local 271 if (unlikely (!startCode)) return; in serialize() [all …]
|
/third_party/skia/third_party/externals/sfntly/doc/ |
D | SfntlyCPlusPlusNotes.md | 47 **`startCode`**, an **`endCode`** (the minimum and maximum code points 59 glyphIndex = *(&idRangeOffset[i] + idRangeOffset[i] / 2 + (c - startCode[i]))
|
/third_party/cups-filters/fontembed/ |
D | sfnt.c | 771 const unsigned short startCode=get_USHORT(result); in otf_from_unicode() local 772 if (startCode>unicode) { in otf_from_unicode() 778 …return get_USHORT(result+rangeOffset+2*(unicode-startCode)); // the so called "obscure indexing tr… in otf_from_unicode()
|
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/ |
D | CMapEditingTests.java | 175 assertEquals(newStartCode, cmap4.startCode(segmentModified)); in testCMap4Editing()
|
/third_party/skia/third_party/externals/harfbuzz/perf/texts/ |
D | en-words.txt | 10196 startCode
|