Searched refs:TextLayoutShaper (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DTextLayoutCache.h165 * The TextLayoutShaper is responsible for shaping (with the Harfbuzz library)
167 class TextLayoutShaper { class in namespace:android
169 TextLayoutShaper();
170 virtual ~TextLayoutShaper();
244 }; // TextLayoutShaper
252 TextLayoutCache(TextLayoutShaper* shaper);
275 TextLayoutShaper* mShaper;
325 TextLayoutShaper* mShaper;
H A DTextLayoutCache.cpp39 TextLayoutCache::TextLayoutCache(TextLayoutShaper* shaper) :
329 TextLayoutShaper::TextLayoutShaper() : mShaperItemGlyphArraySize(0) { function in class:android::TextLayoutShaper
345 void TextLayoutShaper::init() {
349 void TextLayoutShaper::unrefTypefaces() {
353 TextLayoutShaper::~TextLayoutShaper() {
358 void TextLayoutShaper::computeValues(TextLayoutValue* value, const SkPaint* paint, const UChar* chars,
369 void TextLayoutShaper::computeValues(const SkPaint* paint, const UChar* chars,
510 void TextLayoutShaper
[all...]

Completed in 84 milliseconds