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

  /frameworks/base/libs/hwui/
FontRenderer.cpp 84 , mCurrentCacheTexture(nullptr)
414 mCurrentCacheTexture = mACacheTextures[0];
503 if (texture != mCurrentCacheTexture) {
505 mCurrentCacheTexture = texture;
508 mCurrentCacheTexture->addQuad(x1, y1, u1, v1, x2, y2, u2, v2,
530 if (mCurrentCacheTexture->endOfMesh()) {
548 if (mCurrentCacheTexture->endOfMesh()) {
FontRenderer.h 173 CacheTexture* mCurrentCacheTexture;

Completed in 157 milliseconds