Home
last modified time | relevance | path

Searched refs:FontWeight_isValid (Results 1 – 5 of 5) sorted by relevance

/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/render/extension/
H A DRenderExtension.cpp1019 FontWeight_isValid(FontWeight_t fw) in FontWeight_isValid() function
1043 return FontWeight_isValid(FontWeight_fromString(code)); in FontWeight_isValidString()
H A DRenderExtension.h842 FontWeight_isValid(FontWeight_t fw);
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/render/sbml/
H A DText.cpp425 if (FontWeight_isValid(fontWeight) == 0) in setFontWeight()
1149 if (FontWeight_isValid((FontWeight_t)(mFontWeight)) == 0) in readAttributes()
H A DRenderGroup.cpp628 if (FontWeight_isValid(fontWeight) == 0) in setFontWeight()
2375 if (log && FontWeight_isValid((FontWeight_t)(mFontWeight)) == 0) in readAttributes()
H A DDefaultValues.cpp1262 if (FontWeight_isValid(fontWeight) == 0) in setFontWeight()