HomeSort by relevance Sort by last modified time
    Searched refs:firstGlyphIndex (Results 1 - 4 of 4) sorted by null

  /external/fonttools/Lib/fontTools/ttLib/tables/
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.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 = safeEval(attrs['firstGlyphIndex']
    [all...]
  /external/chromium_org/third_party/skia/src/sfnt/
SkOTTable_EBLC.h 88 SK_OT_USHORT firstGlyphIndex; //first glyph code of this range
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/
SkOTTable_EBLC.h 88 SK_OT_USHORT firstGlyphIndex; //first glyph code of this range
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/
GrGLFunctions.h 256 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 169 milliseconds