HomeSort by relevance Sort by last modified time
    Searched refs:fMask (Results 1 - 25 of 45) sorted by null

1 2

  /external/skia/src/effects/
GrAlphaThresholdFragmentProcessor.h 38 , fMask(std::move(mask))
43 fMask.proxy()) {
44 this->addTextureSampler(&fMask);
51 TextureSampler fMask;
GrAlphaThresholdFragmentProcessor.cpp 85 if (fMask != that.fMask) return false;
93 , fMask(src.fMask)
97 this->addTextureSampler(&fMask);
SkBlurMaskFilter.cpp 565 SkCachedData* cache = find_cached_rrect(&patch->fMask, sigma, fBlurStyle,
571 this->filterRRectMask(&patch->fMask, smallRR, matrix, &margin,
582 if (!this->filterMask(&patch->fMask, srcM, matrix, &margin)) {
586 cache = add_cached_rrect(&patch->fMask, sigma, fBlurStyle, this->getQuality(), smallRR);
589 patch->fMask.fBounds.offsetTo(0, 0);
699 SkCachedData* cache = find_cached_rects(&patch->fMask, sigma, fBlurStyle,
709 if (!this->filterMask(&patch->fMask, srcM, matrix, &margin)) {
713 if (!this->filterRectMask(&patch->fMask, smallR[0], matrix, &margin,
718 cache = add_cached_rects(&patch->fMask, sigma, fBlurStyle, this->getQuality(), smallR, count);
720 patch->fMask.fBounds.offsetTo(0, 0)
    [all...]
  /external/skqp/src/effects/
GrAlphaThresholdFragmentProcessor.h 38 , fMask(std::move(mask))
43 fMask.proxy()) {
44 this->addTextureSampler(&fMask);
51 TextureSampler fMask;
GrAlphaThresholdFragmentProcessor.cpp 85 if (fMask != that.fMask) return false;
93 , fMask(src.fMask)
97 this->addTextureSampler(&fMask);
  /external/skia/gm/
bitmapshader.cpp 45 draw_mask(&fMask);
72 canvas->drawBitmap(fMask, 0, 0, &paint);
73 canvas->drawBitmap(fMask, 30, 0, &paint);
85 canvas->drawBitmap(fMask, 0, 0, &paint);
86 canvas->drawBitmap(fMask, 30, 0, &paint);
90 paint.setShader(SkShader::MakeBitmapShader(fMask, SkShader::kRepeat_TileMode,
104 SkBitmap fMask;
windowrectangles.cpp 152 AlphaOnlyClip(sk_sp<GrTextureProxy> mask, int x, int y) : fMask(mask), fX(x), fY(y) {}
157 int w = fMask->width();
158 int h = fMask->height();
160 fMask, SkIRect::MakeWH(w, h), {fX, fY}));
163 sk_sp<GrTextureProxy> fMask;
  /external/skqp/gm/
bitmapshader.cpp 45 draw_mask(&fMask);
72 canvas->drawBitmap(fMask, 0, 0, &paint);
73 canvas->drawBitmap(fMask, 30, 0, &paint);
85 canvas->drawBitmap(fMask, 0, 0, &paint);
86 canvas->drawBitmap(fMask, 30, 0, &paint);
90 paint.setShader(SkShader::MakeBitmapShader(fMask, SkShader::kRepeat_TileMode,
104 SkBitmap fMask;
windowrectangles.cpp 152 AlphaOnlyClip(sk_sp<GrTextureProxy> mask, int x, int y) : fMask(mask), fX(x), fY(y) {}
157 int w = fMask->width();
158 int h = fMask->height();
160 fMask, SkIRect::MakeWH(w, h), {fX, fY}));
163 sk_sp<GrTextureProxy> fMask;
  /external/skia/src/core/
SkScan_AntiPath.cpp 399 fRealBlitter->blitMask(fMask, fClipRect);
428 SkMask fMask;
442 fMask.fImage = (uint8_t*)fStorage;
443 fMask.fBounds = ir;
444 fMask.fRowBytes = ir.width();
445 fMask.fFormat = SkMask::kA8_Format;
455 memset(fStorage, 0, fMask.fBounds.height() * fMask.fRowBytes + 1);
530 SkASSERT(iy >= fMask.fBounds.fTop && iy < fMask.fBounds.fBottom)
    [all...]
SkMaskCache.cpp 14 SkMask fMask;
43 fValue.fMask = mask;
85 *mask = result.fMask;
137 fValue.fMask = mask;
180 *mask = result.fMask;
SkCoverageDelta.h 131 SkAlpha* getMask() { return fMask; }
148 mask.fImage = fMask;
161 SkAlpha* fMask;
192 SkMask fMask;
SkCoverageDelta.cpp 70 fMask = alloc->makeArrayDefault<SkAlpha>(size);
82 SkAlpha* maskRow = fMask;
SkMaskFilterBase.h 186 SkMask fMask; // fBounds must have [0,0] in its top-left
187 SkIRect fOuterRect; // width/height must be >= fMask.fBounds'
SkMaskFilter.cpp 29 SkASSERT((const void*)fMask.fImage == fCache->data());
32 SkMask::FreeImage(fMask.fImage);
226 patch.fMask.fImage = nullptr;
230 SkASSERT(nullptr == patch.fMask.fImage);
233 draw_nine(patch.fMask, patch.fOuterRect, patch.fCenter, true, clip, blitter);
250 SkASSERT(nullptr == patch.fMask.fImage);
254 draw_nine(patch.fMask, patch.fOuterRect, patch.fCenter, 1 == rectCount, clip,
259 SkASSERT(nullptr == patch.fMask.fImage);
  /external/skqp/src/core/
SkScan_AntiPath.cpp 399 fRealBlitter->blitMask(fMask, fClipRect);
428 SkMask fMask;
442 fMask.fImage = (uint8_t*)fStorage;
443 fMask.fBounds = ir;
444 fMask.fRowBytes = ir.width();
445 fMask.fFormat = SkMask::kA8_Format;
455 memset(fStorage, 0, fMask.fBounds.height() * fMask.fRowBytes + 1);
530 SkASSERT(iy >= fMask.fBounds.fTop && iy < fMask.fBounds.fBottom)
    [all...]
SkMaskCache.cpp 14 SkMask fMask;
43 fValue.fMask = mask;
85 *mask = result.fMask;
137 fValue.fMask = mask;
180 *mask = result.fMask;
SkCoverageDelta.cpp 70 fMask = alloc->makeArrayDefault<SkAlpha>(size);
82 SkAlpha* maskRow = fMask;
SkCoverageDelta.h 131 SkAlpha* getMask() { return fMask; }
148 mask.fImage = fMask;
161 SkAlpha* fMask;
SkMaskFilterBase.h 186 SkMask fMask; // fBounds must have [0,0] in its top-left
187 SkIRect fOuterRect; // width/height must be >= fMask.fBounds'
SkMaskFilter.cpp 28 SkASSERT((const void*)fMask.fImage == fCache->data());
31 SkMask::FreeImage(fMask.fImage);
225 patch.fMask.fImage = nullptr;
229 SkASSERT(nullptr == patch.fMask.fImage);
232 draw_nine(patch.fMask, patch.fOuterRect, patch.fCenter, true, clip, blitter);
249 SkASSERT(nullptr == patch.fMask.fImage);
253 draw_nine(patch.fMask, patch.fOuterRect, patch.fCenter, 1 == rectCount, clip,
258 SkASSERT(nullptr == patch.fMask.fImage);
  /external/skia/src/jumper/
SkJumper.h 110 uint32_t fMask[SkJumper_kMaxStride];
  /external/skqp/src/jumper/
SkJumper.h 104 uint32_t fMask[SkJumper_kMaxStride];
  /external/icu/icu4c/source/samples/layout/
clayout.c 69 si.fMask = SIF_RANGE | SIF_PAGE | SIF_DISABLENOSCROLL;
182 si.fMask = SIF_ALL;
221 si.fMask = SIF_POS;
245 si.fMask = SIF_ALL;
layout.cpp 68 si.fMask = SIF_RANGE | SIF_PAGE | SIF_DISABLENOSCROLL;
180 si.fMask = SIF_ALL;
219 si.fMask = SIF_POS;
243 si.fMask = SIF_ALL;

Completed in 829 milliseconds

1 2