Home
last modified time | relevance | path

Searched refs:stretch_buf_mask (Results 1 – 2 of 2) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fxge/dib/
H A Dfx_dib_transform.cpp442 const uint8_t* stretch_buf_mask = nullptr; in Continue() local
444 stretch_buf_mask = m_Storer.GetBitmap()->m_pAlphaMask->GetBuffer(); in Continue()
460 if (!stretch_buf_mask && pTransformed->m_pAlphaMask) { in Continue()
492 bilinear_interpol(stretch_buf_mask, row_offset_l, row_offset_r, in Continue()
520 bicubic_interpol(stretch_buf_mask, stretch_pitch_mask, in Continue()
543 stretch_buf_mask[src_row * stretch_pitch_mask + src_col]; in Continue()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fxge/dib/
H A Dfx_dib_transform.cpp434 const uint8_t* stretch_buf_mask = nullptr; in Continue() local
436 stretch_buf_mask = m_Storer.GetBitmap()->m_pAlphaMask->GetBuffer(); in Continue()
452 if (!stretch_buf_mask && pTransformed->m_pAlphaMask) { in Continue()
484 bilinear_interpol(stretch_buf_mask, row_offset_l, row_offset_r, in Continue()
512 bicubic_interpol(stretch_buf_mask, stretch_pitch_mask, in Continue()
535 stretch_buf_mask[src_row * stretch_pitch_mask + src_col]; in Continue()