Searched refs:hasVariationSelector (Results 1 – 7 of 7) sorted by relevance
/frameworks/minikin/tests/unittest/ |
D | FontCollectionTest.cpp | 51 EXPECT_FALSE(fc->hasVariationSelector(codepoint, vs)) in expectVSGlyphs() 54 EXPECT_TRUE(fc->hasVariationSelector(codepoint, vs)) in expectVSGlyphs() 61 EXPECT_FALSE(fc->hasVariationSelector(0x82A6, 0)); in expectVSGlyphsForVsTestFont() 64 EXPECT_FALSE(fc->hasVariationSelector(0x845B, 0)); in expectVSGlyphsForVsTestFont() 67 EXPECT_FALSE(fc->hasVariationSelector(0x537F, 0)); in expectVSGlyphsForVsTestFont() 70 EXPECT_FALSE(fc->hasVariationSelector(0x717D, 0)); in expectVSGlyphsForVsTestFont() 85 EXPECT_TRUE(collection->hasVariationSelector(0x2623, 0xFE0E)); in TEST() 86 EXPECT_TRUE(collection->hasVariationSelector(0x2623, 0xFE0F)); in TEST() 90 EXPECT_TRUE(collection->hasVariationSelector(0x2626, 0xFE0E)); in TEST() 91 EXPECT_FALSE(collection->hasVariationSelector(0x2626, 0xFE0F)); in TEST() [all …]
|
/frameworks/base/libs/hwui/hwui/ |
D | MinikinUtils.cpp | 126 bool MinikinUtils::hasVariationSelector(const Typeface* typeface, uint32_t codepoint, uint32_t vs) { in hasVariationSelector() function in android::MinikinUtils 128 return resolvedFace->fFontCollection->hasVariationSelector(codepoint, vs); in hasVariationSelector()
|
D | MinikinUtils.h | 62 static bool hasVariationSelector(const Typeface* typeface, uint32_t codepoint,
|
/frameworks/minikin/tests/perftests/ |
D | FontCollection.cpp | 56 collection->hasVariationSelector(baseCp, vsCp); in BM_FontCollection_hasVariationSelector()
|
/frameworks/minikin/include/minikin/ |
D | FontCollection.h | 175 bool hasVariationSelector(uint32_t baseCodepoint, uint32_t variationSelector) const;
|
/frameworks/minikin/libs/minikin/ |
D | FontCollection.cpp | 554 bool FontCollection::hasVariationSelector(uint32_t baseCodepoint, in hasVariationSelector() function in minikin::FontCollection
|
/frameworks/base/libs/hwui/jni/ |
D | Paint.cpp | 457 bool hasVS = MinikinUtils::hasVariationSelector(typeface, prevCp, cp); in hasGlyph()
|