Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DFontListParser.java146 String styleValueStr = parser.getAttributeValue(null, "stylevalue"); in readAxis() local
148 return new FontVariationAxis(tagStr, Float.parseFloat(styleValueStr)); in readAxis()
/frameworks/base/native/android/
Dsystem_fonts.cpp157 XmlCharUniquePtr styleValueStr(xmlGetProp(axis, STYLEVALUE_ATTR_NAME)); in copyFont() local
158 if (!styleValueStr) { in copyFont()
167 float styleValue = strtod(reinterpret_cast<const char*>(styleValueStr.get()), nullptr); in copyFont()