Home | History | Annotate | Download | only in hwui

Lines Matching defs:TextDropShadowCache

20 #include "TextDropShadowCache.h"
30 TextDropShadowCache::TextDropShadowCache():
45 TextDropShadowCache::TextDropShadowCache(uint32_t maxByteSize):
51 TextDropShadowCache::~TextDropShadowCache() {
55 void TextDropShadowCache::init() {
64 uint32_t TextDropShadowCache::getSize() {
68 uint32_t TextDropShadowCache::getMaxSize() {
72 void TextDropShadowCache::setMaxSize(uint32_t maxSize) {
83 void TextDropShadowCache::operator()(ShadowText& text, ShadowTexture*& texture) {
100 void TextDropShadowCache::clear() {
104 ShadowTexture* TextDropShadowCache::get(SkPaint* paint, const char* text, uint32_t len,