Home
last modified time | relevance | path

Searched defs:FontInfo (Results 1 – 2 of 2) 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/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