Searched defs:ShadowText (Results 1 - 1 of 1) sorted by relevance
/frameworks/base/libs/hwui/ | ||
H A D | TextDropShadowCache.h | 36 struct ShadowText { struct in namespace:android::uirenderer 37 ShadowText(): len(0), radius(0.0f), textSize(0.0f), typeface(nullptr), function in struct:android::uirenderer::ShadowText 42 ShadowText(const SkPaint* paint, float radius, uint32_t len, const char* srcText, function in struct:android::uirenderer::ShadowText 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 [all...] |
Completed in 38 milliseconds