/third_party/skia/fuzz/oss_fuzz/ |
H A D | FuzzSkRuntimeEffect.cpp | 36 sk_sp<SkData> codeBytes = SkData::MakeSubset(bytes.get(), 0, bytes->size() - kReservedBytes); in FuzzSkRuntimeEffect_Once() 46 SkData::MakeSubset(bytes.get(), bytes->size() - kReservedBytes, effect->uniformSize()); in FuzzSkRuntimeEffect_Once()
|
H A D | FuzzAndroidCodec.cpp | 62 bytes = SkData::MakeSubset(bytes.get(), 1, size - 1); in LLVMFuzzerTestOneInput()
|
/third_party/skia/src/gpu/effects/ |
H A D | GrBicubicEffect.cpp | 141 std::unique_ptr<GrFragmentProcessor> GrBicubicEffect::MakeSubset( in MakeSubset() function in GrBicubicEffect 153 fp = GrTextureEffect::MakeSubset( in MakeSubset() 160 std::unique_ptr<GrFragmentProcessor> GrBicubicEffect::MakeSubset( in MakeSubset() function in GrBicubicEffect 181 fp = GrTextureEffect::MakeSubset( in MakeSubset() 276 return MakeSubset(std::move(view), in TestCreate()
|
H A D | GrBicubicEffect.h | 67 static std::unique_ptr<GrFragmentProcessor> MakeSubset(GrSurfaceProxyView view, 81 static std::unique_ptr<GrFragmentProcessor> MakeSubset(GrSurfaceProxyView view,
|
H A D | GrTextureEffect.h | 47 * alwaysUseShaderTileMode is true then MakeSubset won't attempt to use HW wrap modes if the 50 static std::unique_ptr<GrFragmentProcessor> MakeSubset(GrSurfaceProxyView, 65 static std::unique_ptr<GrFragmentProcessor> MakeSubset(GrSurfaceProxyView, 75 * Like MakeSubset() but always uses kLinear filtering. MakeSubset() uses the subset rect
|
H A D | GrGaussianConvolutionFragmentProcessor.cpp | 172 child = GrTextureEffect::MakeSubset(std::move(view), 181 child = GrTextureEffect::MakeSubset(std::move(view),
|
H A D | GrYUVtoRGBEffect.cpp | 159 planeFPs[i] = GrTextureEffect::MakeSubset(std::move(view), in Make() 168 planeFPs[i] = GrTextureEffect::MakeSubset(std::move(view), in Make()
|
H A D | GrTextureEffect.cpp | 185 std::unique_ptr<GrFragmentProcessor> GrTextureEffect::MakeSubset(GrSurfaceProxyView view, in MakeSubset() function in GrTextureEffect 206 std::unique_ptr<GrFragmentProcessor> GrTextureEffect::MakeSubset(GrSurfaceProxyView view, in MakeSubset() function in GrTextureEffect
|
H A D | GrMatrixConvolutionEffect.cpp | 349 auto child = GrTextureEffect::MakeSubset(std::move(srcView), kPremul_SkAlphaType, SkMatrix::I(), in Make()
|
/third_party/skia/tests/ |
H A D | DataRefTest.cpp | 191 sk_sp<SkData> r3(SkData::MakeSubset(r1.get(), 7, 6)); in DEF_TEST() 201 sk_sp<SkData> tmp(SkData::MakeSubset(r1.get(), strlen(str), 10)); in DEF_TEST() 203 tmp = SkData::MakeSubset(r1.get(), 0, 0); in DEF_TEST()
|
H A D | GifTest.cpp | 321 data = SkData::MakeSubset(data.get(), 0, 446); in DEF_TEST() 365 data = SkData::MakeSubset(data.get(), 0, i); in DEF_TEST() 439 data = SkData::MakeSubset(data.get(), 0, 23); in DEF_TEST()
|
H A D | CodecPartialTest.cpp | 165 file = SkData::MakeSubset(file.get(), 0, 153); in DEF_TEST() 473 file = SkData::MakeSubset(file.get(), 0, 80); in DEF_TEST()
|
/third_party/skia/src/image/ |
H A D | SkImage.cpp | 350 return GrBicubicEffect::MakeSubset(std::move(view), in MakeFragmentProcessorFromView() 361 return GrBicubicEffect::MakeSubset(std::move(view), in MakeFragmentProcessorFromView() 386 return GrTextureEffect::MakeSubset(std::move(view), in MakeFragmentProcessorFromView() 394 return GrTextureEffect::MakeSubset(std::move(view), in MakeFragmentProcessorFromView()
|
/third_party/skia/include/core/ |
H A D | SkData.h | 170 static sk_sp<SkData> MakeSubset(const SkData* src, size_t offset, size_t length);
|
/third_party/skia/src/effects/imagefilters/ |
H A D | SkArithmeticImageFilter.cpp | 371 fp = GrTextureEffect::MakeSubset(std::move(backgroundView), in filterImageGPU() 391 auto fgFP = GrTextureEffect::MakeSubset(std::move(foregroundView), in filterImageGPU()
|
H A D | SkBlendImageFilter.cpp | 287 fp = GrTextureEffect::MakeSubset(std::move(backgroundView), background->alphaType(), in filterImageGPU() 303 auto fgFP = GrTextureEffect::MakeSubset(std::move(foregroundView), foreground->alphaType(), in filterImageGPU()
|
H A D | SkDisplacementMapImageFilter.cpp | 428 auto colorEffect = GrTextureEffect::MakeSubset(std::move(color), in Make()
|
/third_party/skia/src/codec/ |
H A D | SkRawCodec.cpp | 258 data = SkData::MakeSubset(data.get(), 0, bytesRead); 276 data = SkData::MakeSubset(data.get(), 0, newSize); 381 data = SkData::MakeSubset(data.get(), 0, bytesRead);
|
H A D | SkIcoCodec.cpp | 189 sk_sp<SkData> embeddedData(SkData::MakeSubset(data.get(), offset, size)); in MakeFromStream()
|
/third_party/skia/src/core/ |
H A D | SkData.cpp | 173 sk_sp<SkData> SkData::MakeSubset(const SkData* src, size_t offset, size_t length) {
|
H A D | SkGpuBlurUtils.cpp | 330 auto fp = GrTextureEffect::MakeSubset(std::move(srcView), srcAlphaType, SkMatrix::I(), in reexpand() 538 auto fp = GrTextureEffect::MakeSubset(std::move(srcView), in GaussianBlur()
|
/third_party/skia/gm/ |
H A D | gpu_blur_utils.cpp | 67 auto fp = GrTextureEffect::MakeSubset(src, in slow_blur() 273 auto fp = GrTextureEffect::MakeSubset(src, kPremul_SkAlphaType, SkMatrix::I(), in run()
|
H A D | lazytiling.cpp | 158 auto fp = GrTextureEffect::MakeSubset(src, kOpaque_SkAlphaType, mat, in draw_texture()
|
H A D | texelsubset.cpp | 154 fp1 = GrTextureEffect::MakeSubset(view,
|
/third_party/skia/src/c/ |
H A D | sk_surface.cpp | 455 return ToData(SkData::MakeSubset(AsData(csrc), offset, length).release()); in sk_data_new_subset()
|