Lines Matching defs:validate
360 def readGlyph(self, glyphName, glyphObject=None, pointPen=None, validate=None): argument
411 …teGlyph(self, glyphName, glyphObject=None, drawPointsFunc=None, formatVersion=None, validate=None): argument
617 validate=True, argument
698 validate=True, argument
760 validate=True, argument
816 def _writeAdvance(glyphObject, element, validate): argument
836 def _writeUnicodes(glyphObject, element, validate): argument
850 def _writeNote(glyphObject, element, validate): argument
858 def _writeImage(glyphObject, element, validate): argument
872 def _writeGuidelines(glyphObject, element, identifiers, validate): argument
901 def _writeAnchorsFormat1(pen, anchors, validate): argument
917 def _writeAnchors(glyphObject, element, identifiers, validate): argument
941 def _writeLib(glyphObject, element, validate): argument
1045 validate=True, argument
1086 def _readGlyphFromTreeFormat1(tree, glyphObject=None, pointPen=None, validate=None, **kwargs): argument
1135 tree, glyphObject=None, pointPen=None, validate=None, formatMinor=0 argument
1229 def _readName(glyphObject, root, validate): argument
1247 def _readLib(glyphObject, lib, validate): argument
1257 def _readImage(glyphObject, image, validate): argument
1280 def buildOutlineFormat1(glyphObject, pen, outline, validate): argument
1303 def _buildAnchorFormat1(point, validate): argument
1320 def _buildOutlineContourFormat1(pen, contour, validate): argument
1338 def _buildOutlineComponentFormat1(pen, component, validate): argument
1360 def buildOutlineFormat2(glyphObject, pen, outline, identifiers, validate): argument
1369 def _buildOutlineContourFormat2(pen, contour, identifiers, validate): argument
1392 def _buildOutlinePointsFormat2(pen, contour, identifiers, validate): argument
1413 def _buildOutlineComponentFormat2(pen, component, identifiers, validate): argument
1447 …MassagePointStructures(contour, pointAttributes, openContourOffCurveLeniency=False, validate=True): argument
1711 def __init__(self, element, formatVersion=None, identifiers=None, validate=True): argument