Home
last modified time | relevance | path

Searched refs:cropped (Results 1 – 25 of 39) sorted by relevance

12

/third_party/flutter/skia/src/core/
DSkImageFilter.cpp255 bool embiggen, SkIRect* cropped) const { in applyTo()
256 *cropped = imageBounds; in applyTo()
264 if (embiggen || devICropR.fLeft > cropped->fLeft) { in applyTo()
265 cropped->fLeft = devICropR.fLeft; in applyTo()
268 devICropR.fRight = Sk32_sat_add(cropped->fLeft, devICropR.width()); in applyTo()
271 if (embiggen || devICropR.fTop > cropped->fTop) { in applyTo()
272 cropped->fTop = devICropR.fTop; in applyTo()
275 devICropR.fBottom = Sk32_sat_add(cropped->fTop, devICropR.height()); in applyTo()
278 if (embiggen || devICropR.fRight < cropped->fRight) { in applyTo()
279 cropped->fRight = devICropR.fRight; in applyTo()
[all …]
/third_party/skia/src/core/
DSkImageFilter.cpp343 bool embiggen, SkIRect* cropped) const { in applyTo()
344 *cropped = imageBounds; in applyTo()
352 if (embiggen || devICropR.fLeft > cropped->fLeft) { in applyTo()
353 cropped->fLeft = devICropR.fLeft; in applyTo()
356 devICropR.fRight = Sk32_sat_add(cropped->fLeft, devICropR.width()); in applyTo()
359 if (embiggen || devICropR.fTop > cropped->fTop) { in applyTo()
360 cropped->fTop = devICropR.fTop; in applyTo()
363 devICropR.fBottom = Sk32_sat_add(cropped->fTop, devICropR.height()); in applyTo()
366 if (embiggen || devICropR.fRight < cropped->fRight) { in applyTo()
367 cropped->fRight = devICropR.fRight; in applyTo()
[all …]
DSkImageFilter_Base.h159 SkIRect* cropped) const;
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/
Dcutmix_batch_op.cc124 std::shared_ptr<Tensor> cropped; in ComputeImage() local
125 RETURN_IF_NOT_OK(Crop(rand_image, &cropped, x, y, crop_width, crop_height)); in ComputeImage()
126 …RETURN_IF_NOT_OK(MaskWithTensor(cropped, image_i, x, y, crop_width, crop_height, ImageFormat::HWC)… in ComputeImage()
142 std::shared_ptr<Tensor> cropped; in ComputeImage() local
144 RETURN_IF_NOT_OK(TensorVectorToBatchTensor(cropped_channels, &cropped)); in ComputeImage()
146 …RETURN_IF_NOT_OK(MaskWithTensor(cropped, image_i, x, y, crop_width, crop_height, ImageFormat::CHW)… in ComputeImage()
/third_party/skia/gm/
Dxfermodeimagefilter.cpp166 sk_sp<SkImageFilter> cropped(SkImageFilters::Offset(0, 0, foreground, &cropRect)); in onDraw() local
167 paint.setImageFilter(SkImageFilters::Blend(SkBlendMode::kScreen, cropped, background)); in onDraw()
175 paint.setImageFilter(SkImageFilters::Blend(SkBlendMode::kScreen, background, cropped)); in onDraw()
186 paint.setImageFilter(SkImageFilters::Blend(SkBlendMode::kSrcIn, background, cropped, in onDraw()
/third_party/flutter/skia/gm/
Dxfermodeimagefilter.cpp167 sk_sp<SkImageFilter> cropped(SkImageFilters::Offset(0, 0, foreground, &cropRect)); in onDraw() local
168 paint.setImageFilter(SkImageFilters::Xfermode(SkBlendMode::kScreen, cropped, background, in onDraw()
177 paint.setImageFilter(SkImageFilters::Xfermode(SkBlendMode::kScreen, background, cropped, in onDraw()
189 paint.setImageFilter(SkImageFilters::Xfermode(SkBlendMode::kSrcIn, background, cropped, in onDraw()
/third_party/re2/doc/
DREADME.xkcd1 xkcd.png is a cropped version of http://xkcd.com/208/
/third_party/skia/bench/
DBlurImageFilterBench.cpp63 BlurImageFilterBench(SkScalar sigmaX, SkScalar sigmaY, bool small, bool cropped, in BlurImageFilterBench() argument
66 , fIsCropped(cropped) in BlurImageFilterBench()
/third_party/flutter/skia/bench/
DBlurImageFilterBench.cpp63 BlurImageFilterBench(SkScalar sigmaX, SkScalar sigmaY, bool small, bool cropped, in BlurImageFilterBench() argument
66 , fIsCropped(cropped) in BlurImageFilterBench()
/third_party/flutter/skia/include/core/
DSkImageFilter.h59 SkIRect* cropped) const;
/third_party/e2fsprogs/doc/RelNotes/
Dv1.11.txt16 Fixed an array boundary overrun case which cropped up in
/third_party/flutter/flutter/packages/flutter/lib/src/painting/
Dbox_fit.dart90 /// `inputSize`, but if the input source is to be cropped down, this may be
94 /// which to paint the (possibly cropped) source. If the
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dcircle_avatar.dart32 /// The image will be cropped to have a circle shape.
Dbottom_navigation_bar.dart966 // difference within the cropped rectangle.
/third_party/mindspore/third_party/proto/caffe/
Dcaffe.proto647 // to align the cropped bottom with the reference bottom.
649 // the dimensions including and trailing `axis` are cropped.
651 // Otherwise, the number of offsets must equal the number of cropped axes to
1239 // warp: cropped window is warped to a fixed size and aspect ratio
1240 // square: the tightest square around the window is cropped
1429 // warp: cropped window is warped to a fixed size and aspect ratio
1430 // square: the tightest square around the window is cropped
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/
Dhoudini_canvas.dart23 /// Painting outside the bounds of this rectangle is cropped.
/third_party/ffmpeg/doc/
Dbitstream_filters.texi262 the current ones if the stream is already cropped.
365 will replace the current ones if the stream is already cropped.
Dindevs.texi957 To capture only part of a plane the output can be cropped - this can be used to capture
/third_party/ffmpeg/libavfilter/opencl/
Ddeshake.cl592 // Upscales the given cropped region to the size of the original frame
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Dusage.txt532 The image can be losslessly cropped by giving the switch:
/third_party/libjpeg-turbo/
Dusage.txt532 The image can be losslessly cropped by giving the switch:
/third_party/skia/third_party/externals/libjpeg-turbo/
Dusage.txt543 The image can be losslessly cropped by giving the switch:
/third_party/boost/libs/hana/doc/js/
Dhighcharts.js379 …&&g(a)&&(m=this.xData.indexOf(a,c));-1!==m&&"undefined"!==typeof m&&this.cropped&&(m=m>=this.cropS…
382 …m=e.length;c=A(c,!0);B&&B.enabled&&(e=this.sortData(e));!1!==a&&m&&k&&!h.cropped&&!h.hasGroupedDat…
386 …))var n=a;else 0>a&&m&&(t(15,!1,this.chart),m=!1);return{xData:c,yData:b,cropped:B,cropStart:d,clo…
387 …ty&&!this.yAxis.isDirty&&!e)return!1;e=this.getProcessedData();this.cropped=e.cropped;this.cropSta…
390 …|!t);n=c||this.getExtremesFromAll||this.options.getExtremesFromAll||this.cropped||!b||(d[B+r]||n)>…
/third_party/node/doc/api/
Dbuffer.md2101 offset and cropped by the `start` and `end` indices.
2174 offset and cropped by the `start` and `end` indices.
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dwidget_inspector_test.dart2301 // Verify that setting a margin includes the previously cropped content.

12