Searched refs:textureIterator (Results 1 – 1 of 1) sorted by relevance
116 auto textureIterator = mHardwareTextures.find(bitmap->getStableID()); in getCachedTexture() local117 if (textureIterator == mHardwareTextures.end()) { in getCachedTexture()126 return textureIterator->second.get(); in getCachedTexture()