Home | History | Annotate | Download | only in gpu

Lines Matching refs:geoData

1736     SkAutoSTMalloc<kMinAllocated, Geometry>* geoData() { return &fGeoData; }
1938 // copy that->geoData(). We do this manually for performance reasons
1939 SkAutoSTMalloc<kMinAllocated, Geometry>* otherGeoData = that->geoData();