Home
last modified time | relevance | path

Searched refs:typeface (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/libs/hwui/
DTextDropShadowCache.h35 ShadowText(): radius(0), len(0), textSize(0.0f), typeface(NULL) { in ShadowText()
44 typeface = paint->getTypeface(); in ShadowText()
64 SkTypeface* typeface; member
80 LTE_INT(typeface) { in LTE_INT()
/frameworks/base/core/jni/android/graphics/
DTextLayoutCache.cpp222 dirFlags(0), typeface(NULL), textSize(0), textSkewX(0), textScaleX(0), flags(0), in TextLayoutCacheKey()
230 typeface = paint->getTypeface(); in TextLayoutCacheKey()
245 typeface(other.typeface), in TextLayoutCacheKey()
266 if (lhs.typeface < rhs.typeface) return -1; in compare()
267 if (lhs.typeface > rhs.typeface) return +1; in compare()
DHarfbuzzSkia.cpp215 SkTypeface* typeface = data->typeFace; in harfbuzzSkiaGetTable() local
217 const size_t tableSize = SkFontHost::GetTableSize(typeface->uniqueID(), tag); in harfbuzzSkiaGetTable()
228 SkFontHost::GetTableData(typeface->uniqueID(), tag, 0, tableSize, buffer); in harfbuzzSkiaGetTable()
DTextLayoutCache.h96 SkTypeface* typeface; variable
DPaint.cpp241 static SkTypeface* setTypeface(JNIEnv* env, jobject clazz, SkPaint* obj, SkTypeface* typeface) { in setTypeface() argument
242 return obj->setTypeface(typeface); in setTypeface()
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DTypeface_Delegate.java82 public static List<Font> getFonts(Typeface typeface) { in getFonts() argument
83 return getFonts(typeface.native_instance); in getFonts()
DPaint_Delegate.java853 /*package*/ static int native_setTypeface(int native_object, int typeface) { in native_setTypeface() argument
860 delegate.mTypeface = Typeface_Delegate.getDelegate(typeface); in native_setTypeface()
862 return typeface; in native_setTypeface()
/frameworks/base/graphics/java/android/graphics/
DPaint.java956 public Typeface setTypeface(Typeface typeface) { in setTypeface() argument
958 if (typeface != null) { in setTypeface()
959 typefaceNative = typeface.native_instance; in setTypeface()
962 mTypeface = typeface; in setTypeface()
963 return typeface; in setTypeface()
2137 int typeface); in native_setTypeface() argument
/frameworks/base/docs/html/
Dlicense.jd63 ANDROID stylized typeface logo) are not included in the license.
/frameworks/base/docs/html/guide/topics/ui/
Dthemes.jd52 android:typeface="monospace"
98 &lt;item name="android:typeface"&gt;monospace&lt;/item&gt;
Dactionbar.jd803 &lt;item name="android:typeface">sans&lt;/item>
/frameworks/base/docs/html/sdk/
Dandroid-4.0-highlights.jd82 <strong>new typeface</strong> optimized for high-resolution screens improves
/frameworks/base/api/
Dcurrent.txt1041 field public static final int typeface = 16842902; // 0x1010096
D14.txt1041 field public static final int typeface = 16842902; // 0x1010096