OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:imageDataOffset
(Results
1 - 4
of
4
) 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
94
SK_OT_ULONG
imageDataOffset
; //offset to image data in 'EBDT' table
101
//glyphData = offsetArray[glyphIndex - firstGlyphIndex] +
imageDataOffset
115
//glyphData = offsetArray[glyphIndex - firstGlyphIndex] +
imageDataOffset
/external/skqp/src/sfnt/
SkOTTable_EBLC.h
94
SK_OT_ULONG
imageDataOffset
; //offset to image data in 'EBDT' table
101
//glyphData = offsetArray[glyphIndex - firstGlyphIndex] +
imageDataOffset
115
//glyphData = offsetArray[glyphIndex - firstGlyphIndex] +
imageDataOffset
/external/harfbuzz_ng/src/
hb-ot-cbdt-table.hh
107
UINT32
imageDataOffset
;
129
*offset = header.
imageDataOffset
+ offsetArrayZ[idx];
Completed in 198 milliseconds