Home
last modified time | relevance | path

Searched defs:outProps (Results 1 – 6 of 6) sorted by relevance

/external/skqp/src/core/
DSkSpecialImage.cpp154 sk_sp<SkSpecialSurface> SkSpecialImage::makeSurface(const SkImageFilter::OutputProperties& outProps, in makeSurface()
160 sk_sp<SkSurface> SkSpecialImage::makeTightSurface(const SkImageFilter::OutputProperties& outProps, in makeTightSurface()
260 sk_sp<SkSpecialSurface> onMakeSurface(const SkImageFilter::OutputProperties& outProps, in onMakeSurface()
301 sk_sp<SkSurface> onMakeTightSurface(const SkImageFilter::OutputProperties& outProps, in onMakeTightSurface()
454 sk_sp<SkSpecialSurface> onMakeSurface(const SkImageFilter::OutputProperties& outProps, in onMakeSurface()
512 sk_sp<SkSurface> onMakeTightSurface(const SkImageFilter::OutputProperties& outProps, in onMakeTightSurface()
DSkImageFilter.cpp316 const OutputProperties& outProps) { in ImageToColorSpace()
348 const SkImageFilter::OutputProperties& outProps, in pad_image()
/external/lzma/C/
DLzmaLib.c10 unsigned char *outProps, size_t *outPropsSize, in LzmaCompress()
/external/skqp/tests/
DSpecialImageTest.cpp90 SkImageFilter::OutputProperties outProps(kN32_SkColorType, img->getColorSpace()); in test_image() local
127 SkImageFilter::OutputProperties outProps(kN32_SkColorType, img->getColorSpace()); in test_image() local
/external/skqp/src/effects/imagefilters/
DSkAlphaThresholdFilter.cpp182 const OutputProperties& outProps = ctx.outputProperties(); in onFilterImage() local
DSkBlurImageFilter.cpp624 const OutputProperties& outProps, SkIPoint* offset) const in gpuFilter() argument