Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/dib/
Dfx_dib_transform.cpp355 m_ResultWidth = result_clip.Width(); in Start()
437 if (!pTransformed->Create(m_ResultWidth, m_ResultHeight, transformF)) { in Continue()
458 for (int col = 0; col < m_ResultWidth; col++) { in Continue()
492 for (int col = 0; col < m_ResultWidth; col++) { in Continue()
520 for (int col = 0; col < m_ResultWidth; col++) { in Continue()
544 for (int col = 0; col < m_ResultWidth; col++) { in Continue()
577 for (int col = 0; col < m_ResultWidth; col++) { in Continue()
603 for (int col = 0; col < m_ResultWidth; col++) { in Continue()
648 for (int col = 0; col < m_ResultWidth; col++) { in Continue()
688 for (int col = 0; col < m_ResultWidth; col++) { in Continue()
[all …]
/external/pdfium/core/include/fxge/
Dfx_dib.h652 int m_ResultWidth; variable