Searched refs:pixelRef (Results 1 – 21 of 21) sorted by relevance
30 #define SK_DEFINE_PIXEL_REF_REGISTRAR(pixelRef) \ argument31 static SkPixelRef::Registrar g##pixelRef##Reg(#pixelRef, \32 pixelRef::Create);38 #define SK_DEFINE_PIXEL_REF_REGISTRAR(pixelRef) \ argument39 void pixelRef::Init() { \40 SkPixelRef::Registrar(#pixelRef, Create); \
291 SkPixelRef* getPixelRef() const { return fBitmap.pixelRef(); } in getPixelRef()
300 SkPixelRef* pixelRef() const { return fPixelRef; } in pixelRef() function
22 favicon.pixelRef() && in Equals()23 favicon.pixelRef() == data.favicon.pixelRef() && in Equals()
175 SkASSERT(state.fBitmap->pixelRef() == NULL || in shadeSpan()176 state.fBitmap->pixelRef()->isLocked()); in shadeSpan()219 SkASSERT(state.fBitmap->pixelRef() == NULL || in shadeSpan16()220 state.fBitmap->pixelRef()->isLocked()); in shadeSpan16()306 SkPixelRef* pr = fRawBitmap.pixelRef(); in toDumpString()
469 dst == NULL || (getPixels() == NULL && pixelRef() == NULL)) in copyPixelsTo()964 SkPixelRef* pixelRef = fPixelRef->deepCopy(dstConfig); in deepCopyTo() local965 if (pixelRef) { in deepCopyTo()967 dst->setPixelRef(pixelRef)->unref(); in deepCopyTo()
317 ref = bm->pixelRef(); in setData()381 SkPixelRef* pixelRef = bitmap.pixelRef(); in createFrameAtIndex() local382 if (pixelRef) in createFrameAtIndex()383 pixelRef->setURI(m_decoder.m_url); in createFrameAtIndex()
188 if (bitmap.getPixels() == NULL && bitmap.pixelRef() == NULL) { in draw()192 bitmap.getPixels(), bitmap.pixelRef()); in draw()242 if (origBitmap.getPixels() == NULL && origBitmap.pixelRef() == NULL) in drawPattern()
74 SkGrTexturePixelRef* pixelRef = new SkGrTexturePixelRef(dst); in copyToTexturePixelRef() local76 return pixelRef; in copyToTexturePixelRef()
36 REPORTER_ASSERT(reporter, accessed.pixelRef() == store.pixelRef()); in TestDeferredCanvasBitmapAccess()
43 SkFlipPixelRef* ref = static_cast<SkFlipPixelRef*>(bm->pixelRef()); in draw_proc()
39 if (!bitmap.pixelRef()) { in drawmarshmallow()
68 if (bitmap && bitmap->pixelRef() == this) { in isOpaque()
234 bm->pixelRef()->setURI(file); in DecodeFile()
724 if (icon.pixelRef() == in GetModelIcon()726 IDR_DEFAULT_FAVICON)->pixelRef()) { in GetModelIcon()
1506 if (icon.pixelRef() != last_icon_skbitmap_.pixelRef()) { in UpdateVisibility()
311 (data_.favicon.pixelRef() == in UpdateData()313 IDR_DEFAULT_FAVICON)->pixelRef()); in UpdateData()
116 SkPixelRef* pr = bm.pixelRef(); in toString()
260 if (!m_poster || (!m_poster->getPixels() && !m_poster->pixelRef())) in paint()
292 if (!bitmap->pixelRef()) { in beginLayerClippedToImage()
75088 Don't use bitmap->pixelRef()->getPixels() directly; prefer