Home
last modified time | relevance | path

Searched refs:offsetArray (Results 1 – 2 of 2) sorted by relevance

/external/fonttools/Lib/fontTools/ttLib/tables/
DE_B_L_C_.py486 offsetArray = [
492 modifiedOffsets = [offset + self.imageDataOffset for offset in offsetArray]
532 offsetArray = [offset - self.imageDataOffset for offset in offsets]
536 struct.pack(dataFormat, offsetValue) for offsetValue in offsetArray
539 if offsetDataSize * len(offsetArray) % 4 != 0:
/external/pdfium/third_party/libtiff/
Dtif_dirread.c7674 uint64_t *offsetArray; in _TIFFFetchStrileValue() local
7715 offsetArray = (uint64_t *)(_TIFFreallocExt(tif, td->td_stripoffset_p, in _TIFFFetchStrileValue()
7719 if (offsetArray) in _TIFFFetchStrileValue()
7720 td->td_stripoffset_p = offsetArray; in _TIFFFetchStrileValue()
7723 if (offsetArray && bytecountArray) in _TIFFFetchStrileValue()