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

  /external/chromium_org/third_party/skia/src/core/
SkPixelRef.cpp 170 uint32_t SkPixelRef::getGenerationID() const {
SkBitmap.cpp 416 uint32_t SkBitmap::getGenerationID() const {
417 return (fPixelRef) ? fPixelRef->getGenerationID() : 0;
1060 dst->pixelRef()->fGenerationID = fPixelRef->getGenerationID();
1100 pixelRef->fGenerationID = this->getGenerationID();
    [all...]
SkPaint.cpp 186 uint32_t SkPaint::getGenerationID() const {
    [all...]
SkPath.cpp 354 uint32_t SkPath::getGenerationID() const {
    [all...]
  /external/skia/src/core/
SkPixelRef.cpp 170 uint32_t SkPixelRef::getGenerationID() const {
SkBitmap.cpp 416 uint32_t SkBitmap::getGenerationID() const {
417 return (fPixelRef) ? fPixelRef->getGenerationID() : 0;
1060 dst->pixelRef()->fGenerationID = fPixelRef->getGenerationID();
1100 pixelRef->fGenerationID = this->getGenerationID();
    [all...]
SkPaint.cpp 187 uint32_t SkPaint::getGenerationID() const {
    [all...]
SkPath.cpp 354 uint32_t SkPath::getGenerationID() const {
    [all...]

Completed in 1237 milliseconds