Lines Matching full:sk_sp
58 static sk_sp<GrGeometryProcessor> Make(const sk_sp<GrTextureProxy>* proxies,
62 return sk_sp<GrGeometryProcessor>(new GrDistanceFieldA8TextGeoProc(
66 static sk_sp<GrGeometryProcessor> Make(const sk_sp<GrTextureProxy>* proxies,
70 return sk_sp<GrGeometryProcessor>(new GrDistanceFieldA8TextGeoProc(
88 void addNewProxies(const sk_sp<GrTextureProxy>* proxies, int numProxies, const GrSamplerState&);
95 GrDistanceFieldA8TextGeoProc(const sk_sp<GrTextureProxy>* proxies,
130 static sk_sp<GrGeometryProcessor> Make(const SkMatrix& matrix,
131 const sk_sp<GrTextureProxy>* proxies,
134 return sk_sp<GrGeometryProcessor>(
148 void addNewProxies(const sk_sp<GrTextureProxy>* proxies, int numProxies, const GrSamplerState&);
158 const sk_sp<GrTextureProxy>* proxies,
197 static sk_sp<GrGeometryProcessor> Make(const sk_sp<GrTextureProxy>* proxies,
203 return sk_sp<GrGeometryProcessor>(new GrDistanceFieldLCDTextGeoProc(
218 void addNewProxies(const sk_sp<GrTextureProxy>* proxies, int numProxies, const GrSamplerState&);
225 GrDistanceFieldLCDTextGeoProc(const sk_sp<GrTextureProxy>* proxies, int numProxies,