/external/skia/legacy/include/core/ |
SkGraphics.h | 15 class SkGraphics { 69 /** This is automatically called by SkGraphics::Init(), and must be 71 with the C++ runtime to call SkGraphics::FreeCaches() 79 SkGraphics::Init(); 82 SkGraphics::Term();
|
SkPixelRef.h | 242 friend class SkGraphics;
|
SkFlattenable.h | 104 friend class SkGraphics;
|
/external/skia/include/core/ |
SkGraphics.h | 15 class SK_API SkGraphics { 94 /** This is automatically called by SkGraphics::Init(), and must be 96 with the C++ runtime to call SkGraphics::FreeCaches() 104 SkGraphics::Init(); 107 SkGraphics::Term();
|
SkFlattenable.h | 80 friend class SkGraphics;
|
SkPaint.h | [all...] |
/external/skia/legacy/src/core/ |
SkGraphics.cpp | 10 #include "SkGraphics.h" 32 void SkGraphics::GetVersion(int32_t* major, int32_t* minor, int32_t* patch) { 54 void SkGraphics::Init() { 101 SkDebugf("SkGraphics: big-endian\n"); 103 SkDebugf("SkGraphics: little-endian\n"); 110 SkDebugf("SkGraphics: char is signed\n"); 112 SkDebugf("SkGraphics: char is unsigned\n"); 115 SkDebugf("SkGraphics: sizeof(%s) = %d\n", 118 SkDebugf("SkGraphics: font cache limit %dK\n", 129 void SkGraphics::Term() [all...] |
SkGlyphCache.cpp | 11 #include "SkGraphics.h" 540 size_t budgeted = SkGraphics::GetFontCacheLimit();
|
/external/skia/src/core/ |
SkGraphics.cpp | 10 #include "SkGraphics.h" 33 void SkGraphics::GetVersion(int32_t* major, int32_t* minor, int32_t* patch) { 55 void SkGraphics::Init() { 106 SkDebugf("SkGraphics: big-endian\n"); 108 SkDebugf("SkGraphics: little-endian\n"); 115 SkDebugf("SkGraphics: char is signed\n"); 117 SkDebugf("SkGraphics: char is unsigned\n"); 120 SkDebugf("SkGraphics: sizeof(%s) = %d\n", 123 SkDebugf("SkGraphics: font cache limit %dK\n", 130 void SkGraphics::Term() [all...] |
SkGlyphCache.cpp | 11 #include "SkGraphics.h" 715 size_t SkGraphics::GetFontCacheLimit() { 719 size_t SkGraphics::SetFontCacheLimit(size_t bytes) { 723 size_t SkGraphics::GetFontCacheUsed() { 727 void SkGraphics::PurgeFontCache() { 732 size_t SkGraphics::GetTLSFontCacheLimit() { 737 void SkGraphics::SetTLSFontCacheLimit(size_t bytes) {
|
/external/skia/bench/ |
FontScalerBench.cpp | 10 #include "SkGraphics.h" 40 SkGraphics::PurgeFontCache();
|
/external/skia/tests/ |
skia_test.cpp | 8 #include "SkGraphics.h" 90 SkGraphics::Init(); 156 SkGraphics::Term();
|
TLSTest.cpp | 9 #include "SkGraphics.h" 15 SkGraphics::SetTLSFontCacheLimit(1 * 1024 * 1024);
|
FontHostStreamTest.cpp | 14 #include "SkGraphics.h" 105 SkGraphics::PurgeFontCache();
|
/external/skia/legacy/src/ports/ |
SkFontHost_gamma.cpp | 24 #include "SkGraphics.h" 60 SkGraphics::PurgeFontCache();
|
/external/skia/tools/ |
filtermain.cpp | 10 #include "SkGraphics.h" 118 SkGraphics::Init(); 196 SkGraphics::Term();
|
PictureRenderer.cpp | 17 #include "SkGraphics.h" 595 SkGraphics::SetTLSFontCacheLimit(1024 * 1024);
|
/development/ide/xcode/ports/ |
SkOSWindow_Mac.cpp | 8 #include "SkGraphics.h" 16 if (SkGraphics::SetFontCacheUsed(0))
|
/frameworks/base/core/jni/ |
AndroidRuntime.cpp | 31 #include <SkGraphics.h> 234 SkGraphics::Init(); 255 SkGraphics::Term(); [all...] |
/external/skia/gm/ |
gmmain.cpp | 27 #include "SkGraphics.h" [all...] |
/external/skia/legacy/ |
Android.mk | 104 src/core/SkGraphics.cpp \
|
/external/skia/ |
Android.mk | 134 src/core/SkGraphics.cpp \
|
/frameworks/base/core/jni/android/graphics/ |
Canvas.cpp | 24 #include "SkGraphics.h" 105 SkGraphics::PurgeFontCache(); [all...] |
/external/webkit/Source/WebKit/android/jni/ |
WebCoreFrameBridge.cpp | 100 #include <SkGraphics.h> [all...] |
WebViewCore.cpp | 122 #include "SkGraphics.h" 542 SkGraphics::SetFontCacheLimit(1572864); // 1572864 bytes == 1.5 MB [all...] |