Searched defs:packed (Results 1 – 8 of 8) sorted by relevance
/aosp14/frameworks/base/core/tests/coretests/src/android/graphics/ |
H A D | FontFileUtilTest.java | 113 int packed = FontFileUtil.analyzeStyle(buffer, 0, null); in testRegularFonts() local 129 int packed = FontFileUtil.analyzeStyle(buffer, ttcIndex, null); in testTtcFont() local 145 int packed = FontFileUtil.analyzeStyle(buffer, 0, in testVariationFont() local
|
/aosp14/frameworks/base/graphics/java/android/graphics/fonts/ |
H A D | FontFileUtil.java | 39 public static int unpackWeight(int packed) { in unpackWeight() 46 public static boolean unpackItalic(int packed) { in unpackItalic() 53 public static boolean isSuccess(int packed) { in isSuccess()
|
H A D | Font.java | 451 final int packed = FontFileUtil.analyzeStyle(mBuffer, mTtcIndex, mAxes); in build() local
|
/aosp14/frameworks/base/core/java/android/text/style/ |
H A D | SpanUtils.java | 276 private static int min(long packed) { in min() 280 private static int max(long packed) { in max() 310 final long packed = uncoveredRanges.get(i); in isCovered() local
|
/aosp14/system/core/debuggerd/handler/ |
H A D | debuggerd_fallback.cpp | 143 packed_thread_output packed = {.tid = tid, .fd = fd}; in pack_thread_fd() local
|
/aosp14/frameworks/base/core/java/com/android/internal/util/ |
H A D | BitUtils.java | 80 long packed = 0; in packBits() local
|
/aosp14/system/core/fastboot/fuzzy_fastboot/ |
H A D | extensions.h | 122 std::unordered_map<std::string, PackedInfo> packed; member
|
/aosp14/frameworks/base/graphics/java/android/graphics/text/ |
H A D | MeasuredText.java | 148 long packed = nGetExtent(mNativePtr, mChars, start, end); in getFontMetricsInt() local
|