OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkBitmapCache
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/skia/src/effects/gradients/
SkBitmapCache.h
15
class
SkBitmapCache
: SkNoncopyable {
17
SkBitmapCache
(int maxEntries);
18
~
SkBitmapCache
();
42
AutoValidate(const
SkBitmapCache
* bc) : fBC(bc) { bc->validate(); }
45
const
SkBitmapCache
* fBC;
SkBitmapCache.cpp
10
#include "
SkBitmapCache
.h"
12
struct
SkBitmapCache
::Entry {
36
SkBitmapCache
::
SkBitmapCache
(int max) : fMaxEntries(max) {
43
SkBitmapCache
::~
SkBitmapCache
() {
54
SkBitmapCache
::Entry*
SkBitmapCache
::detach(Entry* entry) const {
72
void
SkBitmapCache
::attachToHead(Entry* entry) const {
83
bool
SkBitmapCache
::find(const void* buffer, size_t size, SkBitmap* bm) const
[
all
...]
SkGradientShader.cpp
609
static
SkBitmapCache
* gCache;
615
gCache = SkNEW_ARGS(
SkBitmapCache
, (MAX_NUM_CACHED_GRADIENT_BITMAPS));
[
all
...]
/external/skia/src/effects/gradients/
SkBitmapCache.h
15
class
SkBitmapCache
: SkNoncopyable {
17
SkBitmapCache
(int maxEntries);
18
~
SkBitmapCache
();
42
AutoValidate(const
SkBitmapCache
* bc) : fBC(bc) { bc->validate(); }
45
const
SkBitmapCache
* fBC;
SkBitmapCache.cpp
10
#include "
SkBitmapCache
.h"
12
struct
SkBitmapCache
::Entry {
36
SkBitmapCache
::
SkBitmapCache
(int max) : fMaxEntries(max) {
43
SkBitmapCache
::~
SkBitmapCache
() {
54
SkBitmapCache
::Entry*
SkBitmapCache
::detach(Entry* entry) const {
72
void
SkBitmapCache
::attachToHead(Entry* entry) const {
83
bool
SkBitmapCache
::find(const void* buffer, size_t size, SkBitmap* bm) const
[
all
...]
SkGradientShader.cpp
609
static
SkBitmapCache
* gCache;
615
gCache = SkNEW_ARGS(
SkBitmapCache
, (MAX_NUM_CACHED_GRADIENT_BITMAPS));
[
all
...]
/external/skia/
Android.mk
263
src/effects/gradients/
SkBitmapCache
.cpp \
Completed in 216 milliseconds