Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/ge/
Dcfx_cliprgn.h22 CFX_DIBitmapRef GetMask() const { return m_Mask; } in GetMask() function
/external/pdfium/core/fxge/apple/
Dfx_apple_platform.cpp132 const CFX_DIBitmap* pClipMask = m_pClipRgn->GetMask().GetObject(); in DrawDeviceText()
/external/syslinux/core/lwip/src/netif/ppp/
Dppp.h472 u32_t GetMask (u32_t);
Dipcp.c1268 mask = GetMask(go->ouraddr); in ipcp_up()
Dppp.c1259 GetMask(u32_t addr) in GetMask() function
/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/fxge/agg/
Dfx_agg_driver.cpp1320 m_pClipMask = m_pClipRgn->GetMask().GetObject(); in Init()
1548 const CFX_DIBitmap* pMask = m_pClipRgn->GetMask().GetObject(); in SetPixel()
1588 m_pClipRgn->GetMask().GetObject(), fill_color, in FillRectWithBlend()
/external/pdfium/core/fxge/dib/
Dfx_dib_composite.cpp4513 pClipMask = pClipRgn->GetMask().GetObject(); in CompositeBitmap()
4592 pClipMask = pClipRgn->GetMask().GetObject(); in CompositeMask()
4875 m_pClipMask = pClipRgn->GetMask().GetObject(); in Compose()
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp3010 m_pClipMask = m_pClipRgn->GetMask().GetObject(); in Init()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp20975 auto GetMask = [&](SDValue V, APInt Mask) { in LowerVectorCTPOPBitmath() local
20992 SDValue And = GetMask(Srl, APInt::getSplat(Len, APInt(8, 0x55))); in LowerVectorCTPOPBitmath()
20996 SDValue AndLHS = GetMask(V, APInt::getSplat(Len, APInt(8, 0x33))); in LowerVectorCTPOPBitmath()
20998 SDValue AndRHS = GetMask(Srl, APInt::getSplat(Len, APInt(8, 0x33))); in LowerVectorCTPOPBitmath()
21004 V = GetMask(Add, APInt::getSplat(Len, APInt(8, 0x0F))); in LowerVectorCTPOPBitmath()