HomeSort by relevance Sort by last modified time
    Searched refs:tryLockAsBitmap (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkImageCacherator.h 73 bool tryLockAsBitmap(SkBitmap*, const SkImage*, SkImage::CachingHint);
SkImageCacherator.cpp 85 // If you want the immutable bitmap with the same ID as our cacherator, call tryLockAsBitmap()
129 bool SkImageCacherator::tryLockAsBitmap(SkBitmap* bitmap, const SkImage* client,
150 if (this->tryLockAsBitmap(bitmap, client, chint)) {
303 if (this->tryLockAsBitmap(&bitmap, client, chint)) {

Completed in 237 milliseconds