Home
last modified time | relevance | path

Searched refs:fMask (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/core/
DSkScan_AntiPath.cpp199 fRealBlitter->blitMask(fMask, fClipRect); in ~MaskSuperBlitter()
219 SkMask fMask; member in MaskSuperBlitter
231 fMask.fImage = (uint8_t*)fStorage; in MaskSuperBlitter()
232 fMask.fBounds = ir; in MaskSuperBlitter()
233 fMask.fRowBytes = ir.width(); in MaskSuperBlitter()
234 fMask.fFormat = SkMask::kA8_Format; in MaskSuperBlitter()
241 memset(fStorage, 0, fMask.fBounds.height() * fMask.fRowBytes + 1); in MaskSuperBlitter()
286 SkASSERT(iy >= fMask.fBounds.fTop && iy < fMask.fBounds.fBottom); in blitH()
287 iy -= fMask.fBounds.fTop; // make it relative to 0 in blitH()
292 SkASSERT(ix >= fMask.fBounds.fLeft && ix < fMask.fBounds.fRight); in blitH()
[all …]
DSkBlitter.cpp543 fMask = NULL; in Sk3DShader()
549 void setMask(const SkMask* mask) { fMask = mask; } in setMask()
566 if (fMask == NULL) in shadeSpan()
573 SkASSERT(fMask->fBounds.contains(x, y)); in shadeSpan()
574 SkASSERT(fMask->fBounds.contains(x + count - 1, y)); in shadeSpan()
576 size_t size = fMask->computeImageSize(); in shadeSpan()
577 const uint8_t* alpha = fMask->getAddr(x, y); in shadeSpan()
653 fMask = NULL; in Sk3DShader()
676 const SkMask* fMask; member in Sk3DShader
/external/webkit/WebCore/platform/win/
DContextMenuItemWin.cpp52 m_platformDescription->fMask |= MIIM_SUBMENU; in ContextMenuItem()
65 m_platformDescription->fMask = MIIM_FTYPE; in ContextMenuItem()
73 m_platformDescription->fMask |= MIIM_STRING | MIIM_SUBMENU; in ContextMenuItem()
76 m_platformDescription->fMask |= MIIM_STRING | MIIM_ID; in ContextMenuItem()
159 m_platformDescription->fMask |= MIIM_SUBMENU; in setSubMenu()
165 m_platformDescription->fMask |= MIIM_STATE; in setChecked()
177 m_platformDescription->fMask |= MIIM_STATE; in setEnabled()
DContextMenuWin.cpp93 info->fMask = MIIM_FTYPE | MIIM_ID | MIIM_STRING; in contextMenuItemByIdOrPosition()
138 menuInfo.fMask = MIM_STYLE; in setPlatformDescription()
140 menuInfo.fMask = MIM_STYLE; in setPlatformDescription()
/external/icu4c/samples/layout/
Dlayout.cpp62 si.fMask = SIF_RANGE | SIF_PAGE | SIF_DISABLENOSCROLL; in InitParagraph()
174 si.fMask = SIF_ALL; in WndProc()
213 si.fMask = SIF_POS; in WndProc()
237 si.fMask = SIF_ALL; in WndProc()
Dclayout.c63 si.fMask = SIF_RANGE | SIF_PAGE | SIF_DISABLENOSCROLL; in InitParagraph()
176 si.fMask = SIF_ALL; in WndProc()
215 si.fMask = SIF_POS; in WndProc()
239 si.fMask = SIF_ALL; in WndProc()