HomeSort by relevance Sort by last modified time
    Searched refs:m_SrcEnd (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fxge/dib/
fx_dib_engine.cpp 42 pixel_weights.m_SrcEnd = (int)FXSYS_floor((FX_FLOAT)src_pos + 1.0f / 2);
46 if (pixel_weights.m_SrcEnd >= src_max) {
47 pixel_weights.m_SrcEnd = src_max - 1;
49 if (pixel_weights.m_SrcStart == pixel_weights.m_SrcEnd) {
57 pixel_weights.m_SrcEnd = (int)FXSYS_floor((FX_FLOAT)src_pos + 1.0f / 2);
59 int end = pixel_weights.m_SrcEnd + 1;
70 if (pixel_weights.m_SrcEnd >= src_max) {
71 pixel_weights.m_SrcEnd = src_max - 1;
77 } else if ((start == pixel_weights.m_SrcStart && (pixel_weights.m_SrcStart == pixel_weights.m_SrcEnd ||
78 end == pixel_weights.m_SrcEnd) && start < end) || (start < pixel_weights.m_SrcStart && pixel_weights.m_SrcStart == pixel_weights (…)
    [all...]
dib_int.h 31 int m_SrcEnd;

Completed in 2876 milliseconds