Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DTextDropShadowCache.h36 struct ShadowText { struct
37 ShadowText(): glyphCount(0), radius(0.0f), textSize(0.0f), typeface(nullptr), in ShadowText() function
42 ShadowText(const SkPaint* paint, float radius, uint32_t glyphCount, const glyph_t* srcGlyphs, in ShadowText() argument
55 ~ShadowText() { in ~ShadowText() argument
70 void copyTextLocally() { in copyTextLocally()
94 }; // struct ShadowText argument
DTextDropShadowCache.cpp127 void TextDropShadowCache::operator()(ShadowText&, ShadowTexture*& texture) { in operator ()() argument