Home | History | Annotate | Download | only in core

Lines Matching full:paint

64     SkAutoAlphaRestore(SkPaint* paint, uint8_t newAlpha)
66 fAlpha = paint->getAlpha();
67 fPaint = paint;
68 paint->setAlpha(newAlpha);
88 always let them see opaque alpha, and if the paint really
92 const SkPaint& paint,
95 if (!this->INHERITED::setContext(device, paint, matrix))
106 SkAutoAlphaRestore restore(const_cast<SkPaint*>(&paint), 0xFF);
108 return fShaderA->setContext(device, paint, tmpM) &&
109 fShaderB->setContext(device, paint, tmpM);