Home
last modified time | relevance | path

Searched refs:getStyleValue (Results 1 – 11 of 11) sorted by relevance

/aosp12/frameworks/base/graphics/java/android/graphics/fonts/
H A DFontFileUtil.java78 weight = (int) axis.getStyleValue(); in analyzeStyle()
80 italic = (axis.getStyleValue() == 1.0f) ? 1 : 0; in analyzeStyle()
H A DFontVariationAxis.java75 public float getStyleValue() { in getStyleValue() method in FontVariationAxis
H A DFont.java472 nAddAxis(builderPtr, axis.getOpenTypeTagValue(), axis.getStyleValue()); in build()
/aosp12/frameworks/base/graphics/java/android/graphics/
H A DFontFamily.java150 nAddAxisValue(mBuilderPtr, axis.getOpenTypeTagValue(), axis.getStyleValue()); in addFont()
171 nAddAxisValue(mBuilderPtr, axis.getOpenTypeTagValue(), axis.getStyleValue()); in addFontFromBuffer()
H A DTypeface.java643 builder.append(Float.toString(axis.getStyleValue())); in createAssetUid()
/aosp12/frameworks/base/libs/hwui/jni/
H A DFontUtils.cpp48 jfloat AxisHelper::getStyleValue() const { in getStyleValue() function in android::AxisHelper
H A DFontUtils.h61 jfloat getStyleValue() const;
H A DTypeface.cpp78 variations.push_back(minikin::FontVariation(axis.getTag(), axis.getStyleValue())); in Typeface_createFromTypefaceWithVariation()
/aosp12/frameworks/base/core/tests/coretests/src/android/provider/
H A DFontsContractTest.java87 assertEquals(1.0f, actual[0].getStyleValue(), 0); in testGetFontFromProvider_resultOK()
136 assertEquals(1.0f, actual[0].getStyleValue(), 0); in testGetFontFromProvider_resultFontUnavailable()
156 assertEquals(1.0f, actual[0].getStyleValue(), 0); in testGetFontFromProvider_resultMalformedQuery()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt17028 method public float getStyleValue();