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

  /external/pdfium/core/src/fxge/dib/
fx_dib_engine.cpp 41 pixel_weights.m_SrcStart = (int)FXSYS_floor((FX_FLOAT)src_pos - 1.0f / 2);
43 if (pixel_weights.m_SrcStart < src_min) {
44 pixel_weights.m_SrcStart = src_min;
49 if (pixel_weights.m_SrcStart == pixel_weights.m_SrcEnd) {
52 pixel_weights.m_Weights[1] = FXSYS_round((FX_FLOAT)(src_pos - pixel_weights.m_SrcStart - 1.0f / 2) * 65536);
56 pixel_weights.m_SrcStart = (int)FXSYS_floor((FX_FLOAT)src_pos - 1.0f / 2);
58 int start = pixel_weights.m_SrcStart - 1;
66 if (pixel_weights.m_SrcStart < src_min) {
67 src_pos += src_min - pixel_weights.m_SrcStart;
68 pixel_weights.m_SrcStart = src_min;
    [all...]
dib_int.h 30 int m_SrcStart;

Completed in 69 milliseconds