Searched refs:GetMask (Results 1 – 11 of 11) sorted by relevance
/external/pdfium/core/fxge/ |
D | cfx_cliprgn.h | 25 RetainPtr<CFX_DIBitmap> GetMask() const { return m_Mask; } in GetMask() function
|
/external/pdfium/core/fxge/apple/ |
D | fx_apple_platform.cpp | 134 RetainPtr<CFX_DIBitmap> pClipMask = m_pClipRgn->GetMask(); in DrawDeviceText()
|
/external/pdfium/core/fxge/dib/ |
D | cfx_bitmapcomposer.cpp | 38 m_pClipMask = pClipRgn->GetMask(); in Compose()
|
D | cfx_dibitmap.cpp | 862 pClipMask = pClipRgn->GetMask(); in CompositeBitmap() 940 pClipMask = pClipRgn->GetMask(); in CompositeMask()
|
/external/pdfium/core/fxge/agg/ |
D | fx_agg_driver.cpp | 899 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/ |
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/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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 24576 auto GetMask = [&](SDValue V, APInt Mask) { in LowerVectorCTPOPBitmath() local 24593 SDValue And = GetMask(Srl, APInt::getSplat(Len, APInt(8, 0x55))); in LowerVectorCTPOPBitmath() 24597 SDValue AndLHS = GetMask(V, APInt::getSplat(Len, APInt(8, 0x33))); in LowerVectorCTPOPBitmath() 24599 SDValue AndRHS = GetMask(Srl, APInt::getSplat(Len, APInt(8, 0x33))); in LowerVectorCTPOPBitmath() 24605 V = GetMask(Add, APInt::getSplat(Len, APInt(8, 0x0F))); in LowerVectorCTPOPBitmath()
|