Home
last modified time | relevance | path

Searched refs:GetMask (Results 1 – 11 of 11) 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/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/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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp24576 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()