Searched refs:GetMask (Results 1 – 13 of 13) sorted by relevance
/external/pdfium/core/fxge/ge/ |
D | cfx_cliprgn.h | 22 CFX_DIBitmapRef GetMask() const { return m_Mask; } in GetMask() function
|
/external/pdfium/core/fxge/apple/ |
D | fx_apple_platform.cpp | 132 const CFX_DIBitmap* pClipMask = m_pClipRgn->GetMask().GetObject(); in DrawDeviceText()
|
/external/syslinux/core/lwip/src/netif/ppp/ |
D | ppp.h | 472 u32_t GetMask (u32_t);
|
D | ipcp.c | 1268 mask = GetMask(go->ouraddr); in ipcp_up()
|
D | ppp.c | 1259 GetMask(u32_t addr) in GetMask() function
|
/external/ppp/pppd/ |
D | ipcp.c | 1756 if (!sifaddr(u, wo->ouraddr, wo->hisaddr, GetMask(wo->ouraddr))) 1867 mask = GetMask(go->ouraddr); 1893 mask = GetMask(go->ouraddr);
|
D | pppd.h | 678 u_int32_t GetMask __P((u_int32_t)); /* Get appropriate netmask for address */
|
D | sys-linux.c | 1905 u_int32_t GetMask (u_int32_t addr) in GetMask() function
|
D | sys-solaris.c | 2394 GetMask(addr) in GetMask() function
|
/external/pdfium/core/fxge/agg/ |
D | fx_agg_driver.cpp | 1320 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/ |
D | fx_dib_composite.cpp | 4513 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/ |
D | fx_skia_device.cpp | 3010 m_pClipMask = m_pClipRgn->GetMask().GetObject(); in Init()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 20975 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()
|