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

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

Completed in 579 milliseconds