HomeSort by relevance Sort by last modified time
    Searched refs:ShadowText (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/
TextDropShadowCache.h 35 struct ShadowText {
36 ShadowText(): len(0), radius(0.0f), textSize(0.0f), typeface(NULL),
41 ShadowText(const SkPaint* paint, float radius, uint32_t len, const char* srcText,
59 ~ShadowText() {
64 static int compare(const ShadowText& lhs, const ShadowText& rhs);
66 bool operator==(const ShadowText& other) const {
70 bool operator!=(const ShadowText& other) const {
99 }; // struct ShadowText
103 inline int strictly_order_type(const ShadowText& lhs, const ShadowText& rhs)
    [all...]
TextDropShadowCache.cpp 33 hash_t ShadowText::hash() const {
53 int ShadowText::compare(const ShadowText& lhs, const ShadowText& rhs) {
98 mCache(LruCache<ShadowText, ShadowTexture*>::kUnlimitedCapacity),
113 mCache(LruCache<ShadowText, ShadowTexture*>::kUnlimitedCapacity),
150 void TextDropShadowCache::operator()(ShadowText&, ShadowTexture*& texture) {
173 ShadowText entry(paint, radius, len, text, positions);

Completed in 558 milliseconds