Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/dib/
Dfx_dib_transform.cpp362 FX_LPCBYTE stretch_buf_mask = NULL; in Continue() local
364 stretch_buf_mask = m_Storer.GetBitmap()->m_pAlphaMask->GetBuffer(); in Continue()
380 if (stretch_buf_mask == NULL && pTransformed->m_pAlphaMask) { in Continue()
408 …*dest_pos_mask = _bilinear_interpol(stretch_buf_mask, row_offset_l, row_offset_r, src_col_l, src_c… in Continue()
430 …*dest_pos_mask = _bicubic_interpol(stretch_buf_mask, stretch_pitch_mask, pos_pixel, u_w, v_w, res_… in Continue()
449 *dest_pos_mask = stretch_buf_mask[src_row * stretch_pitch_mask + src_col]; in Continue()