Home | History | Annotate | Download | only in hwui

Lines Matching defs:textShadow

2624     TextShadow textShadow;
2625 if (!getTextShadow(paint, &textShadow)) {
2633 paint, text, bytesCount, count, textShadow.radius, positions);
2639 const float sx = x - shadow->left + textShadow.dx;
2640 const float sy = y - shadow->top + textShadow.dy;
2642 const int shadowAlpha = ((textShadow.color >> 24) & 0xFF) * mSnapshot->alpha;
2644 textShadow.color = SK_ColorWHITE;
2649 setupDrawAlpha8Color(textShadow.color, shadowAlpha < 255 ? shadowAlpha : alpha);