• Home
  • Raw
  • Download

Lines Matching refs:outProps

56     virtual sk_sp<SkSpecialSurface> onMakeSurface(const SkImageFilter::OutputProperties& outProps,
62 virtual sk_sp<SkSurface> onMakeTightSurface(const SkImageFilter::OutputProperties& outProps,
154 sk_sp<SkSpecialSurface> SkSpecialImage::makeSurface(const SkImageFilter::OutputProperties& outProps, in makeSurface() argument
157 return as_SIB(this)->onMakeSurface(outProps, size, at, props); in makeSurface()
160 sk_sp<SkSurface> SkSpecialImage::makeTightSurface(const SkImageFilter::OutputProperties& outProps, in makeTightSurface() argument
162 return as_SIB(this)->onMakeTightSurface(outProps, size, at); in makeTightSurface()
260 sk_sp<SkSpecialSurface> onMakeSurface(const SkImageFilter::OutputProperties& outProps, in onMakeSurface() argument
264 SkColorSpace* colorSpace = outProps.colorSpace(); in onMakeSurface()
301 sk_sp<SkSurface> onMakeTightSurface(const SkImageFilter::OutputProperties& outProps, in onMakeTightSurface() argument
304 SkColorSpace* colorSpace = outProps.colorSpace(); in onMakeTightSurface()
454 sk_sp<SkSpecialSurface> onMakeSurface(const SkImageFilter::OutputProperties& outProps, in onMakeSurface() argument
462 fContext->contextPriv().caps()->getBackendFormatFromColorType(outProps.colorType()); in onMakeSurface()
466 SkColorType2GrPixelConfig(outProps.colorType()), sk_ref_sp(outProps.colorSpace()), in onMakeSurface()
512 sk_sp<SkSurface> onMakeTightSurface(const SkImageFilter::OutputProperties& outProps, in onMakeTightSurface() argument
514 SkColorSpace* colorSpace = outProps.colorSpace(); in onMakeTightSurface()