Lines Matching full:skbitmap
20 #include <SkBitmap.h>
70 * Attempts to precache the SkBitmap. Returns true if a Texture was successfully
74 bool prefetchAndMarkInUse(const SkBitmap* bitmap);
80 Texture* get(const SkBitmap* bitmap);
85 Texture* getTransient(const SkBitmap* bitmap);
90 void remove(const SkBitmap* bitmap);
95 void removeDeferred(const SkBitmap* bitmap);
132 bool canMakeTextureFromBitmap(const SkBitmap* bitmap);
134 Texture* getCachedTexture(const SkBitmap* bitmap);
142 void generateTexture(const SkBitmap* bitmap, Texture* texture, bool regenerate = false);
144 void uploadLoFiTexture(bool resize, const SkBitmap* bitmap, uint32_t width, uint32_t height);
160 Vector<const SkBitmap*> mGarbage;