HomeSort by relevance Sort by last modified time
    Searched refs:maskRect (Results 1 - 9 of 9) sorted by null

  /external/skia/src/gpu/
GrBlurUtils.cpp 39 const SkIRect& maskRect,
47 SkMatrix matrix = SkMatrix::MakeTrans(-SkIntToScalar(maskRect.fLeft),
48 -SkIntToScalar(maskRect.fTop));
53 SkRect::Make(maskRect), inverse);
174 const SkIRect& maskRect,
182 format, SkBackingFit::kApprox, maskRect.width(), maskRect.height(),
195 const SkIRect clipRect = SkIRect::MakeWH(maskRect.width(), maskRect.height());
201 viewMatrix.postTranslate(-SkIntToScalar(maskRect.fLeft), -SkIntToScalar(maskRect.fTop))
    [all...]
  /external/skqp/src/gpu/
GrBlurUtils.cpp 39 const SkIRect& maskRect,
47 SkMatrix matrix = SkMatrix::MakeTrans(-SkIntToScalar(maskRect.fLeft),
48 -SkIntToScalar(maskRect.fTop));
53 SkRect::Make(maskRect), inverse);
174 const SkIRect& maskRect,
182 format, SkBackingFit::kApprox, maskRect.width(), maskRect.height(),
195 const SkIRect clipRect = SkIRect::MakeWH(maskRect.width(), maskRect.height());
201 viewMatrix.postTranslate(-SkIntToScalar(maskRect.fLeft), -SkIntToScalar(maskRect.fTop))
    [all...]
  /external/skia/src/core/
SkMaskFilterBase.h 84 * 'maskRect' returns the device space portion of the mask that the filter needs. The mask
85 * passed into 'filterMaskGPU' should have the same extent as 'maskRect' but be
86 * translated to the upper-left corner of the mask (i.e., (maskRect.fLeft, maskRect.fTop)
105 SkIRect* maskRect) const;
120 * be called if canFilterMaskGPU returned true and the maskRect param should be the output from
128 const SkIRect& maskRect) const;
SkBlurMF.cpp 57 SkIRect* maskRect) const override;
67 const SkIRect& maskRect) const override;
836 SkIRect* maskRect) const {
839 maskRect->setEmpty();
843 if (maskRect) {
    [all...]
SkMaskFilter.cpp 330 SkIRect* maskRect) const {
346 const SkIRect& maskRect) const {
  /external/skqp/src/core/
SkMaskFilterBase.h 84 * 'maskRect' returns the device space portion of the mask that the filter needs. The mask
85 * passed into 'filterMaskGPU' should have the same extent as 'maskRect' but be
86 * translated to the upper-left corner of the mask (i.e., (maskRect.fLeft, maskRect.fTop)
105 SkIRect* maskRect) const;
120 * be called if canFilterMaskGPU returned true and the maskRect param should be the output from
128 const SkIRect& maskRect) const;
SkBlurMF.cpp 57 SkIRect* maskRect) const override;
67 const SkIRect& maskRect) const override;
836 SkIRect* maskRect) const {
839 maskRect->setEmpty();
843 if (maskRect) {
    [all...]
SkMaskFilter.cpp 330 SkIRect* maskRect) const {
346 const SkIRect& maskRect) const {
  /external/python/cpython2/Mac/Modules/qd/
_Qdmodule.c     [all...]

Completed in 453 milliseconds