HomeSort by relevance Sort by last modified time
    Searched refs:CropRect (Results 76 - 99 of 99) sorted by null

1 2 34

  /external/chromium_org/third_party/skia/src/effects/
SkDropShadowImageFilter.cpp 31 SkImageFilter* input, const CropRect* cropRect)
32 : INHERITED(input, cropRect)
SkXfermodeImageFilter.cpp 26 const CropRect* cropRect)
27 : INHERITED(background, foreground, cropRect), fMode(mode) {
SkBlurImageFilter.cpp 39 const CropRect* cropRect)
40 : INHERITED(input, cropRect), fSigma(SkSize::Make(sigmaX, sigmaY)) {
SkDisplacementMapEffect.cpp 166 const CropRect* cropRect)
167 : INHERITED(displacement, color, cropRect)
SkMatrixConvolutionImageFilter.cpp 45 const CropRect* cropRect)
46 : INHERITED(input, cropRect),
SkMorphologyImageFilter.cpp 34 const CropRect* cropRect)
35 : INHERITED(input, cropRect), fRadius(SkISize::Make(radiusX, radiusY)) {
  /external/skia/src/effects/
SkDropShadowImageFilter.cpp 31 SkImageFilter* input, const CropRect* cropRect)
32 : INHERITED(input, cropRect)
SkXfermodeImageFilter.cpp 26 const CropRect* cropRect)
27 : INHERITED(background, foreground, cropRect), fMode(mode) {
SkBlurImageFilter.cpp 39 const CropRect* cropRect)
40 : INHERITED(input, cropRect), fSigma(SkSize::Make(sigmaX, sigmaY)) {
SkDisplacementMapEffect.cpp 166 const CropRect* cropRect)
167 : INHERITED(displacement, color, cropRect)
SkMatrixConvolutionImageFilter.cpp 45 const CropRect* cropRect)
46 : INHERITED(input, cropRect),
SkMorphologyImageFilter.cpp 34 const CropRect* cropRect)
35 : INHERITED(input, cropRect), fRadius(SkISize::Make(radiusX, radiusY)) {
  /external/chromium_org/third_party/skia/gm/
displacement.cpp 129 SkImageFilter::CropRect cropRect(SkRect::MakeXYWH(30, 30, 40, 40));
133 0.0f, displ, NULL, &cropRect))->unref();
138 16.0f, displ, NULL, &cropRect))->unref();
143 32.0f, displ, NULL, &cropRect))->unref();
148 48.0f, displ, NULL, &cropRect))->unref();
153 64.0f, displ, NULL, &cropRect))->unref();
159 40.0f, displ, NULL, &cropRect))->unref();
164 40.0f, displ, NULL, &cropRect))->unref();
169 40.0f, displ, NULL, &cropRect))->unref()
    [all...]
xfermodeimagefilter.cpp 200 SkIRect cropRect = SkIRect::MakeXYWH(offsets[i][0],
204 SkImageFilter::CropRect rect(SkRect::Make(cropRect));
  /external/skia/gm/
displacement.cpp 129 SkImageFilter::CropRect cropRect(SkRect::MakeXYWH(30, 30, 40, 40));
133 0.0f, displ, NULL, &cropRect))->unref();
138 16.0f, displ, NULL, &cropRect))->unref();
143 32.0f, displ, NULL, &cropRect))->unref();
148 48.0f, displ, NULL, &cropRect))->unref();
153 64.0f, displ, NULL, &cropRect))->unref();
159 40.0f, displ, NULL, &cropRect))->unref();
164 40.0f, displ, NULL, &cropRect))->unref();
169 40.0f, displ, NULL, &cropRect))->unref()
    [all...]
xfermodeimagefilter.cpp 200 SkIRect cropRect = SkIRect::MakeXYWH(offsets[i][0],
204 SkImageFilter::CropRect rect(SkRect::Make(cropRect));
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FEComposite.cpp 395 SkImageFilter::CropRect cropRect = getCropRect(builder->cropOffset());
401 return adoptRef(SkXfermodeImageFilter::Create(mode.get(), background.get(), foreground.get(), &cropRect));
FETurbulence.cpp 427 SkImageFilter::CropRect rect = getCropRect(builder->cropOffset());
FEConvolveMatrix.cpp 537 SkImageFilter::CropRect cropRect = getCropRect(builder->cropOffset());
538 return adoptRef(SkMatrixConvolutionImageFilter::Create(kernelSize, kernel.get(), gain, bias, target, tileMode, convolveAlpha, input.get(), &cropRect));
FELighting.cpp 437 SkImageFilter::CropRect rect = getCropRect(builder ? builder->cropOffset() : FloatSize());
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
meta.c     [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.c     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
mtypes.h     [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]

Completed in 947 milliseconds

1 2 34