Home
last modified time | relevance | path

Searched refs:getShadows (Results 1 – 2 of 2) sorted by relevance

/external/skia/modules/skparagraph/include/
DTextStyle.h199 std::vector<TextShadow> getShadows() const { return fTextShadows; } in getShadows() function
/external/skia/modules/skparagraph/src/
DTextLine.cpp370 for (TextShadow shadow : style.getShadows()) { in paintShadow()