Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DFontFamily.java143 nAddAxisValue(mBuilderPtr, axis.getOpenTypeTagValue(), axis.getStyleValue()); in addFont()
164 nAddAxisValue(mBuilderPtr, axis.getOpenTypeTagValue(), axis.getStyleValue()); in addFontFromBuffer()
193 nAddAxisValue(mBuilderPtr, axis.getOpenTypeTagValue(), axis.getStyleValue()); in addFontFromAssetManager()
DTypeface.java564 builder.append(Float.toString(axis.getStyleValue())); in createAssetUid()
/frameworks/base/graphics/java/android/graphics/fonts/
DFontFileUtil.java76 weight = (int) axis.getStyleValue(); in analyzeStyle()
78 italic = (axis.getStyleValue() == 1.0f) ? 1 : 0; in analyzeStyle()
DFontVariationAxis.java74 public float getStyleValue() { in getStyleValue() method in FontVariationAxis
DFont.java385 nAddAxis(builderPtr, axis.getOpenTypeTagValue(), axis.getStyleValue()); in build()
/frameworks/base/core/jni/android/graphics/
DFontUtils.cpp49 jfloat AxisHelper::getStyleValue() const { in getStyleValue() function in android::AxisHelper
DFontUtils.h60 jfloat getStyleValue() const;
DTypeface.cpp70 variations.push_back(minikin::FontVariation(axis.getTag(), axis.getStyleValue())); in Typeface_createFromTypefaceWithVariation()
/frameworks/base/core/tests/coretests/src/android/provider/
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()
/frameworks/base/non-updatable-api/
Dcurrent.txt15894 method public float getStyleValue();
/frameworks/base/api/
Dcurrent.txt15894 method public float getStyleValue();