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 48 uint32_t SkDrawable::getGenerationID() {
SkPixelRef.cpp 130 // This is subtle. We must call that.getGenerationID() to make sure its genID isn't 0.
131 uint32_t genID = that.getGenerationID();
134 // (These & ~1u are actually redundant. that.getGenerationID() just did it for us.)
210 uint32_t SkPixelRef::getGenerationID() const {
244 SkNotifyBitmapGenIDIsStale(this->getGenerationID());
SkBitmap.cpp 392 uint32_t SkBitmap::getGenerationID() const {
393 return (fPixelRef) ? fPixelRef->getGenerationID() : 0;
    [all...]
SkPath.cpp 294 uint32_t SkPath::getGenerationID() const {
    [all...]

Completed in 290 milliseconds