Searched refs:hasVariationSelector (Results 1 - 7 of 7) sorted by relevance

/frameworks/minikin/tests/unittest/
H A DFontCollectionTest.cpp50 EXPECT_FALSE(fc->hasVariationSelector(codepoint, vs))
53 EXPECT_TRUE(fc->hasVariationSelector(codepoint, vs))
66 EXPECT_FALSE(fc->hasVariationSelector(0x82A6, 0));
69 EXPECT_FALSE(fc->hasVariationSelector(0x845B, 0));
72 EXPECT_FALSE(fc->hasVariationSelector(0x537F, 0));
75 EXPECT_FALSE(fc->hasVariationSelector(0x717D, 0));
85 EXPECT_TRUE(collection->hasVariationSelector(0x2623, 0xFE0E));
86 EXPECT_TRUE(collection->hasVariationSelector(0x2623, 0xFE0F));
90 EXPECT_TRUE(collection->hasVariationSelector(0x2626, 0xFE0E));
91 EXPECT_FALSE(collection->hasVariationSelector(
[all...]
/frameworks/base/libs/hwui/hwui/
H A DMinikinUtils.cpp76 bool MinikinUtils::hasVariationSelector(Typeface* typeface, uint32_t codepoint, uint32_t vs) { function in class:android::MinikinUtils
78 return resolvedFace->fFontCollection->hasVariationSelector(codepoint, vs);
H A DMinikinUtils.h47 ANDROID_API static bool hasVariationSelector(Typeface* typeface, uint32_t codepoint,
/frameworks/minikin/include/minikin/
H A DFontCollection.h46 bool hasVariationSelector(uint32_t baseCodepoint, uint32_t variationSelector) const;
/frameworks/minikin/tests/perftests/
H A DFontCollection.cpp48 snprintf(titleBuffer, 64, "hasVariationSelector U+%04X,U+%04X", baseCp, vsCp);
52 collection->hasVariationSelector(baseCp, vsCp);
/frameworks/minikin/libs/minikin/
H A DFontCollection.cpp323 bool FontCollection::hasVariationSelector(uint32_t baseCodepoint, function in class:minikin::FontCollection
/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp458 bool hasVS = MinikinUtils::hasVariationSelector(typeface, prevCp, cp);

Completed in 184 milliseconds