Searched refs:m_ItemSize (Results 1 – 2 of 2) sorted by relevance
54 return (PixelWeight*)(m_pWeightTables + (pixel - m_DestMin) * m_ItemSize); in GetPixelWeight()56 int m_DestMin, m_ItemSize; variable
26 …m_ItemSize = sizeof(int) * 2 + (int)(sizeof(int) * (FXSYS_ceil(FXSYS_fabs((FX_FLOAT)scale)) + ext_… in Calc()28 if ((dest_max - dest_min) > (int)((1U << 30) - 4) / m_ItemSize) { in Calc()31 m_pWeightTables = FX_TryAlloc(FX_BYTE, (dest_max - dest_min) * m_ItemSize + 4); in Calc()