/third_party/skia/src/gpu/ |
H A D | SurfaceFillContext.cpp | 14 void SurfaceFillContext::fillRectWithFP(const SkIRect& dstRect, in fillRectWithFP() argument
|
H A D | SurfaceFillContext.h | 64 fillRectToRectWithFP(const SkRect& srcRect, const SkIRect& dstRect, std::unique_ptr<GrFragmentProcessor> fp) fillRectToRectWithFP() argument 72 fillRectToRectWithFP(const SkIRect& srcRect, const SkIRect& dstRect, std::unique_ptr<GrFragmentProcessor> fp) fillRectToRectWithFP() argument 75 this->fillRectToRectWithFP(SkRect::Make(srcRect), dstRect, std::move(fp)); fillRectToRectWithFP() local [all...] |
/third_party/skia/include/core/ |
H A D | SkBlurTypes.h | 34 SkRect dstRect; member
|
/third_party/skia/modules/svg/src/ |
H A D | SkSVGFeImage.cpp | 35 const SkRect& dstRect = imgInfo.fDst; in onMakeImageFilter() local
|
/third_party/skia/gm/ |
H A D | imagesource.cpp | 57 const SkRect dstRect = SkRect::MakeXYWH(0, 10, 60, 60); variable
|
H A D | tileimagefilter.cpp | 73 SkRect dstRect = SkRect::MakeXYWH(SkIntToScalar(i * 8), variable 104 SkRect dstRect = SkRect::MakeWH(SkIntToScalar(fBitmap->width() * 2), variable 127 SkRect dstRect = SkRect::MakeXYWH(0, 0, 100, 100); variable [all...] |
H A D | imagesource2.cpp | 77 const SkRect dstRect = SkRect::MakeLTRB(0.75f, 0.75f, 225.75f, 225.75f); variable
|
H A D | resizeimagefilter.cpp | 43 SkRect dstRect; in draw() local
|
H A D | verylargebitmap.cpp | 63 SkRect dstRect = SkRect::MakeWH(128.f, 128.f); in show_image() local
|
H A D | tallstretchedbitmaps.cpp | 95 SkRect dstRect = SkRect::MakeWH(SkIntToScalar(bmp.width()), 10.f * itemHeight); variable
|
H A D | drawminibitmaprect.cpp | 96 const SkRect dstRect = { 0, 0, SkIntToScalar(64), SkIntToScalar(64)}; variable
|
H A D | rectangletexture.cpp | 190 auto dstRect = SkRect::MakeXYWH( 0, 0, .50f*w, .50f*h); variable 202 auto dstRect = SkRect::Make(fSmallImg->dimensions()).makeOutset(kOutset, kOutset); variable
|
H A D | gpu_blur_utils.cpp | 404 auto dstRect = SkIRect::MakeSize(dstB.size()).makeOffset(x, y); in do_very_large_blur_gm() local 422 dstRect, in do_very_large_blur_gm() local
|
H A D | drawbitmaprect.cpp | 182 SkRect dstRect = { 0, 0, SkIntToScalar(64), SkIntToScalar(64)}; variable
|
/third_party/skia/tests/ |
H A D | RepeatedClippedBlurTest.cpp | 100 SkRect dstRect = SkRect::MakeXYWH(offset.fX, offset.fY, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
|
H A D | GrOpListFlushTest.cpp | 51 SkRect dstRect = SkRect::MakeWH(1, 1); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
|
H A D | VkDrawableTest.cpp | 160 SkRect dstRect = SkRect::MakeXYWH(3*td->fWidth/4, 0, td->fWidth/4, td->fHeight); in ImportDraw() local
|
H A D | DMSAATest.cpp | 236 SkRect dstRect = SkRect::MakeXYWH(texDims.width()/2, texDims.height()/2, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
|
/third_party/skia/src/effects/imagefilters/ |
H A D | SkPictureImageFilter.cpp | 137 SkRect dstRect = fCropRect; in onFilterNodeBounds() local
|
H A D | SkTileImageFilter.cpp | 26 SkTileImageFilter(const SkRect& srcRect, const SkRect& dstRect, sk_sp<SkImageFilter> input) in SkTileImageFilter() argument 102 SkRect dstRect; in onFilterImage() local
|
H A D | SkImageImageFilter.cpp | 23 SkImageImageFilter(sk_sp<SkImage> image, const SkRect& srcRect, const SkRect& dstRect, in SkImageImageFilter() argument 169 SkRect dstRect = fDstRect; in onFilterNodeBounds() local 56 Image(sk_sp<SkImage> image, const SkRect& srcRect, const SkRect& dstRect, const SkSamplingOptions& sampling) Image() argument
|
/third_party/skia/src/core/ |
H A D | SkMatrixImageFilter.cpp | 85 SkRect dstRect; in onFilterImage() local
|
/third_party/vk-gl-cts/framework/platform/raspi/ |
H A D | tcuRaspiPlatform.cpp | 127 VC_RECT_T dstRect, srcRect; in Window() local
|
/third_party/skia/src/gpu/v1/ |
H A D | SurfaceFillContext_v1.cpp | 55 void SurfaceFillContext::fillRectWithFP(const SkIRect& dstRect, in fillRectWithFP() argument 250 auto dstRect = SkIRect::MakePtSize(clippedDstPoint, clippedSrcRect.size()); in blitTexture() local
|
/third_party/skia/tools/ |
H A D | DDLTileHelper.cpp | 84 SkRect dstRect = SkRect::Make(tile->clipRect()); in createComposeDDL() local
|