Home
last modified time | relevance | path

Searched refs:GetMask (Results 1 – 11 of 11) sorted by relevance

/external/pdfium/core/src/fxge/apple/
Dfx_apple_platform.cpp135 const CFX_DIBitmap* pClipMask = m_pClipRgn->GetMask(); in DrawDeviceText()
/external/ppp/pppd/
Dipcp.c1756 if (!sifaddr(u, wo->ouraddr, wo->hisaddr, GetMask(wo->ouraddr)))
1867 mask = GetMask(go->ouraddr);
1893 mask = GetMask(go->ouraddr);
Dpppd.h678 u_int32_t GetMask __P((u_int32_t)); /* Get appropriate netmask for address */
Dsys-linux.c1905 u_int32_t GetMask (u_int32_t addr) in GetMask() function
Dsys-solaris.c2394 GetMask(addr) in GetMask() function
/external/pdfium/core/src/fxge/agg/src/
Dfx_agg_driver.cpp1079 m_pClipMask = m_pClipRgn->GetMask(); in Init()
1553 const CFX_DIBitmap* pMask = m_pClipRgn->GetMask(); in SetPixel()
1607 (const CFX_DIBitmap*)m_pClipRgn->GetMask(), fill_color, in FillRect()
/external/pdfium/core/include/fxge/
Dfx_ge.h90 CFX_DIBitmapRef GetMask() const { return m_Mask; } in GetMask() function
/external/opencv/cvaux/include/
Dcvvidsurv.hpp410 virtual IplImage* GetMask() = 0;
/external/pdfium/core/src/fxge/dib/
Dfx_dib_composite.cpp4675 pClipMask = pClipRgn->GetMask(); in CompositeBitmap()
4753 pClipMask = pClipRgn->GetMask(); in CompositeMask()
5031 m_pClipMask = pClipRgn->GetMask(); in Compose()
/external/pdfium/core/src/fxge/skia/
Dfx_skia_blitter_new.cpp1553 m_pClipMask = m_pClipRgn->GetMask(); in Init()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp19544 auto GetMask = [&](SDValue V, APInt Mask) { in LowerVectorCTPOPBitmath() local
19564 SDValue And = GetMask(Srl, APInt::getSplat(Len, APInt(8, 0x55))); in LowerVectorCTPOPBitmath()
19568 SDValue AndLHS = GetMask(V, APInt::getSplat(Len, APInt(8, 0x33))); in LowerVectorCTPOPBitmath()
19570 SDValue AndRHS = GetMask(Srl, APInt::getSplat(Len, APInt(8, 0x33))); in LowerVectorCTPOPBitmath()
19576 V = GetMask(Add, APInt::getSplat(Len, APInt(8, 0x0F))); in LowerVectorCTPOPBitmath()