Home
last modified time | relevance | path

Searched defs:Typeface (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/hwui/
DTypeface.h29 struct ANDROID_API Typeface { struct
32 // style used for constructing and querying Typeface objects argument
33 SkTypeface::Style fSkiaStyle; argument
42 static Typeface* resolveDefault(Typeface* src); argument
/frameworks/base/graphics/java/android/graphics/
DTypeface.java44 public class Typeface { class
288 private Typeface(long ni) { in Typeface() method in Typeface