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

/frameworks/base/core/tests/coretests/src/android/graphics/
H A DPaintTest.java147 "hasGlyph(U+" + Integer.toHexString(testCase.mBaseCodepoint) +
152 assertTrue(signature + " is expected to be true", p.hasGlyph(testString));
154 assertFalse(signature + " is expected to be false", p.hasGlyph(testString));
/frameworks/minikin/include/minikin/
H A DFontFamily.h137 bool hasGlyph(uint32_t codepoint, uint32_t variationSelector);
/frameworks/minikin/libs/minikin/
H A DFontCollection.cpp195 const bool hasVSGlyph = (vs != 0) && fontFamily->hasGlyph(ch, vs);
369 if (mVSFamilyVec[i]->hasGlyph(baseCodepoint, variationSelector)) {
379 mFamilies[i]->hasGlyph(baseCodepoint, 0)) {
H A DFontFamily.cpp195 bool FontFamily::hasGlyph(uint32_t codepoint, uint32_t variationSelector) { function in class:android::FontFamily
/frameworks/minikin/tests/
H A DFontFamilyTest.cpp342 EXPECT_FALSE(family->hasGlyph(codepoint, i))
345 EXPECT_TRUE(family->hasGlyph(codepoint, i))
/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp787 static jboolean hasGlyph(JNIEnv *env, jclass, jlong paintHandle, jlong typefaceHandle, function in namespace:android::PaintGlue
997 {"nHasGlyph", "(JJILjava/lang/String;)Z", (void*) PaintGlue::hasGlyph },
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java2479 public boolean hasGlyph(String string) { method in class:Paint

Completed in 216 milliseconds