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

  /frameworks/base/core/jni/android/graphics/
TextLayoutCache.h 254 TextLayoutShaper* mShaper;
304 TextLayoutShaper* mShaper;
TextLayoutCache.cpp 39 mShaper(shaper),
83 mShaper->purgeCaches();
112 mShaper->computeValues(value.get(), paint,
893 mShaper = new TextLayoutShaper();
895 mTextLayoutCache = new TextLayoutCache(mShaper);
903 delete mShaper;
    [all...]

Completed in 657 milliseconds