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

  /external/skia/src/core/
SkDrawable.cpp 56 uint32_t SkDrawable::getGenerationID() {
SkPixelRef.cpp 78 // This is subtle. We must call that.getGenerationID() to make sure its genID isn't 0.
79 uint32_t genID = that.getGenerationID();
82 // (These & ~1u are actually redundant. that.getGenerationID() just did it for us.)
228 uint32_t SkPixelRef::getGenerationID() const {
262 SkNotifyBitmapGenIDIsStale(this->getGenerationID());
SkBitmap.cpp 418 uint32_t SkBitmap::getGenerationID() const {
419 return (fPixelRef) ? fPixelRef->getGenerationID() : 0;
    [all...]
SkPath.cpp 329 uint32_t SkPath::getGenerationID() const {
    [all...]

Completed in 335 milliseconds