/external/pdfium/core/fxge/ |
D | cfx_cliprgn.cpp | 34 const RetainPtr<CFX_DIBitmap>& pMask) { in IntersectMaskRect() argument 43 m_Mask = pMask; in IntersectMaskRect() 46 RetainPtr<CFX_DIBitmap> pOldMask(pMask); in IntersectMaskRect() 61 const RetainPtr<CFX_DIBitmap>& pMask) { in IntersectMaskF() argument 62 ASSERT(pMask->GetFormat() == FXDIB_8bppMask); in IntersectMaskF() 63 FX_RECT mask_box(left, top, left + pMask->GetWidth(), in IntersectMaskF() 64 top + pMask->GetHeight()); in IntersectMaskF() 66 IntersectMaskRect(m_Box, mask_box, pMask); in IntersectMaskF() 83 uint8_t* mask_scan = pMask->GetBuffer() + (row - top) * pMask->GetPitch(); in IntersectMaskF()
|
D | cfx_defaultrenderdevice.h | 35 const RetainPtr<CFX_DIBBase>& pMask,
|
D | renderdevicedriver_iface.cpp | 87 const RetainPtr<CFX_DIBBase>& pMask, in SetBitsWithMask() argument
|
D | renderdevicedriver_iface.h | 113 const RetainPtr<CFX_DIBBase>& pMask,
|
D | cfx_renderdevice.h | 215 const RetainPtr<CFX_DIBBase>& pMask,
|
D | cfx_renderdevice.cpp | 842 const RetainPtr<CFX_DIBBase>& pMask, in SetBitsWithMask() argument 847 return m_pDeviceDriver->SetBitsWithMask(pBitmap, pMask, left, top, in SetBitsWithMask()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | blend_jit.cpp | 546 Value* pMask = LOAD(ppMask); in AlphaTest() local 549 pMask = MASK(pMask); in AlphaTest() 552 pMask = AND(pMask, pTest); in AlphaTest() 555 pMask = VMASK(pMask); in AlphaTest() 558 STORE(pMask, ppMask); in AlphaTest() 851 Value* pMask = LOAD(ppMask); in Create() local 855 Value* outputMask = AND(pMask, currentSampleMask); in Create()
|
D | fetch_jit.cpp | 113 SWR_FORMAT format, Value* pMask, Value* pBase, Value* offsets, Value* result[4]); 376 SWR_FORMAT format, Value* pMask, Value* xpBase, Value* pOffsets, Value* pResult[4]) in CreateGatherOddFormats() argument 387 GATHERDD(VIMMED1(0), xpBase, pOffsets, pMask, 1, MEM_CLIENT::GFX_MEM_CLIENT_FETCH); in CreateGatherOddFormats() 401 Value* mask = VEXTRACT(pMask, C(lane)); in CreateGatherOddFormats()
|
/external/pdfium/core/fxge/skia/ |
D | fx_skia_device.h | 96 const RetainPtr<CFX_DIBBase>& pMask, 129 const RetainPtr<CFX_DIBBase>& pMask,
|
D | fx_skia_device.cpp | 2605 const RetainPtr<CFX_DIBBase>& pMask, in DrawBitsWithMask() argument 2618 if (!Upsample(pMask, mask8Storage, mask32Storage, &skMask, &maskWidth, in DrawBitsWithMask() 2647 const RetainPtr<CFX_DIBBase>& pMask, in SetBitsWithMask() argument 2657 return DrawBitsWithMask(pBitmap, pMask, bitmap_alpha, m, blend_type); in SetBitsWithMask() 2749 const RetainPtr<CFX_DIBBase>& pMask, in SetBitsWithMask() argument 2757 return skDriver->SetBitsWithMask(pBitmap, pMask, left, top, bitmap_alpha, in SetBitsWithMask()
|
/external/pdfium/core/fxge/dib/ |
D | cfx_dibitmap.cpp | 942 const RetainPtr<CFX_DIBBase>& pMask, in CompositeMask() argument 952 if (!pMask->IsAlphaMask() || m_bpp < 8) { in CompositeMask() 957 if (!GetOverlapRect(dest_left, dest_top, width, height, pMask->GetWidth(), in CompositeMask() 958 pMask->GetHeight(), src_left, src_top, pClipRgn)) { in CompositeMask() 973 int src_bpp = pMask->GetBPP(); in CompositeMask() 976 if (!compositor.Init(GetFormat(), pMask->GetFormat(), width, nullptr, color, in CompositeMask() 983 const uint8_t* src_scan = pMask->GetScanline(src_top + row); in CompositeMask()
|
D | cfx_dibitmap.h | 80 const RetainPtr<CFX_DIBBase>& pMask,
|
D | cfx_dibbase.cpp | 958 auto pMask = pdfium::MakeRetain<CFX_DIBitmap>(); in CloneAlphaMask() local 959 if (!pMask->Create(rect.Width(), rect.Height(), FXDIB_8bppMask)) in CloneAlphaMask() 964 uint8_t* dest_scan = pMask->GetWritableScanline(row - rect.top); in CloneAlphaMask() 970 return pMask; in CloneAlphaMask()
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_renderstatus.cpp | 1640 auto pMask = pdfium::MakeRetain<CFX_DIBitmap>(); in LoadSMask() local 1641 if (!pMask->Create(width, height, FXDIB_8bppMask)) in LoadSMask() 1644 uint8_t* dest_buf = pMask->GetBuffer(); in LoadSMask() 1645 int dest_pitch = pMask->GetPitch(); in LoadSMask() 1679 return pMask; in LoadSMask()
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_dib.cpp | 470 const CPDF_Object* pMask = m_pDict->GetDirectObjectFor("Mask"); in GetDecodeAndMaskArray() local 471 if (!pMask) in GetDecodeAndMaskArray() 474 if (const CPDF_Array* pArray = pMask->AsArray()) { in GetDecodeAndMaskArray()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | state.h | 892 simdscalari* pMask; member
|
D | backend_impl.h | 977 blendContext.pMask = reinterpret_cast<simdscalari*>(&coverageMask);
|
/external/python/pycparser/utils/benchmark/inputs/ |
D | sqlite-btree.c.ppout | 3256 Trigger *sqlite3TriggersExist(Parse *, Table*, int, ExprList*, int *pMask);
|
/external/rust/crates/libsqlite3-sys/sqlite3/ |
D | sqlite3.c | 19772 SQLITE_PRIVATE Trigger *sqlite3TriggersExist(Parse *, Table*, int, ExprList*, int *pMask); 137104 int *pMask /* OUT: Mask of TRIGGER_BEFORE|TRIGGER_AFTER */ 137119 if( pMask ){ 137120 *pMask = mask;
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 19737 SQLITE_PRIVATE Trigger *sqlite3TriggersExist(Parse *, Table*, int, ExprList*, int *pMask); 136678 int *pMask /* OUT: Mask of TRIGGER_BEFORE|TRIGGER_AFTER */ 136693 if( pMask ){ 136694 *pMask = mask;
|
/external/sqlite/dist/ |
D | sqlite3.c | 19737 SQLITE_PRIVATE Trigger *sqlite3TriggersExist(Parse *, Table*, int, ExprList*, int *pMask); 136694 int *pMask /* OUT: Mask of TRIGGER_BEFORE|TRIGGER_AFTER */ 136709 if( pMask ){ 136710 *pMask = mask;
|