Searched refs:typeface (Results 1 – 14 of 14) sorted by relevance
/frameworks/base/libs/hwui/ |
D | TextDropShadowCache.h | 35 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/ |
D | TextLayoutCache.cpp | 222 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()
|
D | HarfbuzzSkia.cpp | 215 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()
|
D | TextLayoutCache.h | 96 SkTypeface* typeface; variable
|
D | Paint.cpp | 241 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/ |
D | Typeface_Delegate.java | 82 public static List<Font> getFonts(Typeface typeface) { in getFonts() argument 83 return getFonts(typeface.native_instance); in getFonts()
|
D | Paint_Delegate.java | 853 /*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/ |
D | Paint.java | 956 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/ |
D | license.jd | 63 ANDROID stylized typeface logo) are not included in the license.
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | themes.jd | 52 android:typeface="monospace" 98 <item name="android:typeface">monospace</item>
|
D | actionbar.jd | 803 <item name="android:typeface">sans</item>
|
/frameworks/base/docs/html/sdk/ |
D | android-4.0-highlights.jd | 82 <strong>new typeface</strong> optimized for high-resolution screens improves
|
/frameworks/base/api/ |
D | current.txt | 1041 field public static final int typeface = 16842902; // 0x1010096
|
D | 14.txt | 1041 field public static final int typeface = 16842902; // 0x1010096
|