Lines Matching refs:TextDropShadowCache
23 #include "TextDropShadowCache.h"
97 TextDropShadowCache::TextDropShadowCache():
112 TextDropShadowCache::TextDropShadowCache(uint32_t maxByteSize):
118 TextDropShadowCache::~TextDropShadowCache() {
122 void TextDropShadowCache::init() {
131 uint32_t TextDropShadowCache::getSize() {
135 uint32_t TextDropShadowCache::getMaxSize() {
139 void TextDropShadowCache::setMaxSize(uint32_t maxSize) {
150 void TextDropShadowCache::operator()(ShadowText& text, ShadowTexture*& texture) {
167 void TextDropShadowCache::clear() {
171 ShadowTexture* TextDropShadowCache::get(SkPaint* paint, const char* text, uint32_t len,