Home
last modified time | relevance | path

Searched refs:pMask (Results 1 – 21 of 21) sorted by relevance

/external/pdfium/core/fxge/
Dcfx_cliprgn.cpp34 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()
Dcfx_defaultrenderdevice.h35 const RetainPtr<CFX_DIBBase>& pMask,
Drenderdevicedriver_iface.cpp87 const RetainPtr<CFX_DIBBase>& pMask, in SetBitsWithMask() argument
Drenderdevicedriver_iface.h113 const RetainPtr<CFX_DIBBase>& pMask,
Dcfx_renderdevice.h215 const RetainPtr<CFX_DIBBase>& pMask,
Dcfx_renderdevice.cpp842 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/
Dblend_jit.cpp546 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()
Dfetch_jit.cpp113 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/
Dfx_skia_device.h96 const RetainPtr<CFX_DIBBase>& pMask,
129 const RetainPtr<CFX_DIBBase>& pMask,
Dfx_skia_device.cpp2605 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/
Dcfx_dibitmap.cpp942 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()
Dcfx_dibitmap.h80 const RetainPtr<CFX_DIBBase>& pMask,
Dcfx_dibbase.cpp958 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/
Dcpdf_renderstatus.cpp1640 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/
Dcpdf_dib.cpp470 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/
Dstate.h892 simdscalari* pMask; member
Dbackend_impl.h977 blendContext.pMask = reinterpret_cast<simdscalari*>(&coverageMask);
/external/python/pycparser/utils/benchmark/inputs/
Dsqlite-btree.c.ppout3256 Trigger *sqlite3TriggersExist(Parse *, Table*, int, ExprList*, int *pMask);
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c19772 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/
Dsqlite3.c19737 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/
Dsqlite3.c19737 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;