Lines Matching defs:TextDropShadowCache
23 #include "TextDropShadowCache.h"
95 TextDropShadowCache::TextDropShadowCache()
96 : TextDropShadowCache(DeviceInfo::multiplyByResolution(2)) {}
98 TextDropShadowCache::TextDropShadowCache(uint32_t maxByteSize)
106 TextDropShadowCache::~TextDropShadowCache() {
114 uint32_t TextDropShadowCache::getSize() {
118 uint32_t TextDropShadowCache::getMaxSize() {
126 void TextDropShadowCache::operator()(ShadowText&, ShadowTexture*& texture) {
143 void TextDropShadowCache::clear() {
147 ShadowTexture* TextDropShadowCache::get(const SkPaint* paint, const glyph_t* glyphs, int numGlyphs,