Home | History | Annotate | Download | only in batches

Lines Matching refs:Geometry

18  *     A Geometry struct
27 * void SetBounds(const Geometry& seedGeometry, SkRect* outBounds)
29 * void UpdateBoundsAfterAppend(const Geometry& lastGeometry, SkRect* currentBounds)
31 * bool CanCombine(const Geometry& mine, const Geometry& theirs,
34 * const GrGeometryProcessor* CreateGP(const Geometry& seedGeometry,
39 * Tesselate(intptr_t vertices, size_t vertexStride, const Geometry& geo,
47 typedef typename Impl::Geometry Geometry;
65 // When this is called on a batch, there is only one geometry bundle
75 SkSTArray<1, Geometry, true>* geoData() { return &fGeoData; }
79 const Geometry& geo = fGeoData[0];
84 const Geometry& geo = fGeoData.back();
123 const Geometry& seedGeometry() const { return fGeoData[0]; }
148 SkSTArray<1, Geometry, true> fGeoData;