Home
last modified time | relevance | path

Searched defs:FontInfo (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/timedtext/test/
DTimedTextUnitTest.cpp65 struct FontInfo { struct
66 int32_t displayFlag = -1;
67 int32_t horizontalJustification = -1;
68 int32_t verticalJustification = -1;
69 int32_t rgbaBackground = -1;
70 int32_t leftPos = -1;
71 int32_t topPos = -1;
72 int32_t bottomPos = -1;
73 int32_t rightPos = -1;
74 int32_t startchar = -1;
[all …]
/frameworks/layoutlib/rename_font/
Dbuild_font.py43 class FontInfo(object): class
Dbuild_font_single.py41 class FontInfo(object): class
/frameworks/layoutlib/bridge/src/android/graphics/
DFontFamily_Delegate.java93 public static final class FontInfo { class in FontFamily_Delegate
DPaint_Delegate.java67 /*package*/ static final class FontInfo { class in Paint_Delegate
71 FontInfo(@NonNull Font font, @NonNull java.awt.FontMetrics fontMetrics) { in FontInfo() method in Paint_Delegate.FontInfo
/frameworks/base/core/java/android/provider/
DFontsContract.java190 public static class FontInfo { class in FontsContract
208 public FontInfo(@NonNull Uri uri, @IntRange(from = 0) int ttcIndex, in FontInfo() method in FontsContract.FontInfo