Searched refs:fMask (Results 1 - 17 of 17) sorted by relevance

/external/skia/gm/
H A Dbitmapshader.cpp44 draw_mask(&fMask); variable
71 canvas->drawBitmap(fMask, 0, 0, &paint);
72 canvas->drawBitmap(fMask, 30, 0, &paint);
84 canvas->drawBitmap(fMask, 0, 0, &paint);
85 canvas->drawBitmap(fMask, 30, 0, &paint);
89 paint.setShader(SkShader::MakeBitmapShader(fMask, SkShader::kRepeat_TileMode,
103 SkBitmap fMask; member in class:skiagm::BitmapShaderGM
/external/skia/src/core/
H A DSkScan_AntiPath.cpp398 fRealBlitter->blitMask(fMask, fClipRect);
427 SkMask fMask;
441 fMask.fImage = (uint8_t*)fStorage;
442 fMask.fBounds = ir;
443 fMask.fRowBytes = ir.width();
444 fMask.fFormat = SkMask::kA8_Format;
454 memset(fStorage, 0, fMask.fBounds.height() * fMask.fRowBytes + 1);
529 SkASSERT(iy >= fMask.fBounds.fTop && iy < fMask
[all...]
H A DSkMaskCache.cpp14 SkMask fMask; member in struct:MaskValue
43 fValue.fMask = mask;
85 *mask = result.fMask;
137 fValue.fMask = mask;
180 *mask = result.fMask;
H A DSkMaskFilter.cpp26 SkASSERT((const void*)fMask.fImage == fCache->data());
29 SkMask::FreeImage(fMask.fImage);
223 patch.fMask.fImage = nullptr;
227 SkASSERT(nullptr == patch.fMask.fImage);
230 draw_nine(patch.fMask, patch.fOuterRect, patch.fCenter, true, clip, blitter);
247 SkASSERT(nullptr == patch.fMask.fImage);
251 draw_nine(patch.fMask, patch.fOuterRect, patch.fCenter, 1 == rectCount, clip,
256 SkASSERT(nullptr == patch.fMask.fImage);
H A DSkScan_AAAPath.cpp140 fRealBlitter->blitMask(fMask, fClipRect);
184 fRow = fMask.fImage + (y - fMask.fBounds.fTop) * fMask.fRowBytes - fMask.fBounds.fLeft;
195 SkMask fMask; member in class:MaskAdditiveBlitter
211 fMask.fImage = (uint8_t*)fStorage + 1; // There's 1 extra byte at either end of fStorage
212 fMask.fBounds = ir;
213 fMask.fRowBytes = ir.width();
214 fMask
[all...]
H A DSkBlitter.cpp606 , fMask(nullptr)
620 void set3DMask(const SkMask* mask) override { fMask = mask; }
627 if (fMask == nullptr) {
634 SkASSERT(fMask->fBounds.contains(x, y));
635 SkASSERT(fMask->fBounds.contains(x + count - 1, y));
637 size_t size = fMask->computeImageSize();
638 const uint8_t* alpha = fMask->getAddr8(x, y);
688 const SkMask* fMask;
/external/icu/icu4c/source/samples/layout/
H A Dclayout.c69 si.fMask = SIF_RANGE | SIF_PAGE | SIF_DISABLENOSCROLL;
182 si.fMask = SIF_ALL;
221 si.fMask = SIF_POS;
245 si.fMask = SIF_ALL;
H A Dlayout.cpp68 si.fMask = SIF_RANGE | SIF_PAGE | SIF_DISABLENOSCROLL;
180 si.fMask = SIF_ALL;
219 si.fMask = SIF_POS;
243 si.fMask = SIF_ALL;
/external/skia/samplecode/
H A DClockFaceView.cpp45 fMask = SkPackARGB32(0xFF, redMask, greenMask, blueMask);
50 SkPMColor mask = fMask;
57 SkPMColor fMask; member in class:SkChannelMaskColorFilter
H A DSampleAll.cpp61 fMask = SkPackARGB32(0xFF, redMask, greenMask, blueMask);
66 SkPMColor mask = fMask;
73 SkPMColor fMask; member in class:SkChannelMaskColorFilter
/external/skia/include/core/
H A DSkMaskFilter.h193 SkMask fMask; // fBounds must have [0,0] in its top-left member in class:SkMaskFilter::NinePatch
194 SkIRect fOuterRect; // width/height must be >= fMask.fBounds'
/external/skia/src/effects/
H A DSkBlurMaskFilter.cpp563 SkCachedData* cache = find_cached_rrect(&patch->fMask, sigma, fBlurStyle,
569 this->filterRRectMask(&patch->fMask, smallRR, matrix, &margin,
580 if (!this->filterMask(&patch->fMask, srcM, matrix, &margin)) {
584 cache = add_cached_rrect(&patch->fMask, sigma, fBlurStyle, this->getQuality(), smallRR);
587 patch->fMask.fBounds.offsetTo(0, 0);
697 SkCachedData* cache = find_cached_rects(&patch->fMask, sigma, fBlurStyle,
707 if (!this->filterMask(&patch->fMask, srcM, matrix, &margin)) {
711 if (!this->filterRectMask(&patch->fMask, smallR[0], matrix, &margin,
716 cache = add_cached_rects(&patch->fMask, sigma, fBlurStyle, this->getQuality(), smallR, count);
718 patch->fMask
[all...]
/external/lzma/CPP/7zip/Bundles/SFXSetup/
H A DSfxSetup.cpp257 execInfo.fMask = SEE_MASK_NOCLOSEPROCESS
/external/mdnsresponder/mDNSWindows/DNSServiceBrowser/WindowsCE/Sources/
H A DBrowserDialog.cpp167 info.fMask = 0;
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
H A Dwin_platform_backend.py341 fMask=shellcon.SEE_MASK_NOCLOSEPROCESS | shellcon.SEE_MASK_NO_CONSOLE,
/external/lzma/C/Util/SfxSetup/
H A DSfxSetup.c549 ei.fMask = SEE_MASK_NOCLOSEPROCESS
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 397 milliseconds