Searched refs:firstGlyphIndex (Results 1 – 6 of 6) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-cbdt-table.hh | 195 firstGlyphIndex <= lastGlyphIndex && in sanitize() 196 offsetToSubtable.sanitize (c, this, lastGlyphIndex - firstGlyphIndex + 1)); in sanitize() 209 if (gid < firstGlyphIndex || gid > lastGlyphIndex) in get_image_data() 213 return (this+offsetToSubtable).get_image_data (gid - firstGlyphIndex, in get_image_data() 217 USHORT firstGlyphIndex; member 242 unsigned int firstGlyphIndex = indexSubtablesZ[i].firstGlyphIndex; in find_table() local 244 if (firstGlyphIndex <= glyph && glyph <= lastGlyphIndex) { in find_table()
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | E_B_L_C_.py | 97 (firstGlyphIndex, lastGlyphIndex, additionalOffsetToIndexSubtable) = tup 106 indexSubTable.firstGlyphIndex = firstGlyphIndex 174 indexSubTable.firstGlyphIndex = min(glyphIds) 179 curTable.startGlyphIndex = min(ist.firstGlyphIndex for ist in curStrike.indexSubTables) 183 …data = struct.pack(indexSubHeaderFormat, i.firstGlyphIndex, i.lastGlyphIndex, i.additionalOffsetTo… 354 ('firstGlyphIndex', self.firstGlyphIndex), 374 self.firstGlyphIndex = safeEval(attrs['firstGlyphIndex']) 431 numGlyphs = self.lastGlyphIndex - self.firstGlyphIndex + 1 436 glyphIds = list(range(self.firstGlyphIndex, self.lastGlyphIndex+1)) 457 allGlyphIds = list(range(self.firstGlyphIndex, self.lastGlyphIndex+1)) [all …]
|
/external/skia/src/sfnt/ |
D | SkOTTable_EBLC.h | 86 SK_OT_USHORT firstGlyphIndex; //first glyph code of this range member
|
/external/swiftshader/include/GLES2/ |
D | gl2ext.h | 2569 …Lenum fontTarget, const void *fontName, GLbitfield fontStyle, GLuint firstGlyphIndex, GLsizei numG… 2570 …GLsizeiptr fontSize, const void *fontData, GLsizei faceIndex, GLuint firstGlyphIndex, GLsizei numG… 2627 …Lenum fontTarget, const void *fontName, GLbitfield fontStyle, GLuint firstGlyphIndex, GLsizei numG… 2628 …GLsizeiptr fontSize, const void *fontData, GLsizei faceIndex, GLuint firstGlyphIndex, GLsizei numG…
|
/external/mesa3d/include/GLES2/ |
D | gl2ext.h | 2801 …Lenum fontTarget, const void *fontName, GLbitfield fontStyle, GLuint firstGlyphIndex, GLsizei numG… 2802 …GLsizeiptr fontSize, const void *fontData, GLsizei faceIndex, GLuint firstGlyphIndex, GLsizei numG… 2859 …Lenum fontTarget, const void *fontName, GLbitfield fontStyle, GLuint firstGlyphIndex, GLsizei numG… 2860 …GLsizeiptr fontSize, const void *fontData, GLsizei faceIndex, GLuint firstGlyphIndex, GLsizei numG…
|
/external/mesa3d/include/GL/ |
D | glext.h | 10035 …Lenum fontTarget, const void *fontName, GLbitfield fontStyle, GLuint firstGlyphIndex, GLsizei numG… 10036 …GLsizeiptr fontSize, const void *fontData, GLsizei faceIndex, GLuint firstGlyphIndex, GLsizei numG… 10100 …Lenum fontTarget, const void *fontName, GLbitfield fontStyle, GLuint firstGlyphIndex, GLsizei numG… 10101 …GLsizeiptr fontSize, const void *fontData, GLsizei faceIndex, GLuint firstGlyphIndex, GLsizei numG…
|