Home
last modified time | relevance | path

Searched defs:dstRect (Results 1 - 25 of 54) sorted by relevance

123

/third_party/skia/src/gpu/
H A DSurfaceFillContext.cpp14 void SurfaceFillContext::fillRectWithFP(const SkIRect& dstRect, in fillRectWithFP() argument
H A DSurfaceFillContext.h64 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 DSkBlurTypes.h34 SkRect dstRect; member
/third_party/skia/modules/svg/src/
H A DSkSVGFeImage.cpp35 const SkRect& dstRect = imgInfo.fDst; in onMakeImageFilter() local
/third_party/skia/gm/
H A Dimagesource.cpp57 const SkRect dstRect = SkRect::MakeXYWH(0, 10, 60, 60); variable
H A Dtileimagefilter.cpp73 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 Dimagesource2.cpp77 const SkRect dstRect = SkRect::MakeLTRB(0.75f, 0.75f, 225.75f, 225.75f); variable
H A Dresizeimagefilter.cpp43 SkRect dstRect; in draw() local
H A Dverylargebitmap.cpp63 SkRect dstRect = SkRect::MakeWH(128.f, 128.f); in show_image() local
H A Dtallstretchedbitmaps.cpp95 SkRect dstRect = SkRect::MakeWH(SkIntToScalar(bmp.width()), 10.f * itemHeight); variable
H A Ddrawminibitmaprect.cpp96 const SkRect dstRect = { 0, 0, SkIntToScalar(64), SkIntToScalar(64)}; variable
H A Drectangletexture.cpp190 auto dstRect = SkRect::MakeXYWH( 0, 0, .50f*w, .50f*h); variable
202 auto dstRect = SkRect::Make(fSmallImg->dimensions()).makeOutset(kOutset, kOutset); variable
H A Dgpu_blur_utils.cpp404 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 Ddrawbitmaprect.cpp182 SkRect dstRect = { 0, 0, SkIntToScalar(64), SkIntToScalar(64)}; variable
/third_party/skia/tests/
H A DRepeatedClippedBlurTest.cpp100 SkRect dstRect = SkRect::MakeXYWH(offset.fX, offset.fY, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
H A DGrOpListFlushTest.cpp51 SkRect dstRect = SkRect::MakeWH(1, 1); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
H A DVkDrawableTest.cpp160 SkRect dstRect = SkRect::MakeXYWH(3*td->fWidth/4, 0, td->fWidth/4, td->fHeight); in ImportDraw() local
H A DDMSAATest.cpp236 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 DSkPictureImageFilter.cpp137 SkRect dstRect = fCropRect; in onFilterNodeBounds() local
H A DSkTileImageFilter.cpp26 SkTileImageFilter(const SkRect& srcRect, const SkRect& dstRect, sk_sp<SkImageFilter> input) in SkTileImageFilter() argument
102 SkRect dstRect; in onFilterImage() local
H A DSkImageImageFilter.cpp23 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 DSkMatrixImageFilter.cpp85 SkRect dstRect; in onFilterImage() local
/third_party/vk-gl-cts/framework/platform/raspi/
H A DtcuRaspiPlatform.cpp127 VC_RECT_T dstRect, srcRect; in Window() local
/third_party/skia/src/gpu/v1/
H A DSurfaceFillContext_v1.cpp55 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 DDDLTileHelper.cpp84 SkRect dstRect = SkRect::Make(tile->clipRect()); in createComposeDDL() local

Completed in 13 milliseconds

123