HomeSort by relevance Sort by last modified time
    Searched refs:hasVariationSelector (Results 1 - 7 of 7) sorted by null

  /frameworks/minikin/tests/unittest/
FontCollectionTest.cpp 50 EXPECT_FALSE(fc->hasVariationSelector(codepoint, vs))
53 EXPECT_TRUE(fc->hasVariationSelector(codepoint, vs))
62 EXPECT_FALSE(fc->hasVariationSelector(0x82A6, 0));
66 EXPECT_FALSE(fc->hasVariationSelector(0x845B, 0));
70 EXPECT_FALSE(fc->hasVariationSelector(0x537F, 0));
73 EXPECT_FALSE(fc->hasVariationSelector(0x717D, 0));
83 EXPECT_TRUE(collection->hasVariationSelector(0x2623, 0xFE0E));
84 EXPECT_TRUE(collection->hasVariationSelector(0x2623, 0xFE0F));
88 EXPECT_TRUE(collection->hasVariationSelector(0x2626, 0xFE0E));
89 EXPECT_FALSE(collection->hasVariationSelector(0x2626, 0xFE0F))
    [all...]
  /frameworks/base/libs/hwui/hwui/
MinikinUtils.cpp 85 bool MinikinUtils::hasVariationSelector(const Typeface* typeface, uint32_t codepoint, uint32_t vs) {
87 return resolvedFace->fFontCollection->hasVariationSelector(codepoint, vs);
MinikinUtils.h 55 ANDROID_API static bool hasVariationSelector(const Typeface* typeface, uint32_t codepoint,
  /frameworks/minikin/include/minikin/
FontCollection.h 49 bool hasVariationSelector(uint32_t baseCodepoint, uint32_t variationSelector) const;
  /frameworks/minikin/tests/perftests/
FontCollection.cpp 52 snprintf(titleBuffer, 64, "hasVariationSelector U+%04X,U+%04X", baseCp, vsCp);
56 collection->hasVariationSelector(baseCp, vsCp);
  /frameworks/minikin/libs/minikin/
FontCollection.cpp 337 bool FontCollection::hasVariationSelector(uint32_t baseCodepoint,
  /frameworks/base/core/jni/android/graphics/
Paint.cpp 456 bool hasVS = MinikinUtils::hasVariationSelector(typeface, prevCp, cp);
    [all...]

Completed in 979 milliseconds