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

  /external/skia/include/core/
SkPixelRef.h 326 void setImmutableWithID(uint32_t genID);
  /external/skia/src/core/
SkPixelRef.cpp 289 void SkPixelRef::setImmutableWithID(uint32_t genID) {
SkImageCacherator.cpp 201 bitmap->pixelRef()->setImmutableWithID(fUniqueIDs[format]);
262 bitmap->pixelRef()->setImmutableWithID(fUniqueIDs[format]);
SkSpecialImage.cpp 430 dst->pixelRef()->setImmutableWithID(this->uniqueID());
  /external/skia/src/image/
SkImage_Gpu.cpp 95 dst->pixelRef()->setImmutableWithID(this->uniqueID());
    [all...]

Completed in 830 milliseconds