chromium/third_party/skia/src/core/SkGraphics.cpp

/*
 * Copyright 2006 The Android Open Source Project
 *
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

#include "include/core/SkGraphics.h"

#include "src/core/SkBitmapProcState.h"
#include "src/core/SkBlitMask.h"
#include "src/core/SkBlitRow.h"
#include "src/core/SkCpu.h"
#include "src/core/SkImageFilter_Base.h"
#include "src/core/SkMemset.h"
#include "src/core/SkOpts.h"
#include "src/core/SkResourceCache.h"
#include "src/core/SkStrikeCache.h"
#include "src/core/SkSwizzlePriv.h"
#include "src/core/SkTypefaceCache.h"

void SkGraphics::Init() {}

///////////////////////////////////////////////////////////////////////////////

void SkGraphics::DumpMemoryStatistics(SkTraceMemoryDump* dump) {}

void SkGraphics::PurgeAllCaches() {}

///////////////////////////////////////////////////////////////////////////////

size_t SkGraphics::GetFontCacheLimit() {}

size_t SkGraphics::SetFontCacheLimit(size_t bytes) {}

size_t SkGraphics::GetFontCacheUsed() {}

int SkGraphics::GetFontCacheCountLimit() {}

int SkGraphics::SetFontCacheCountLimit(int count) {}

int SkGraphics::GetFontCacheCountUsed() {}

void SkGraphics::PurgeFontCache() {}

void SkGraphics::PurgePinnedFontCache() {}

static int gTypefaceCacheCountLimit =; // historical default value

int SkGraphics::GetTypefaceCacheCountLimit() {}

int SkGraphics::SetTypefaceCacheCountLimit(int count) {}

static SkGraphics::OpenTypeSVGDecoderFactory gSVGDecoderFactory =;

SkGraphics::OpenTypeSVGDecoderFactory
SkGraphics::SetOpenTypeSVGDecoderFactory(OpenTypeSVGDecoderFactory svgDecoderFactory) {}

SkGraphics::OpenTypeSVGDecoderFactory SkGraphics::GetOpenTypeSVGDecoderFactory() {}