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

  /external/fonttools/Lib/fontTools/ttLib/tables/
E_B_L_C_.py 102 (indexFormat, imageFormat, imageDataOffset) = tup
111 indexSubTable.imageDataOffset = imageDataOffset
346 return struct.pack(indexSubHeaderFormat, self.indexFormat, self.imageFormat, self.imageDataOffset)
437 modifiedOffsets = [offset + self.imageDataOffset for offset in offsetArray]
472 # allows imageDataOffset to not be required to be in the XML version.
473 self.imageDataOffset = min(offsets)
474 offsetArray = [offset - self.imageDataOffset for offset in offsets]
525 offsets = [self.imageSize * i + self.imageDataOffset for i in range(len(glyphIds)+1)]
533 self.imageDataOffset = min(zip(*self.locations)[0]
    [all...]
  /external/skia/src/sfnt/
SkOTTable_EBLC.h 96 SK_OT_ULONG imageDataOffset; //offset to image data in 'EBDT' table
103 //glyphData = offsetArray[glyphIndex - firstGlyphIndex] + imageDataOffset
117 //glyphData = offsetArray[glyphIndex - firstGlyphIndex] + imageDataOffset

Completed in 892 milliseconds