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

/frameworks/base/core/jni/android/graphics/
H A DTextLayoutCache.cpp37 TextLayoutCache::TextLayoutCache(TextLayoutShaper* shaper) :
337 TextLayoutShaper::TextLayoutShaper() { function in class:android::TextLayoutShaper
341 TextLayoutShaper::~TextLayoutShaper() {
345 void TextLayoutShaper::computeValues(TextLayoutValue* value, const SkPaint* paint,
356 void TextLayoutShaper::computeValues(const SkPaint* paint, const UChar* chars,
673 void TextLayoutShaper::computeRunValues(const SkPaint* paint, const UChar* contextChars,
779 SkTypeface* TextLayoutShaper::typefaceForScript(const SkPaint* paint, SkTypeface* typeface,
792 bool TextLayoutShaper
[all...]
H A DTextLayoutCache.h180 * The TextLayoutShaper is responsible for shaping (with the Harfbuzz library)
182 class TextLayoutShaper { class in namespace:android
184 TextLayoutShaper();
185 virtual ~TextLayoutShaper();
227 }; // TextLayoutShaper
235 TextLayoutCache(TextLayoutShaper* shaper);
258 TextLayoutShaper* mShaper;
308 TextLayoutShaper* mShaper;

Completed in 26 milliseconds