/external/harfbuzz_ng/src/ |
D | hb-ot-color-cbdt-table.hh | 208 firstGlyphIndex <= lastGlyphIndex && in sanitize() 209 offsetToSubtable.sanitize (c, base, lastGlyphIndex - firstGlyphIndex + 1)); in sanitize() 224 if (gid < firstGlyphIndex || gid > lastGlyphIndex) return false; in get_image_data() 225 return (base+offsetToSubtable).get_image_data (gid - firstGlyphIndex, in get_image_data() 229 GlyphID firstGlyphIndex; member 251 unsigned int firstGlyphIndex = indexSubtablesZ[i].firstGlyphIndex; in find_table() local 253 if (firstGlyphIndex <= glyph && glyph <= lastGlyphIndex) in find_table()
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | E_B_L_C_.py | 104 (firstGlyphIndex, lastGlyphIndex, additionalOffsetToIndexSubtable) = tup 112 indexSubTable.firstGlyphIndex = firstGlyphIndex 181 indexSubTable.firstGlyphIndex = min(glyphIds) 186 curTable.startGlyphIndex = min(ist.firstGlyphIndex for ist in curStrike.indexSubTables) 190 …data = struct.pack(indexSubHeaderFormat, i.firstGlyphIndex, i.lastGlyphIndex, i.additionalOffsetTo… 360 ('firstGlyphIndex', self.firstGlyphIndex), 380 self.firstGlyphIndex = safeEval(attrs['firstGlyphIndex']) 437 numGlyphs = self.lastGlyphIndex - self.firstGlyphIndex + 1 442 glyphIds = list(range(self.firstGlyphIndex, self.lastGlyphIndex+1)) 464 allGlyphIds = list(range(self.firstGlyphIndex, self.lastGlyphIndex+1)) [all …]
|
/external/skqp/src/sfnt/ |
D | SkOTTable_EBLC.h | 86 SK_OT_USHORT firstGlyphIndex; //first glyph code of this range member
|
/external/skia/src/sfnt/ |
D | SkOTTable_EBLC.h | 86 SK_OT_USHORT firstGlyphIndex; //first glyph code of this range member
|
/external/mesa3d/include/GLES2/ |
D | gl2ext.h | 3055 …Lenum fontTarget, const void *fontName, GLbitfield fontStyle, GLuint firstGlyphIndex, GLsizei numG… 3056 …GLsizeiptr fontSize, const void *fontData, GLsizei faceIndex, GLuint firstGlyphIndex, GLsizei numG… 3113 …Lenum fontTarget, const void *fontName, GLbitfield fontStyle, GLuint firstGlyphIndex, GLsizei numG… 3114 …GLsizeiptr fontSize, const void *fontData, GLsizei faceIndex, GLuint firstGlyphIndex, GLsizei numG…
|
/external/swiftshader/include/GLES2/ |
D | gl2ext.h | 3133 …Lenum fontTarget, const void *fontName, GLbitfield fontStyle, GLuint firstGlyphIndex, GLsizei numG… 3134 …GLsizeiptr fontSize, const void *fontData, GLsizei faceIndex, GLuint firstGlyphIndex, GLsizei numG… 3210 …Lenum fontTarget, const void *fontName, GLbitfield fontStyle, GLuint firstGlyphIndex, GLsizei numG… 3211 …GLsizeiptr fontSize, const void *fontData, GLsizei faceIndex, GLuint firstGlyphIndex, GLsizei numG…
|
/external/swiftshader/include/GL/ |
D | glcorearb.h | 5370 …Lenum fontTarget, const void *fontName, GLbitfield fontStyle, GLuint firstGlyphIndex, GLsizei numG… 5371 …GLsizeiptr fontSize, const void *fontData, GLsizei faceIndex, GLuint firstGlyphIndex, GLsizei numG… 5428 …Lenum fontTarget, const void *fontName, GLbitfield fontStyle, GLuint firstGlyphIndex, GLsizei numG… 5429 …GLsizeiptr fontSize, const void *fontData, GLsizei faceIndex, GLuint firstGlyphIndex, GLsizei numG…
|
D | glext.h | 10442 …Lenum fontTarget, const void *fontName, GLbitfield fontStyle, GLuint firstGlyphIndex, GLsizei numG… 10443 …GLsizeiptr fontSize, const void *fontData, GLsizei faceIndex, GLuint firstGlyphIndex, GLsizei numG… 10507 …Lenum fontTarget, const void *fontName, GLbitfield fontStyle, GLuint firstGlyphIndex, GLsizei numG… 10508 …GLsizeiptr fontSize, const void *fontData, GLsizei faceIndex, GLuint firstGlyphIndex, GLsizei numG…
|
/external/mesa3d/include/GL/ |
D | glcorearb.h | 5330 …Lenum fontTarget, const void *fontName, GLbitfield fontStyle, GLuint firstGlyphIndex, GLsizei numG… 5331 …GLsizeiptr fontSize, const void *fontData, GLsizei faceIndex, GLuint firstGlyphIndex, GLsizei numG… 5388 …Lenum fontTarget, const void *fontName, GLbitfield fontStyle, GLuint firstGlyphIndex, GLsizei numG… 5389 …GLsizeiptr fontSize, const void *fontData, GLsizei faceIndex, GLuint firstGlyphIndex, GLsizei numG…
|
D | glext.h | 10400 …Lenum fontTarget, const void *fontName, GLbitfield fontStyle, GLuint firstGlyphIndex, GLsizei numG… 10401 …GLsizeiptr fontSize, const void *fontData, GLsizei faceIndex, GLuint firstGlyphIndex, GLsizei numG… 10465 …Lenum fontTarget, const void *fontName, GLbitfield fontStyle, GLuint firstGlyphIndex, GLsizei numG… 10466 …GLsizeiptr fontSize, const void *fontData, GLsizei faceIndex, GLuint firstGlyphIndex, GLsizei numG…
|