Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/ttLib/tables/
DsbixGlyph.py25 …hName=None, referenceGlyphName=None, originOffsetX=0, originOffsetY=0, graphicType=None, imageData… argument
32 self.graphicType = graphicType
36 if self.graphicType is not None:
37 if self.graphicType[-1] == "\0":
38 self.graphicType = self.graphicType[:-1]
39 if len(self.graphicType) > 4:
42 elif len(self.graphicType) < 4:
44 self.graphicType += " "[:(4 - len(self.graphicType))]
59 if self.graphicType == "dupe":
77 if self.graphicType is None:
[all …]
DsbixStrike.py138 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.c1477 FT_Tag graphicType; in tt_face_load_sbix_image() local
1530 graphicType = FT_GET_TAG4(); in tt_face_load_sbix_image()
1532 switch ( graphicType ) in tt_face_load_sbix_image()