Searched defs:ShadowText (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
H A DTextDropShadowCache.h36 struct ShadowText { struct in namespace:android::uirenderer
37 ShadowText(): glyphCount(0), radius(0.0f), textSize(0.0f), typeface(nullptr), function in struct:android::uirenderer::ShadowText
42 ShadowText(const SkPaint* paint, float radius, uint32_t glyphCount, const glyph_t* srcGlyphs, function in struct:android::uirenderer::ShadowText
55 ~ShadowText() {
60 static int compare(const ShadowText& lhs, const ShadowText& rhs);
62 bool operator==(const ShadowText& other) const {
66 bool operator!=(const ShadowText& other) const {
94 }; // struct ShadowText
98 inline int strictly_order_type(const ShadowText
[all...]

Completed in 1086 milliseconds