Searched refs:fShadowRec (Results 1 – 2 of 2) sorted by relevance
1836 fShadowRec = rec; in DrawShadowCommand()1840 canvas->private_draw_shadow_rec(fPath, fShadowRec); in execute()1844 render_shadow(canvas, fPath, fShadowRec); in render()1851 bool geometricOnly = SkToBool(fShadowRec.fFlags & SkShadowFlags::kGeometricOnly_ShadowFlag); in toJSON()1853 SkToBool(fShadowRec.fFlags & SkShadowFlags::kTransparentOccluder_ShadowFlag); in toJSON()1858 MakeJsonPoint3(writer, fShadowRec.fZPlaneParams); in toJSON()1860 MakeJsonPoint3(writer, fShadowRec.fLightPos); in toJSON()1861 writer.appendFloat(DEBUGCANVAS_ATTRIBUTE_LIGHTRADIUS, fShadowRec.fLightRadius); in toJSON()1863 MakeJsonColor(writer, fShadowRec.fAmbientColor); in toJSON()1865 MakeJsonColor(writer, fShadowRec.fSpotColor); in toJSON()
672 SkDrawShadowRec fShadowRec; variable