HomeSort by relevance Sort by last modified time
    Searched defs:textShadow (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/
BakedOpDispatcher.cpp 199 PaintUtils::TextShadow textShadow;
200 if (!PaintUtils::getTextShadow(op.paint, &textShadow)) {
206 op.paint, op.glyphs, op.glyphCount, textShadow.radius, op.positions);
212 const float sx = op.x - texture->left + textShadow.dx;
213 const float sy = op.y - texture->top + textShadow.dy;
219 .setFillShadowTexturePaint(*texture, textShadow.color, *op.paint, textOpState.alpha)
233 shadowBounds.translate(textShadow.dx, textShadow.dy);
234 shadowBounds.outset(textShadow.radius, textShadow.radius)
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 

Completed in 86 milliseconds