HomeSort by relevance Sort by last modified time
    Searched full:getstableid (Results 1 - 4 of 4) sorted by null

  /frameworks/base/libs/hwui/
TextureCache.cpp 153 Texture* texture = mCache.get(bitmap->pixelRef()->getStableID());
183 mCache.put(bitmap->pixelRef()->getStableID(), texture);
  /external/skia/include/core/
SkPixelRef.h 135 uint32_t getStableID() const { return fStableID; }
  /frameworks/base/core/jni/android/graphics/
Graphics.cpp 570 context->stableID = pr->getStableID();
Bitmap.cpp 199 mPixelRef->getStableID());
    [all...]

Completed in 202 milliseconds