Searched refs:firstGlyphIndex (Results 1 - 5 of 5) sorted by relevance

/external/fonttools/Lib/fontTools/ttLib/tables/
H A DE_B_L_C_.py97 (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.additionalOffsetToIndexSubtable)
235 writer.comment('GlyphIds are written but not read. The firstGlyphIndex and\nlastGlyphIndex values will be recalculated by the compiler.')
354 ('firstGlyphIndex', self.firstGlyphIndex),
374 self.firstGlyphIndex
[all...]
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DE_B_L_C_.py97 (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.additionalOffsetToIndexSubtable)
235 writer.comment('GlyphIds are written but not read. The firstGlyphIndex and\nlastGlyphIndex values will be recalculated by the compiler.')
354 ('firstGlyphIndex', self.firstGlyphIndex),
374 self.firstGlyphIndex
[all...]
/external/chromium_org/third_party/skia/src/sfnt/
H A DSkOTTable_EBLC.h88 SK_OT_USHORT firstGlyphIndex; //first glyph code of this range member in struct:SkOTTableEmbeddedBitmapLocation::IndexSubTableArray
102 //SK_OT_ULONG offsetArray[lastGlyphIndex - firstGlyphIndex + 1 + 1]; //last element points to one past end of last glyph
103 //glyphData = offsetArray[glyphIndex - firstGlyphIndex] + imageDataOffset
116 //SK_OT_USHORT offsetArray[lastGlyphIndex - firstGlyphIndex + 1 + 1]; //last element points to one past end of last glyph, may have extra element to force even number of elements
117 //glyphData = offsetArray[glyphIndex - firstGlyphIndex] + imageDataOffset
/external/skia/src/sfnt/
H A DSkOTTable_EBLC.h88 SK_OT_USHORT firstGlyphIndex; //first glyph code of this range member in struct:SkOTTableEmbeddedBitmapLocation::IndexSubTableArray
102 //SK_OT_ULONG offsetArray[lastGlyphIndex - firstGlyphIndex + 1 + 1]; //last element points to one past end of last glyph
103 //glyphData = offsetArray[glyphIndex - firstGlyphIndex] + imageDataOffset
116 //SK_OT_USHORT offsetArray[lastGlyphIndex - firstGlyphIndex + 1 + 1]; //last element points to one past end of last glyph, may have extra element to force even number of elements
117 //glyphData = offsetArray[glyphIndex - firstGlyphIndex] + imageDataOffset
/external/chromium_org/third_party/skia/include/gpu/gl/
H A DGrGLFunctions.h256 typedef GrGLenum (GR_GL_FUNCTION_TYPE* GrGLPathMemoryGlyphIndexArrayProc)(GrGLuint firstPathName, GrGLenum fontTarget, GrGLsizeiptr fontSize, const GrGLvoid *fontData, GrGLsizei faceIndex, GrGLuint firstGlyphIndex, GrGLsizei numGlyphs, GrGLuint pathParameterTemplate, GrGLfloat emScale);

Completed in 202 milliseconds