Searched refs:SkGraphics (Results 1 - 25 of 39) sorted by relevance

12

/external/chromium_org/third_party/skia/include/core/
H A DSkGraphics.h15 class SK_API SkGraphics { class
117 /** This is automatically called by SkGraphics::Init(), and must be
119 with the C++ runtime to call SkGraphics::FreeCaches()
127 SkGraphics::Init();
130 SkGraphics::Term();
H A DSkFlattenable.h108 friend class SkGraphics;
H A DSkXfermode.h238 friend class SkGraphics;
H A DSkPaint.h1070 friend class SkGraphics; // So Term() can be called.
/external/skia/include/core/
H A DSkGraphics.h15 class SK_API SkGraphics { class
117 /** This is automatically called by SkGraphics::Init(), and must be
119 with the C++ runtime to call SkGraphics::FreeCaches()
127 SkGraphics::Init();
130 SkGraphics::Term();
H A DSkFlattenable.h108 friend class SkGraphics;
H A DSkXfermode.h238 friend class SkGraphics;
H A DSkPaint.h1070 friend class SkGraphics; // So Term() can be called.
/external/chromium_org/third_party/skia/src/core/
H A DSkGraphics.cpp10 #include "SkGraphics.h"
32 void SkGraphics::GetVersion(int32_t* major, int32_t* minor, int32_t* patch) {
54 void SkGraphics::Init() {
104 SkDebugf("SkGraphics: big-endian\n");
106 SkDebugf("SkGraphics: little-endian\n");
113 SkDebugf("SkGraphics: char is signed\n");
115 SkDebugf("SkGraphics: char is unsigned\n");
118 SkDebugf("SkGraphics: sizeof(%s) = %d\n",
121 SkDebugf("SkGraphics: font cache limit %dK\n",
128 void SkGraphics
[all...]
H A DSkGlyphCache.cpp12 #include "SkGraphics.h"
678 size_t SkGraphics::GetFontCacheLimit() {
682 size_t SkGraphics::SetFontCacheLimit(size_t bytes) {
686 size_t SkGraphics::GetFontCacheUsed() {
690 int SkGraphics::GetFontCacheCountLimit() {
694 int SkGraphics::SetFontCacheCountLimit(int count) {
698 int SkGraphics::GetFontCacheCountUsed() {
702 void SkGraphics::PurgeFontCache() {
707 size_t SkGraphics::GetTLSFontCacheLimit() {
712 void SkGraphics
[all...]
H A DSkScaledImageCache.cpp787 #include "SkGraphics.h"
789 size_t SkGraphics::GetImageCacheBytesUsed() {
793 size_t SkGraphics::GetImageCacheByteLimit() {
797 size_t SkGraphics::SetImageCacheByteLimit(size_t newLimit) {
/external/skia/src/core/
H A DSkGraphics.cpp10 #include "SkGraphics.h"
32 void SkGraphics::GetVersion(int32_t* major, int32_t* minor, int32_t* patch) {
54 void SkGraphics::Init() {
104 SkDebugf("SkGraphics: big-endian\n");
106 SkDebugf("SkGraphics: little-endian\n");
113 SkDebugf("SkGraphics: char is signed\n");
115 SkDebugf("SkGraphics: char is unsigned\n");
118 SkDebugf("SkGraphics: sizeof(%s) = %d\n",
121 SkDebugf("SkGraphics: font cache limit %dK\n",
128 void SkGraphics
[all...]
H A DSkGlyphCache.cpp12 #include "SkGraphics.h"
678 size_t SkGraphics::GetFontCacheLimit() {
682 size_t SkGraphics::SetFontCacheLimit(size_t bytes) {
686 size_t SkGraphics::GetFontCacheUsed() {
690 int SkGraphics::GetFontCacheCountLimit() {
694 int SkGraphics::SetFontCacheCountLimit(int count) {
698 int SkGraphics::GetFontCacheCountUsed() {
702 void SkGraphics::PurgeFontCache() {
707 size_t SkGraphics::GetTLSFontCacheLimit() {
712 void SkGraphics
[all...]
H A DSkScaledImageCache.cpp787 #include "SkGraphics.h"
789 size_t SkGraphics::GetImageCacheBytesUsed() {
793 size_t SkGraphics::GetImageCacheByteLimit() {
797 size_t SkGraphics::SetImageCacheByteLimit(size_t newLimit) {
/external/skia/bench/
H A DFontScalerBench.cpp10 #include "SkGraphics.h"
41 SkGraphics::PurgeFontCache();
/external/skia/tests/
H A DTLSTest.cpp10 #include "SkGraphics.h"
16 SkGraphics::SetTLSFontCacheLimit(1 * 1024 * 1024);
H A DPathOpsThreadedCommon.h10 #include "SkGraphics.h"
85 SkGraphics::SetTLSFontCacheLimit(1 * 1024 * 1024);
H A DFontHostStreamTest.cpp14 #include "SkGraphics.h"
111 SkGraphics::PurgeFontCache();
H A Dskia_test.cpp9 #include "SkGraphics.h"
176 SkGraphics::Init();
258 SkGraphics::Term();
/external/skia/dm/
H A DDM.cpp8 #include "SkGraphics.h"
112 SkGraphics::Init();
149 SkGraphics::Term();
/external/skia/gm/
H A Dfontmgr.cpp11 #include "SkGraphics.h"
30 SkGraphics::SetFontCacheLimit(16 * 1024 * 1024);
104 SkGraphics::SetFontCacheLimit(16 * 1024 * 1024);
/external/chromium_org/content/renderer/
H A Drenderer_main.cc38 #include "third_party/skia/include/core/SkGraphics.h"
144 SkGraphics::SetFontCacheLimit(font_cache_limit);
H A Dskia_benchmarking_extension_unittest.cc9 #include "third_party/skia/include/core/SkGraphics.h"
42 SkGraphics::Init();
H A Dskia_benchmarking_extension.cc19 #include "third_party/skia/include/core/SkGraphics.h"
343 // FIXME: remove this after Skia updates SkGraphics::Init() to be
347 SkGraphics::Init();
/external/chromium_org/cc/resources/
H A Dpicture_unittest.cc15 #include "third_party/skia/include/core/SkGraphics.h"
25 SkGraphics::Init();
375 SkGraphics::Init();

Completed in 487 milliseconds

12