Searched refs:getGenerationID (Results 1 - 25 of 55) sorted by relevance

123

/external/chromium_org/third_party/skia/src/gpu/
H A DGrPath.cpp16 keyData[0] = path.getGenerationID();
H A DSkGr.cpp67 uint32_t genID = bitmap.getGenerationID();
/external/skia/src/gpu/
H A DGrPath.cpp16 keyData[0] = path.getGenerationID();
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DLazyDecodingPixelRef.cpp76 PlatformInstrumentation::willDecodeLazyPixelRef(getGenerationID());
78 PlatformInstrumentation::didDecodeLazyPixelRef(getGenerationID());
H A DDeferredImageDecoder.cpp272 generator->setGenerationId(bitmap.getGenerationID());
/external/skia/tests/
H A DPaintTest.cpp157 uint32_t paintGenID = paint.getGenerationID();
158 uint32_t copiedPaintGenID = copiedPaint.getGenerationID();
169 REPORTER_ASSERT(reporter, paint.getGenerationID() == paintGenID);
170 REPORTER_ASSERT(reporter, copiedPaint.getGenerationID() != copiedPaintGenID);
171 copiedPaintGenID = copiedPaint.getGenerationID(); // reset to the new value
184 REPORTER_ASSERT(reporter, paint.getGenerationID() != paintGenID);
185 REPORTER_ASSERT(reporter, copiedPaint.getGenerationID() != copiedPaintGenID);
H A DPixelRefTest.cpp69 REPORTER_ASSERT(r, 0 != pixelRef->getGenerationID());
76 REPORTER_ASSERT(r, 0 != pixelRef->getGenerationID());
82 REPORTER_ASSERT(r, 0 != pixelRef->getGenerationID());
H A DGpuBitmapCopyTest.cpp58 REPORTER_ASSERT(reporter, src.getGenerationID() == dst.getGenerationID());
88 REPORTER_ASSERT(reporter, src.getGenerationID() != dst.getGenerationID());
H A DBitmapCopyTest.cpp281 REPORTER_ASSERT(reporter, srcPremul.getGenerationID() == dst.getGenerationID());
283 REPORTER_ASSERT(reporter, srcPremul.getGenerationID() != dst.getGenerationID());
H A DPathTest.cpp138 REPORTER_ASSERT(reporter, copy.getGenerationID() == original.getGenerationID());
143 assignID = assign.getGenerationID();
145 REPORTER_ASSERT(reporter, assign.getGenerationID() != assignID);
149 copyID = copy.getGenerationID();
151 REPORTER_ASSERT(reporter, copy.getGenerationID() != copyID);
155 assignID = assign.getGenerationID();
157 REPORTER_ASSERT(reporter, assign.getGenerationID() != assignID);
164 copyID = copy.getGenerationID();
166 assignID = assign.getGenerationID();
[all...]
H A DReadPixelsTest.cpp368 uint32_t idBefore = canvas.getDevice()->accessBitmap(false).getGenerationID();
372 uint32_t idAfter = canvas.getDevice()->accessBitmap(false).getGenerationID();
/external/chromium_org/third_party/skia/src/lazy/
H A DSkCachingPixelRef.cpp53 fScaledCacheId = SkScaledImageCache::FindAndLock(this->getGenerationID(),
68 fScaledCacheId = SkScaledImageCache::AddAndLock(this->getGenerationID(),
/external/skia/src/lazy/
H A DSkCachingPixelRef.cpp53 fScaledCacheId = SkScaledImageCache::FindAndLock(this->getGenerationID(),
68 fScaledCacheId = SkScaledImageCache::AddAndLock(this->getGenerationID(),
/external/chromium_org/chrome/browser/extensions/api/extension_action/
H A Dbrowser_action_apitest.cc155 uint32_t action_icon_last_id = action_icon.ToSkBitmap()->getGenerationID();
159 icon_factory.GetIcon(0).ToSkBitmap()->getGenerationID());
171 action_icon_current_id = action_icon.ToSkBitmap()->getGenerationID();
188 action_icon_current_id = action_icon.ToSkBitmap()->getGenerationID();
207 action_icon_current_id = action_icon.ToSkBitmap()->getGenerationID();
224 action_icon_current_id = action_icon.ToSkBitmap()->getGenerationID();
242 action_icon_current_id = action_icon.ToSkBitmap()->getGenerationID();
260 action_icon_current_id = action_icon.ToSkBitmap()->getGenerationID();
283 action_icon_current_id = action_icon.ToSkBitmap()->getGenerationID();
/external/chromium_org/third_party/skia/include/core/
H A DSkPixelRef.h106 uint32_t getGenerationID() const;
110 getGenerationID().
/external/skia/include/core/
H A DSkPixelRef.h106 uint32_t getGenerationID() const;
110 getGenerationID().
/external/chromium_org/third_party/skia/src/core/
H A DSkPixelRef.cpp145 // This is subtle. We must call that.getGenerationID() to make sure its genID isn't 0.
146 this->fGenerationID = that.getGenerationID();
231 uint32_t SkPixelRef::getGenerationID() const { function in class:SkPixelRef
H A DSkBitmapHeap.h222 : fGenerationId(bm.getGenerationID())
H A DSkScaledImageCache.cpp400 Rec* rec = this->findAndLock(orig.getGenerationID(), scaleX,
412 Rec* rec = this->findAndLock(orig.getGenerationID(), 0, 0,
467 Key key(orig.getGenerationID(), scaleX, scaleY, bounds);
478 Key key(orig.getGenerationID(), 0, 0, bounds);
H A DSkOrderedWriteBuffer.cpp179 fWriter.write32(bitmap.getGenerationID());
/external/skia/src/core/
H A DSkPixelRef.cpp145 // This is subtle. We must call that.getGenerationID() to make sure its genID isn't 0.
146 this->fGenerationID = that.getGenerationID();
231 uint32_t SkPixelRef::getGenerationID() const { function in class:SkPixelRef
H A DSkBitmapHeap.h222 : fGenerationId(bm.getGenerationID())
H A DSkScaledImageCache.cpp400 Rec* rec = this->findAndLock(orig.getGenerationID(), scaleX,
412 Rec* rec = this->findAndLock(orig.getGenerationID(), 0, 0,
467 Key key(orig.getGenerationID(), scaleX, scaleY, bounds);
478 Key key(orig.getGenerationID(), 0, 0, bounds);
/external/chromium_org/ash/desktop_background/
H A Dwallpaper_resizer.cc99 return image_rep.is_null() ? 0 : image_rep.sk_bitmap().getGenerationID();
/external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
H A DNativeImageSkia.cpp378 PlatformInstrumentation::didDrawLazyPixelRef(bitmap().getGenerationID());
502 PlatformInstrumentation::didDrawLazyPixelRef(bitmap().getGenerationID());

Completed in 781 milliseconds

123