OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:imageFormatTag
(Results
1 - 2
of
2
) sorted by null
/external/fonttools/Lib/fontTools/ttLib/tables/
sbixBitmap.py
12
imageFormatTag
: 4s # e.g. "png "
19
def __init__(self, glyphName=None, referenceGlyphName=None, usReserved1=0, usReserved2=0,
imageFormatTag
=None, imageData=None, rawdata=None, gid=0):
26
self.
imageFormatTag
=
imageFormatTag
42
if self.
imageFormatTag
== "dupe":
60
if self.
imageFormatTag
is None:
66
if self.
imageFormatTag
== None:
73
xmlWriter.begintag("bitmap", format=self.
imageFormatTag
, glyphname=self.glyphName)
79
if self.
imageFormatTag
== "dupe":
sbixBitmapSet.py
129
myBitmap = Bitmap(glyphName=myGlyphName,
imageFormatTag
=myFormat)
Completed in 91 milliseconds