Home
last modified time | relevance | path

Searched refs:colorValidator (Results 1 – 2 of 2) sorted by relevance

/external/fonttools/Lib/fontTools/ufoLib/
Dvalidators.py566 if color is not None and not colorValidator(color):
615 if color is not None and not colorValidator(color):
652 def colorValidator(value): function
747 if color is not None and not colorValidator(color):
1059 if not colorValidator(value):
DglifLib.py29 colorValidator,
810 "color" : dict(type=basestring, valueValidator=colorValidator),