Searched refs:GetMask (Results 1 – 11 of 11) sorted by relevance
/external/pdfium/core/src/fxge/apple/ |
D | fx_apple_platform.cpp | 135 const CFX_DIBitmap* pClipMask = m_pClipRgn->GetMask(); in DrawDeviceText()
|
/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/src/fxge/agg/src/ |
D | fx_agg_driver.cpp | 1079 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/ |
D | fx_ge.h | 90 CFX_DIBitmapRef GetMask() const { return m_Mask; } in GetMask() function
|
/external/opencv/cvaux/include/ |
D | cvvidsurv.hpp | 410 virtual IplImage* GetMask() = 0;
|
/external/pdfium/core/src/fxge/dib/ |
D | fx_dib_composite.cpp | 4675 pClipMask = pClipRgn->GetMask(); in CompositeBitmap() 4753 pClipMask = pClipRgn->GetMask(); in CompositeMask() 5031 m_pClipMask = pClipRgn->GetMask(); in Compose()
|
/external/pdfium/core/src/fxge/skia/ |
D | fx_skia_blitter_new.cpp | 1553 m_pClipMask = m_pClipRgn->GetMask(); in Init()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 19544 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()
|