Home
last modified time | relevance | path

Searched refs:graphicType (Results 1 – 4 of 4) sorted by relevance

/external/fonttools/Lib/fontTools/ttLib/tables/
DsbixGlyph.py23 …hName=None, referenceGlyphName=None, originOffsetX=0, originOffsetY=0, graphicType=None, imageData… argument
30 self.graphicType = graphicType
34 if self.graphicType is not None:
35 if self.graphicType[-1] == "\0":
36 self.graphicType = self.graphicType[:-1]
37 if len(self.graphicType) > 4:
40 elif len(self.graphicType) < 4:
42 self.graphicType += " "[:(4 - len(self.graphicType))]
57 if self.graphicType == "dupe":
75 if self.graphicType is None:
[all …]
DsbixStrike.py136 graphicType=myFormat,
/external/harfbuzz_ng/src/
Dhb-ot-color-sbix-table.hh51 Tag graphicType; /* Indicates the format of the embedded graphic member
99 if (glyph->graphicType == HB_TAG ('d','u','p','e')) in get_glyph_blob()
110 if (unlikely (file_type != glyph->graphicType)) in get_glyph_blob()
/external/freetype/src/sfnt/
Dttsbit.c1476 FT_Tag graphicType; in tt_face_load_sbix_image() local
1529 graphicType = FT_GET_TAG4(); in tt_face_load_sbix_image()
1531 switch ( graphicType ) in tt_face_load_sbix_image()