Lines Matching refs:geometry
201 ConvexPolyTestBatch::Geometry geometry; in onDraw() local
202 geometry.fColor = color.fColor; in onDraw()
203 geometry.fRect = p.getBounds(); in onDraw()
204 geometry.fBounds = p.getBounds(); in onDraw()
206 SkAutoTUnref<GrDrawBatch> batch(ConvexPolyTestBatch::Create(gp, geometry)); in onDraw()
247 ConvexPolyTestBatch::Geometry geometry; in onDraw() local
248 geometry.fColor = color.fColor; in onDraw()
249 geometry.fRect = rect; in onDraw()
250 geometry.fBounds = rect; in onDraw()
251 geometry.fBounds.sort(); in onDraw()
253 SkAutoTUnref<GrDrawBatch> batch(ConvexPolyTestBatch::Create(gp, geometry)); in onDraw()