Home | History | Annotate | Download | only in hwui

Lines Matching refs:TextShadow

251         PaintUtils::TextShadow textShadow;
252 if (PaintUtils::getTextShadow(mPaint, &textShadow)) {
254 shadow.translate(textShadow.dx, textShadow.dx);
255 shadow.outset(textShadow.radius);