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

  /external/skia/gm/
bitmapshader.cpp 49 draw_mask(&fMask);
76 canvas->drawBitmap(fMask, 0, 0, &paint);
77 canvas->drawBitmap(fMask, 30, 0, &paint);
89 canvas->drawBitmap(fMask, 0, 0, &paint);
90 canvas->drawBitmap(fMask, 30, 0, &paint);
94 adopt_shader(&paint, SkShader::CreateBitmapShader(fMask, SkShader::kRepeat_TileMode,
108 SkBitmap fMask;
  /external/skia/src/core/
SkScan_AntiPath.cpp 400 fRealBlitter->blitMask(fMask, fClipRect);
429 SkMask fMask;
443 fMask.fImage = (uint8_t*)fStorage;
444 fMask.fBounds = ir;
445 fMask.fRowBytes = ir.width();
446 fMask.fFormat = SkMask::kA8_Format;
456 memset(fStorage, 0, fMask.fBounds.height() * fMask.fRowBytes + 1);
531 SkASSERT(iy >= fMask.fBounds.fTop && iy < fMask.fBounds.fBottom)
    [all...]
SkMaskCache.cpp 14 SkMask fMask;
43 fValue.fMask = mask;
85 *mask = result.fMask;
138 fValue.fMask = mask;
181 *mask = result.fMask;
SkMaskFilter.cpp 26 SkASSERT((const void*)fMask.fImage == fCache->data());
29 SkMask::FreeImage(fMask.fImage);
224 patch.fMask.fImage = nullptr;
228 SkASSERT(nullptr == patch.fMask.fImage);
231 draw_nine(patch.fMask, patch.fOuterRect, patch.fCenter, true, clip, blitter);
248 SkASSERT(nullptr == patch.fMask.fImage);
252 draw_nine(patch.fMask, patch.fOuterRect, patch.fCenter, 1 == rectCount, clip,
257 SkASSERT(nullptr == patch.fMask.fImage);
SkBlitter.cpp 621 , fMask(nullptr)
635 void set3DMask(const SkMask* mask) override { fMask = mask; }
642 if (fMask == nullptr) {
649 SkASSERT(fMask->fBounds.contains(x, y));
650 SkASSERT(fMask->fBounds.contains(x + count - 1, y));
652 size_t size = fMask->computeImageSize();
653 const uint8_t* alpha = fMask->getAddr8(x, y);
703 const SkMask* fMask;
  /external/icu/icu4c/source/samples/layout/
clayout.c 63 si.fMask = SIF_RANGE | SIF_PAGE | SIF_DISABLENOSCROLL;
176 si.fMask = SIF_ALL;
215 si.fMask = SIF_POS;
239 si.fMask = SIF_ALL;
layout.cpp 62 si.fMask = SIF_RANGE | SIF_PAGE | SIF_DISABLENOSCROLL;
174 si.fMask = SIF_ALL;
213 si.fMask = SIF_POS;
237 si.fMask = SIF_ALL;
  /external/skia/include/core/
SkMaskFilter.h 190 SkMask fMask; // fBounds must have [0,0] in its top-left
191 SkIRect fOuterRect; // width/height must be >= fMask.fBounds'
  /external/skia/samplecode/
ClockFaceView.cpp 46 fMask = SkPackARGB32(0xFF, redMask, greenMask, blueMask);
51 SkPMColor mask = fMask;
58 SkPMColor fMask;
SampleAll.cpp 63 fMask = SkPackARGB32(0xFF, redMask, greenMask, blueMask);
68 SkPMColor mask = fMask;
75 SkPMColor fMask;
  /external/skia/src/effects/
SkBlurMaskFilter.cpp 414 SkCachedData* cache = find_cached_rrect(&patch->fMask, sigma, fBlurStyle,
420 this->filterRRectMask(&patch->fMask, smallRR, matrix, &margin,
431 if (!this->filterMask(&patch->fMask, srcM, matrix, &margin)) {
435 cache = add_cached_rrect(&patch->fMask, sigma, fBlurStyle, this->getQuality(), smallRR);
438 patch->fMask.fBounds.offsetTo(0, 0);
547 SkCachedData* cache = find_cached_rects(&patch->fMask, sigma, fBlurStyle,
557 if (!this->filterMask(&patch->fMask, srcM, matrix, &margin)) {
561 if (!this->filterRectMask(&patch->fMask, smallR[0], matrix, &margin,
566 cache = add_cached_rects(&patch->fMask, sigma, fBlurStyle, this->getQuality(), smallR, count);
568 patch->fMask.fBounds.offsetTo(0, 0)
    [all...]
  /external/lzma/CPP/7zip/Bundles/SFXSetup/
SfxSetup.cpp 257 execInfo.fMask = SEE_MASK_NOCLOSEPROCESS
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shellapi.h 268 ULONG fMask;
289 ULONG fMask;
321 ULONG fMask;
commctrl.h     [all...]
winuser.h     [all...]
shlobj.h 164 DWORD fMask;
177 DWORD fMask;
    [all...]
  /external/lzma/C/Util/SfxSetup/
SfxSetup.c 549 ei.fMask = SEE_MASK_NOCLOSEPROCESS
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
win_platform_backend.py 341 fMask=shellcon.SEE_MASK_NOCLOSEPROCESS | shellcon.SEE_MASK_NO_CONSOLE,
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 591 milliseconds