/third_party/flutter/skia/src/core/ |
D | SkImageFilter.cpp | 255 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/ |
D | SkImageFilter.cpp | 343 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 …]
|
D | SkImageFilter_Base.h | 159 SkIRect* cropped) const;
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/ |
D | cutmix_batch_op.cc | 124 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/ |
D | xfermodeimagefilter.cpp | 166 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/ |
D | xfermodeimagefilter.cpp | 167 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/ |
D | README.xkcd | 1 xkcd.png is a cropped version of http://xkcd.com/208/
|
/third_party/skia/bench/ |
D | BlurImageFilterBench.cpp | 63 BlurImageFilterBench(SkScalar sigmaX, SkScalar sigmaY, bool small, bool cropped, in BlurImageFilterBench() argument 66 , fIsCropped(cropped) in BlurImageFilterBench()
|
/third_party/flutter/skia/bench/ |
D | BlurImageFilterBench.cpp | 63 BlurImageFilterBench(SkScalar sigmaX, SkScalar sigmaY, bool small, bool cropped, in BlurImageFilterBench() argument 66 , fIsCropped(cropped) in BlurImageFilterBench()
|
/third_party/flutter/skia/include/core/ |
D | SkImageFilter.h | 59 SkIRect* cropped) const;
|
/third_party/e2fsprogs/doc/RelNotes/ |
D | v1.11.txt | 16 Fixed an array boundary overrun case which cropped up in
|
/third_party/flutter/flutter/packages/flutter/lib/src/painting/ |
D | box_fit.dart | 90 /// `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/ |
D | circle_avatar.dart | 32 /// The image will be cropped to have a circle shape.
|
D | bottom_navigation_bar.dart | 966 // difference within the cropped rectangle.
|
/third_party/mindspore/third_party/proto/caffe/ |
D | caffe.proto | 647 // 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/ |
D | houdini_canvas.dart | 23 /// Painting outside the bounds of this rectangle is cropped.
|
/third_party/ffmpeg/doc/ |
D | bitstream_filters.texi | 262 the current ones if the stream is already cropped. 365 will replace the current ones if the stream is already cropped.
|
D | indevs.texi | 957 To capture only part of a plane the output can be cropped - this can be used to capture
|
/third_party/ffmpeg/libavfilter/opencl/ |
D | deshake.cl | 592 // Upscales the given cropped region to the size of the original frame
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | usage.txt | 532 The image can be losslessly cropped by giving the switch:
|
/third_party/libjpeg-turbo/ |
D | usage.txt | 532 The image can be losslessly cropped by giving the switch:
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | usage.txt | 543 The image can be losslessly cropped by giving the switch:
|
/third_party/boost/libs/hana/doc/js/ |
D | highcharts.js | 379 …&&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/ |
D | buffer.md | 2101 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/ |
D | widget_inspector_test.dart | 2301 // Verify that setting a margin includes the previously cropped content.
|