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

  /external/harfbuzz_ng/src/
hb-ot-cbdt-table.hh 195 firstGlyphIndex <= lastGlyphIndex &&
196 offsetToSubtable.sanitize (c, this, lastGlyphIndex - firstGlyphIndex + 1));
209 if (gid < firstGlyphIndex || gid > lastGlyphIndex)
213 return (this+offsetToSubtable).get_image_data (gid - firstGlyphIndex,
217 UINT16 firstGlyphIndex;
242 unsigned int firstGlyphIndex = indexSubtablesZ[i].firstGlyphIndex;
244 if (firstGlyphIndex <= glyph && glyph <= lastGlyphIndex) {
  /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/skia/src/sfnt/
SkOTTable_EBLC.h 86 SK_OT_USHORT firstGlyphIndex; //first glyph code of this range
100 //SK_OT_ULONG offsetArray[lastGlyphIndex - firstGlyphIndex + 1 + 1]; //last element points to one past end of last glyph
101 //glyphData = offsetArray[glyphIndex - firstGlyphIndex] + imageDataOffset
114 //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
115 //glyphData = offsetArray[glyphIndex - firstGlyphIndex] + imageDataOffset
  /external/skqp/src/sfnt/
SkOTTable_EBLC.h 86 SK_OT_USHORT firstGlyphIndex; //first glyph code of this range
100 //SK_OT_ULONG offsetArray[lastGlyphIndex - firstGlyphIndex + 1 + 1]; //last element points to one past end of last glyph
101 //glyphData = offsetArray[glyphIndex - firstGlyphIndex] + imageDataOffset
114 //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
115 //glyphData = offsetArray[glyphIndex - firstGlyphIndex] + imageDataOffset
  /external/mesa3d/include/GLES2/
gl2ext.h     [all...]
  /external/swiftshader/include/GLES2/
gl2ext.h     [all...]
  /frameworks/native/opengl/include/GLES2/
gl2ext.h     [all...]
  /external/swiftshader/include/GL/
glcorearb.h     [all...]
glext.h     [all...]
  /external/mesa3d/include/GL/
glext.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/GL/
glext.h     [all...]

Completed in 1147 milliseconds