Home
last modified time | relevance | path

Searched refs:fShadowRec (Results 1 – 4 of 4) sorted by relevance

/external/skqp/tools/debugger/
DSkDrawCommand.cpp1964 fShadowRec = rec; in SkDrawShadowCommand()
1968 canvas->private_draw_shadow_rec(fPath, fShadowRec); in execute()
1972 render_shadow(canvas, fPath, fShadowRec); in render()
1979 bool geometricOnly = SkToBool(fShadowRec.fFlags & SkShadowFlags::kGeometricOnly_ShadowFlag); in toJSON()
1981 SkToBool(fShadowRec.fFlags & SkShadowFlags::kTransparentOccluder_ShadowFlag); in toJSON()
1985 MakeJsonPoint3(writer, fShadowRec.fZPlaneParams); in toJSON()
1987 MakeJsonPoint3(writer, fShadowRec.fLightPos); in toJSON()
1988 writer.appendFloat(SKDEBUGCANVAS_ATTRIBUTE_LIGHTRADIUS, fShadowRec.fLightRadius); in toJSON()
1990 MakeJsonColor(writer, fShadowRec.fAmbientColor); in toJSON()
1992 MakeJsonColor(writer, fShadowRec.fSpotColor); in toJSON()
DSkDrawCommand.h669 SkDrawShadowRec fShadowRec; variable
/external/skia/tools/debugger/
DSkDrawCommand.cpp1986 fShadowRec = rec; in SkDrawShadowCommand()
1990 canvas->private_draw_shadow_rec(fPath, fShadowRec); in execute()
1994 render_shadow(canvas, fPath, fShadowRec); in render()
2001 bool geometricOnly = SkToBool(fShadowRec.fFlags & SkShadowFlags::kGeometricOnly_ShadowFlag); in toJSON()
2003 SkToBool(fShadowRec.fFlags & SkShadowFlags::kTransparentOccluder_ShadowFlag); in toJSON()
2007 MakeJsonPoint3(writer, fShadowRec.fZPlaneParams); in toJSON()
2009 MakeJsonPoint3(writer, fShadowRec.fLightPos); in toJSON()
2010 writer.appendFloat(SKDEBUGCANVAS_ATTRIBUTE_LIGHTRADIUS, fShadowRec.fLightRadius); in toJSON()
2012 MakeJsonColor(writer, fShadowRec.fAmbientColor); in toJSON()
2014 MakeJsonColor(writer, fShadowRec.fSpotColor); in toJSON()
DSkDrawCommand.h682 SkDrawShadowRec fShadowRec; variable