Home
last modified time | relevance | path

Searched refs:hinting (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/jni/android/graphics/
DTextLayoutCache.cpp223 hinting(SkPaint::kNo_Hinting) { in TextLayoutCacheKey()
235 hinting = paint->getHinting(); in TextLayoutCacheKey()
250 hinting(other.hinting) { in TextLayoutCacheKey()
281 deltaInt = lhs.hinting - rhs.hinting; in compare()
361 fontData->hinting = paint->getHinting(); in initShaperItem()
DHarfbuzzSkia.h56 SkPaint::Hinting hinting; member
DTextLayoutCache.h101 SkPaint::Hinting hinting; variable
DHarfbuzzSkia.cpp54 paint->setHinting(data->hinting); in setupPaintWithFontData()