OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SkImageRef_GlobalPool
(Results
1 - 2
of
2
) sorted by null
/external/skia/include/images/
SkImageRef_GlobalPool.h
15
class
SkImageRef_GlobalPool
: public SkImageRef {
18
SkImageRef_GlobalPool
(SkStream*, SkBitmap::Config, int sampleSize = 1);
19
virtual ~
SkImageRef_GlobalPool
();
61
SkImageRef_GlobalPool
(SkFlattenableReadBuffer&);
/external/skia/src/images/
SkImageRef_GlobalPool.cpp
8
#include "
SkImageRef_GlobalPool
.h"
27
SkImageRef_GlobalPool
::
SkImageRef_GlobalPool
(SkStream* stream,
36
SkImageRef_GlobalPool
::~
SkImageRef_GlobalPool
() {
47
bool
SkImageRef_GlobalPool
::onDecode(SkImageDecoder* codec, SkStream* stream,
60
void
SkImageRef_GlobalPool
::onUnlockPixels() {
67
SkImageRef_GlobalPool
::
SkImageRef_GlobalPool
(SkFlattenableReadBuffer& buffer)
74
SkPixelRef*
SkImageRef_GlobalPool
::Create(SkFlattenableReadBuffer& buffer)
[
all
...]
Completed in 974 milliseconds