OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SkBitmapHeap
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkBitmapHeap.cpp
9
#include "
SkBitmapHeap
.h"
38
bool
SkBitmapHeap
::LookupEntry::Less(const
SkBitmapHeap
::LookupEntry& a,
39
const
SkBitmapHeap
::LookupEntry& b) {
60
SkBitmapHeap
::
SkBitmapHeap
(int32_t preferredSize, int32_t ownerCount)
71
SkBitmapHeap
::
SkBitmapHeap
(ExternalStorage* storage, int32_t preferredSize)
83
SkBitmapHeap
::~
SkBitmapHeap
() {
[
all
...]
SkBitmapHeap.h
19
* SkBitmapHeapEntry provides users of
SkBitmapHeap
(using internal storage) with a means to...
49
friend class
SkBitmapHeap
;
69
class
SkBitmapHeap
: public SkBitmapHeapReader {
97
SkBitmapHeap
(int32_t preferredSize = UNLIMITED_SIZE, int32_t ownerCount = IGNORE_OWNERS);
112
SkBitmapHeap
(ExternalStorage* externalStorage, int32_t heapSize = UNLIMITED_SIZE);
114
~
SkBitmapHeap
();
205
* existing SkBitmap is inserted into the
SkBitmapHeap
, its corresponding SkBitmapHeapEntry will
207
* call to releaseRef. Only meaningful if this
SkBitmapHeap
was created with an owner count not
/external/skia/src/core/
SkBitmapHeap.cpp
9
#include "
SkBitmapHeap
.h"
38
bool
SkBitmapHeap
::LookupEntry::Less(const
SkBitmapHeap
::LookupEntry& a,
39
const
SkBitmapHeap
::LookupEntry& b) {
60
SkBitmapHeap
::
SkBitmapHeap
(int32_t preferredSize, int32_t ownerCount)
71
SkBitmapHeap
::
SkBitmapHeap
(ExternalStorage* storage, int32_t preferredSize)
83
SkBitmapHeap
::~
SkBitmapHeap
() {
[
all
...]
SkBitmapHeap.h
19
* SkBitmapHeapEntry provides users of
SkBitmapHeap
(using internal storage) with a means to...
49
friend class
SkBitmapHeap
;
69
class
SkBitmapHeap
: public SkBitmapHeapReader {
97
SkBitmapHeap
(int32_t preferredSize = UNLIMITED_SIZE, int32_t ownerCount = IGNORE_OWNERS);
112
SkBitmapHeap
(ExternalStorage* externalStorage, int32_t heapSize = UNLIMITED_SIZE);
114
~
SkBitmapHeap
();
205
* existing SkBitmap is inserted into the
SkBitmapHeap
, its corresponding SkBitmapHeapEntry will
207
* call to releaseRef. Only meaningful if this
SkBitmapHeap
was created with an owner count not
Completed in 77 milliseconds