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 36 struct ShadowText {
37 ShadowText(): len(0), radius(0.0f), textSize(0.0f), typeface(nullptr),
42 ShadowText(const SkPaint* paint, float radius, uint32_t len, const char* srcText,
60 ~ShadowText() {
65 static int compare(const ShadowText& lhs, const ShadowText& rhs);
67 bool operator==(const ShadowText& other) const {
71 bool operator!=(const ShadowText& other) const {
100 }; // struct ShadowText
104 inline int strictly_order_type(const ShadowText& lhs, const ShadowText& rhs)
    [all...]
TextDropShadowCache.cpp 34 hash_t ShadowText::hash() const {
55 int ShadowText::compare(const ShadowText& lhs, const ShadowText& rhs) {
100 mCache(LruCache<ShadowText, ShadowTexture*>::kUnlimitedCapacity),
115 mCache(LruCache<ShadowText, ShadowTexture*>::kUnlimitedCapacity),
152 void TextDropShadowCache::operator()(ShadowText&, ShadowTexture*& texture) {
175 ShadowText entry(paint, radius, len, text, positions);

Completed in 42 milliseconds