Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_cliprgn.h25 RetainPtr<CFX_DIBitmap> GetMask() const { return m_Mask; } in GetMask() function
/external/pdfium/core/fxge/apple/
Dfx_apple_platform.cpp134 RetainPtr<CFX_DIBitmap> pClipMask = m_pClipRgn->GetMask(); in DrawDeviceText()
/external/pdfium/core/fxge/dib/
Dcfx_bitmapcomposer.cpp38 m_pClipMask = pClipRgn->GetMask(); in Compose()
Dcfx_dibitmap.cpp862 pClipMask = pClipRgn->GetMask(); in CompositeBitmap()
940 pClipMask = pClipRgn->GetMask(); in CompositeMask()
/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/pdfium/core/fxge/agg/
Dfx_agg_driver.cpp899 m_pClipMask = m_pClipRgn->GetMask(); in Init()
1392 FXARGB_A(color) * m_pClipRgn->GetMask()->GetScanline(y)[x] / 255; in SetPixel()
1430 draw_rect.Height(), m_pClipRgn->GetMask(), in FillRectWithBlend()
/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/opencv/cvaux/include/
Dcvvidsurv.hpp410 virtual IplImage* GetMask() = 0;
/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()