Home
last modified time | relevance | path

Searched defs:packed (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/graphics/
H A DFontFileUtilTest.java113 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 DFontFileUtil.java39 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 DFont.java451 final int packed = FontFileUtil.analyzeStyle(mBuffer, mTtcIndex, mAxes); in build() local
/aosp14/frameworks/base/core/java/android/text/style/
H A DSpanUtils.java276 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 Ddebuggerd_fallback.cpp143 packed_thread_output packed = {.tid = tid, .fd = fd}; in pack_thread_fd() local
/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DBitUtils.java80 long packed = 0; in packBits() local
/aosp14/system/core/fastboot/fuzzy_fastboot/
H A Dextensions.h122 std::unordered_map<std::string, PackedInfo> packed; member
/aosp14/frameworks/base/graphics/java/android/graphics/text/
H A DMeasuredText.java148 long packed = nGetExtent(mNativePtr, mChars, start, end); in getFontMetricsInt() local