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

  /frameworks/base/core/jni/android/graphics/
TextLayoutCache.h 162 * The TextLayoutShaper is responsible for shaping (with the Harfbuzz library)
164 class TextLayoutShaper {
166 TextLayoutShaper();
167 virtual ~TextLayoutShaper();
248 }; // TextLayoutShaper
256 TextLayoutCache(TextLayoutShaper* shaper);
279 TextLayoutShaper* mShaper;
323 TextLayoutShaper* mShaper;
TextLayoutCache.cpp 46 TextLayoutCache::TextLayoutCache(TextLayoutShaper* shaper) :
334 TextLayoutShaper::TextLayoutShaper() : mShaperItemGlyphArraySize(0) {
354 void TextLayoutShaper::init() {
366 void TextLayoutShaper::unrefTypefaces() {
378 TextLayoutShaper::~TextLayoutShaper() {
383 void TextLayoutShaper::computeValues(TextLayoutValue* value, const SkPaint* paint, const UChar* chars,
394 void TextLayoutShaper::computeValues(const SkPaint* paint, const UChar* chars,
536 void TextLayoutShaper::computeRunValues(const SkPaint* paint, const UChar* chars
    [all...]

Completed in 552 milliseconds