Home
last modified time | relevance | path

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

12

/external/skqp/src/core/
DSkImageFilter.cpp35 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/
DSkImageFilter.cpp38 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/
Dapi_def_SampleDistortedBoundingBox.pbtxt54 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
Dapi_def_SampleDistortedBoundingBoxV2.pbtxt19 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
Dapi_def_CropAndResize.pbtxt36 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
Dapi_def_RandomCrop.pbtxt41 rectangle from that location. The random location is picked so the cropped
Dapi_def_RFFT.pbtxt37 corresponding dimension of `input`, the dimension is cropped. If it is larger,
Dapi_def_RFFT2D.pbtxt39 corresponding dimension of `input`, the dimension is cropped. If it is larger,
Dapi_def_RFFT3D.pbtxt39 corresponding dimension of `input`, the dimension is cropped. If it is larger,
Dapi_def_DecodeWav.pbtxt42 If desired_samples is set, then the audio will be cropped or padded with zeroes
Dapi_def_IRFFT.pbtxt40 than the corresponding dimension of `input`, the dimension is cropped. If it is
Dapi_def_IRFFT3D.pbtxt41 corresponding dimension of `input`, the dimension is cropped. If it is larger,
Dapi_def_IRFFT2D.pbtxt41 corresponding dimension of `input`, the dimension is cropped. If it is larger,
Dapi_def_BatchToSpaceND.pbtxt136 optionally cropped according to `crops` to produce the output. This is the
/external/skia/gm/
Dxfermodeimagefilter.cpp172 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/
Dxfermodeimagefilter.cpp172 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/
Dmq_sendrecv.c132 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/
Dmq_sendrecv.c132 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/
Dmq_sendrecv.c132 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/
DBlurImageFilterBench.cpp64 BlurImageFilterBench(SkScalar sigmaX, SkScalar sigmaY, bool small, bool cropped, in BlurImageFilterBench() argument
67 , fIsCropped(cropped) in BlurImageFilterBench()
/external/skqp/bench/
DBlurImageFilterBench.cpp64 BlurImageFilterBench(SkScalar sigmaX, SkScalar sigmaY, bool small, bool cropped, in BlurImageFilterBench() argument
67 , fIsCropped(cropped) in BlurImageFilterBench()
/external/tensorflow/tensorflow/python/ops/
Dimage_ops_impl.py809 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/
Dv1.11.txt16 Fixed an array boundary overrun case which cropped up in
/external/skqp/include/core/
DSkImageFilter.h116 SkIRect* cropped) const;
/external/skia/include/core/
DSkImageFilter.h116 SkIRect* cropped) const;

12