Searched refs:graphicType (Results 1 – 4 of 4) sorted by relevance
23 …hName=None, referenceGlyphName=None, originOffsetX=0, originOffsetY=0, graphicType=None, imageData… argument30 self.graphicType = graphicType34 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 …]
136 graphicType=myFormat,
51 Tag graphicType; /* Indicates the format of the embedded graphic member99 if (glyph->graphicType == HB_TAG ('d','u','p','e')) in get_glyph_blob()110 if (unlikely (file_type != glyph->graphicType)) in get_glyph_blob()
1476 FT_Tag graphicType; in tt_face_load_sbix_image() local1529 graphicType = FT_GET_TAG4(); in tt_face_load_sbix_image()1531 switch ( graphicType ) in tt_face_load_sbix_image()