Searched refs:sTtcMap (Results 1 – 1 of 1) sorted by relevance
93 private static final Map<Pair<Integer, Boolean>, Integer> sTtcMap; field in FontTestUtil215 sTtcMap = Collections.unmodifiableMap(ttcMap);263 return sTtcMap.get(new Pair<>(weight, italic)).intValue(); in getTtcIndexFromStyle()