HomeSort by relevance Sort by last modified time
    Searched full:croprect (Results 76 - 100 of 107) sorted by null

1 2 34 5

  /external/mesa3d/src/mesa/main/
texparam.c 436 texObj->CropRect[0] = params[0];
437 texObj->CropRect[1] = params[1];
438 texObj->CropRect[2] = params[2];
439 texObj->CropRect[3] = params[3];
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FEFlood.cpp 91 SkImageFilter::CropRect rect = getCropRect(builder->cropOffset());
FilterEffect.h 182 SkImageFilter::CropRect getCropRect(const FloatSize& cropOffset) const;
FEConvolveMatrix.cpp 529 SkImageFilter::CropRect cropRect = getCropRect(builder->cropOffset());
530 return adoptRef(new SkMatrixConvolutionImageFilter(kernelSize, kernel.get(), gain, bias, target, tileMode, convolveAlpha, input.get(), &cropRect));
FEColorMatrix.cpp 283 SkImageFilter::CropRect rect = getCropRect(builder->cropOffset());
FEGaussianBlur.cpp 343 SkImageFilter::CropRect rect = getCropRect(builder->cropOffset());
FEMorphology.cpp 268 SkImageFilter::CropRect rect = getCropRect(builder->cropOffset());
FETurbulence.cpp 441 SkImageFilter::CropRect rect = getCropRect(builder->cropOffset());
  /frameworks/native/libs/gui/
GLConsumer.cpp 799 Rect cropRect = mCurrentCrop;
803 if (!cropRect.isEmpty()) {
832 if (cropRect.width() < bufferWidth) {
833 tx = (float(cropRect.left) + shrinkAmount) / bufferWidth;
834 sx = (float(cropRect.width()) - (2.0f * shrinkAmount)) /
837 if (cropRect.height() < bufferHeight) {
838 ty = (float(bufferHeight - cropRect.bottom) + shrinkAmount) /
840 sy = (float(cropRect.height()) - (2.0f * shrinkAmount)) /
    [all...]
  /external/chromium_org/third_party/skia/src/effects/
SkDisplacementMapEffect.cpp 152 const CropRect* cropRect)
153 : INHERITED(displacement, color, cropRect)
SkMatrixConvolutionImageFilter.cpp 44 const CropRect* cropRect)
45 : INHERITED(input, cropRect),
SkMorphologyImageFilter.cpp 31 SkMorphologyImageFilter::SkMorphologyImageFilter(int radiusX, int radiusY, SkImageFilter* input, const CropRect* cropRect)
32 : INHERITED(input, cropRect), fRadius(SkISize::Make(radiusX, radiusY)) {
  /external/skia/src/effects/
SkDisplacementMapEffect.cpp 152 const CropRect* cropRect)
153 : INHERITED(displacement, color, cropRect)
SkMatrixConvolutionImageFilter.cpp 44 const CropRect* cropRect)
45 : INHERITED(input, cropRect),
SkMorphologyImageFilter.cpp 31 SkMorphologyImageFilter::SkMorphologyImageFilter(int radiusX, int radiusY, SkImageFilter* input, const CropRect* cropRect)
32 : INHERITED(input, cropRect), fRadius(SkISize::Make(radiusX, radiusY)) {
  /external/chromium_org/third_party/WebKit/Source/modules/imagebitmap/
ImageBitmapFactories.cpp 299 ImageBitmapFactories::ImageBitmapLoader::ImageBitmapLoader(ImageBitmapFactories* factory, PassRefPtr<ScriptPromiseResolver> resolver, const IntRect& cropRect)
304 , m_cropRect(cropRect)
  /external/chromium_org/cc/trees/
layer_tree_host_pixeltest_filters.cc 174 SkImageFilter::CropRect crop_rect(SkRect::MakeXYWH(0, 100, 200, 100));
  /packages/apps/Gallery/src/com/android/camera/
HighlightView.java 367 public void setup(Matrix m, Rect imageRect, RectF cropRect, boolean circle,
374 mCropRect = cropRect;
CropImage.java 492 RectF cropRect = new RectF(x, y, x + cropWidth, y + cropHeight);
493 hv.setup(mImageMatrix, imageRect, cropRect, mCircleCrop,
  /hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/include/
ExynosVideoApi.h 100 ExynosVideoRect cropRect;
  /packages/apps/Camera2/src/com/android/camera/crop/
CropActivity.java 515 RectF cropRect = new RectF(0, 0, crop.getWidth(), crop.getHeight());
518 m.mapRect(cropRect);
521 m.setRectToRect(cropRect, returnRect, Matrix.ScaleToFit.FILL);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropActivity.java 518 RectF cropRect = new RectF(0, 0, crop.getWidth(), crop.getHeight());
521 m.mapRect(cropRect);
524 m.setRectToRect(cropRect, returnRect, Matrix.ScaleToFit.FILL);
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/
Exynos_OMX_H264dec.c 751 pCropRectangle->nTop = pH264Dec->hMFCH264Handle.codecOutbufConf.cropRect.nTop;
752 pCropRectangle->nLeft = pH264Dec->hMFCH264Handle.codecOutbufConf.cropRect.nLeft;
753 pCropRectangle->nWidth = pH264Dec->hMFCH264Handle.codecOutbufConf.cropRect.nWidth;
754 pCropRectangle->nHeight = pH264Dec->hMFCH264Handle.codecOutbufConf.cropRect.nHeight;
805 (pH264Dec->hMFCH264Handle.codecOutbufConf.nFrameWidth != pH264Dec->hMFCH264Handle.codecOutbufConf.cropRect.nWidth) ||
806 (pH264Dec->hMFCH264Handle.codecOutbufConf.nFrameHeight != pH264Dec->hMFCH264Handle.codecOutbufConf.cropRect.nHeight)) {
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/dec/src/
ExynosVideoDecoder.c 821 bufferConf->cropRect.nTop = crop.c.top;
822 bufferConf->cropRect.nLeft = crop.c.left;
823 bufferConf->cropRect.nWidth = crop.c.width;
824 bufferConf->cropRect.nHeight = crop.c.height;
    [all...]
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
WallpaperPickerActivity.java     [all...]

Completed in 900 milliseconds

1 2 34 5