Lines Matching defs:geo
34 static void SetBounds(const Geometry& geo, SkRect* outBounds) { in SetBounds()
39 static void UpdateBoundsAfterAppend(const Geometry& geo, SkRect* outBounds) { in UpdateBoundsAfterAppend()
127 static SkString DumpInfo(const Geometry& geo, int index) { in DumpInfo()
141 static const GrGeometryProcessor* CreateGP(const Geometry& geo, in CreateGP()
151 static void Tesselate(intptr_t vertices, size_t vertexStride, const Geometry& geo, in Tesselate()
172 static SkString DumpInfo(const Geometry& geo, int index) { in DumpInfo()
189 static const GrGeometryProcessor* CreateGP(const Geometry& geo, in CreateGP()
202 static void Tesselate(intptr_t vertices, size_t vertexStride, const Geometry& geo, in Tesselate()
220 NonAAFillRectBatchSimple::Geometry& geo = batch->geoData()->push_back(); in append_to_batch() local
241 NonAAFillRectBatchPerspective::Geometry& geo = batch->geoData()->push_back(); in append_to_batch() local
300 const NonAAFillRectBatchPerspective::Geometry& geo = batch->geoData()->back(); in Append() local