/external/skqp/src/core/ |
D | SkImageFilter.cpp | 35 SkIRect* cropped) const { in applyTo() 36 *cropped = imageBounds; in applyTo() 44 if (embiggen || devICropR.fLeft > cropped->fLeft) { in applyTo() 45 cropped->fLeft = devICropR.fLeft; in applyTo() 48 devICropR.fRight = Sk32_sat_add(cropped->fLeft, devICropR.width()); in applyTo() 51 if (embiggen || devICropR.fTop > cropped->fTop) { in applyTo() 52 cropped->fTop = devICropR.fTop; in applyTo() 55 devICropR.fBottom = Sk32_sat_add(cropped->fTop, devICropR.height()); in applyTo() 58 if (embiggen || devICropR.fRight < cropped->fRight) { in applyTo() 59 cropped->fRight = devICropR.fRight; in applyTo() [all …]
|
/external/skia/src/core/ |
D | SkImageFilter.cpp | 38 SkIRect* cropped) const { in applyTo() 39 *cropped = imageBounds; in applyTo() 47 if (embiggen || devICropR.fLeft > cropped->fLeft) { in applyTo() 48 cropped->fLeft = devICropR.fLeft; in applyTo() 51 devICropR.fRight = Sk32_sat_add(cropped->fLeft, devICropR.width()); in applyTo() 54 if (embiggen || devICropR.fTop > cropped->fTop) { in applyTo() 55 cropped->fTop = devICropR.fTop; in applyTo() 58 devICropR.fBottom = Sk32_sat_add(cropped->fTop, devICropR.height()); in applyTo() 61 if (embiggen || devICropR.fRight < cropped->fRight) { in applyTo() 62 cropped->fRight = devICropR.fRight; in applyTo() [all …]
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_SampleDistortedBoundingBox.pbtxt | 54 The cropped area of the image must contain at least this 56 non-negative. In the case of 0, the cropped area does not need to overlap 63 The cropped area of the image must have an aspect ratio = 70 The cropped area of the image must contain a fraction of the 77 Number of attempts at generating a cropped region of the image
|
D | api_def_SampleDistortedBoundingBoxV2.pbtxt | 19 The cropped area of the image must contain at least this 21 non-negative. In the case of 0, the cropped area does not need to overlap 63 The cropped area of the image must have an aspect ratio = 70 The cropped area of the image must contain a fraction of the 77 Number of attempts at generating a cropped region of the image
|
D | api_def_CropAndResize.pbtxt | 36 cropped image patches are resized to this size. The aspect ratio of the image 70 bounding box locations in `boxes`. The cropped boxes are all resized (with
|
D | api_def_RandomCrop.pbtxt | 41 rectangle from that location. The random location is picked so the cropped
|
D | api_def_RFFT.pbtxt | 37 corresponding dimension of `input`, the dimension is cropped. If it is larger,
|
D | api_def_RFFT2D.pbtxt | 39 corresponding dimension of `input`, the dimension is cropped. If it is larger,
|
D | api_def_RFFT3D.pbtxt | 39 corresponding dimension of `input`, the dimension is cropped. If it is larger,
|
D | api_def_DecodeWav.pbtxt | 42 If desired_samples is set, then the audio will be cropped or padded with zeroes
|
D | api_def_IRFFT.pbtxt | 40 than the corresponding dimension of `input`, the dimension is cropped. If it is
|
D | api_def_IRFFT3D.pbtxt | 41 corresponding dimension of `input`, the dimension is cropped. If it is larger,
|
D | api_def_IRFFT2D.pbtxt | 41 corresponding dimension of `input`, the dimension is cropped. If it is larger,
|
D | api_def_BatchToSpaceND.pbtxt | 136 optionally cropped according to `crops` to produce the output. This is the
|
/external/skia/gm/ |
D | xfermodeimagefilter.cpp | 172 sk_sp<SkImageFilter> cropped(SkOffsetImageFilter::Make(0, 0, foreground, &cropRect)); in onDraw() local 173 paint.setImageFilter(SkXfermodeImageFilter::Make(mode, cropped, background, nullptr)); in onDraw() 181 paint.setImageFilter(SkXfermodeImageFilter::Make(mode, background, cropped, nullptr)); in onDraw() 194 cropped, &cropRectFull)); in onDraw()
|
/external/skqp/gm/ |
D | xfermodeimagefilter.cpp | 172 sk_sp<SkImageFilter> cropped(SkOffsetImageFilter::Make(0, 0, foreground, &cropRect)); in onDraw() local 173 paint.setImageFilter(SkXfermodeImageFilter::Make(mode, cropped, background, nullptr)); in onDraw() 181 paint.setImageFilter(SkXfermodeImageFilter::Make(mode, background, cropped, nullptr)); in onDraw() 194 cropped, &cropRectFull)); in onDraw()
|
/external/strace/tests-m32/ |
D | mq_sendrecv.c | 132 bool cropped) in do_send() argument 144 if (cropped) in do_send() 165 bool cropped) in do_recv() argument 179 if (cropped) in do_recv()
|
/external/strace/tests-mx32/ |
D | mq_sendrecv.c | 132 bool cropped) in do_send() argument 144 if (cropped) in do_send() 165 bool cropped) in do_recv() argument 179 if (cropped) in do_recv()
|
/external/strace/tests/ |
D | mq_sendrecv.c | 132 bool cropped) in do_send() argument 144 if (cropped) in do_send() 165 bool cropped) in do_recv() argument 179 if (cropped) in do_recv()
|
/external/skia/bench/ |
D | BlurImageFilterBench.cpp | 64 BlurImageFilterBench(SkScalar sigmaX, SkScalar sigmaY, bool small, bool cropped, in BlurImageFilterBench() argument 67 , fIsCropped(cropped) in BlurImageFilterBench()
|
/external/skqp/bench/ |
D | BlurImageFilterBench.cpp | 64 BlurImageFilterBench(SkScalar sigmaX, SkScalar sigmaY, bool small, bool cropped, in BlurImageFilterBench() argument 67 , fIsCropped(cropped) in BlurImageFilterBench()
|
/external/tensorflow/tensorflow/python/ops/ |
D | image_ops_impl.py | 809 cropped = array_ops.slice( 817 cropped.set_shape(cropped_shape) 820 cropped = array_ops.squeeze(cropped, axis=[0]) 822 return cropped 912 cropped = crop_to_bounding_box(image, offset_crop_height, offset_crop_width, 917 resized = pad_to_bounding_box(cropped, offset_pad_height, offset_pad_width,
|
/external/e2fsprogs/doc/RelNotes/ |
D | v1.11.txt | 16 Fixed an array boundary overrun case which cropped up in
|
/external/skqp/include/core/ |
D | SkImageFilter.h | 116 SkIRect* cropped) const;
|
/external/skia/include/core/ |
D | SkImageFilter.h | 116 SkIRect* cropped) const;
|