Searched refs:InterpolatableProblem (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/fonttools/Lib/fontTools/varLib/ |
H A D | interpolatablePlot.py | 370 glyphs_per_problem, key=lambda x: InterpolatableProblem.severity[x] 478 if problem_type == InterpolatableProblem.MISSING: 543 InterpolatableProblem.NOTHING, 544 InterpolatableProblem.WRONG_START_POINT, 545 InterpolatableProblem.CONTOUR_ORDER, 546 InterpolatableProblem.KINK, 547 InterpolatableProblem.UNDERWEIGHT, 548 InterpolatableProblem.OVERWEIGHT, 582 InterpolatableProblem.KINK, 583 InterpolatableProblem.UNDERWEIGHT, [all …]
|
H A D | interpolatable.py | 178 "type": InterpolatableProblem.MISSING, 193 "type": InterpolatableProblem.OPEN_PATH, 225 "type": InterpolatableProblem.PATH_COUNT, 244 "type": InterpolatableProblem.NODE_COUNT, 260 "type": InterpolatableProblem.NODE_INCOMPATIBILITY, 282 "type": InterpolatableProblem.CONTOUR_ORDER, 345 "type": InterpolatableProblem.WRONG_START_POINT, 381 InterpolatableProblem.UNDERWEIGHT, 382 InterpolatableProblem.OVERWEIGHT, 554 "type": InterpolatableProblem.KINK, [all …]
|
H A D | interpolatableHelpers.py | 16 class InterpolatableProblem: class 51 (InterpolatableProblem.severity[p["type"]] + p.get("tolerance", 0))
|