Searched refs:fAmbientColor (Results 1 – 8 of 8) sorted by relevance
594 rec->fAmbientColor = ambientColor; in fill_shadow_rec()680 if (SkColorGetA(rec.fAmbientColor) > 0) { in drawShadow()691 SkColorFilters::Blend(rec.fAmbientColor, in drawShadow()710 if (!draw_shadow(factory, drawVertsProc, shadowedPath, rec.fAmbientColor)) { in drawShadow()749 paint.setColor(rec.fAmbientColor); in drawShadow()
66 fRec.fAmbientColor = 0x19000000; in onDelayedSetup()
24 SkColor fAmbientColor; member
21 desc += split + "\t fAmbientColor: " + std::to_string(fAmbientColor) + "\n"; in dump()
588 rec.fAmbientColor = reader->read32(); in handleOp()
725 fWriter.write32(rec.fAmbientColor); in onDrawShadowRec()
1182 if (SkColorGetA(rec.fAmbientColor) > 0) { in drawFastShadow()1200 GrColor ambientColor = SkColorToPremulGrColor(rec.fAmbientColor); in drawFastShadow()
360 rec.fAmbientColor = SK_ColorBLACK; in render_shadow()1863 MakeJsonColor(writer, fShadowRec.fAmbientColor); in toJSON()