Home | History | Annotate | Download | only in pdf417

Lines Matching refs:GetSize

30   if (coefficients.GetSize() == 0) {

34 int32_t coefficientsLength = coefficients.GetSize();
47 i < firstNonZero + m_coefficients.GetSize(); i++) {
64 return m_coefficients.GetSize() - 1;
70 return m_coefficients[m_coefficients.GetSize() - 1 - degree];
76 int32_t size = m_coefficients.GetSize();
79 for (int32_t l = 0; l < m_coefficients.GetSize(); l++) {
110 if (smallerCoefficients.GetSize() > largerCoefficients.GetSize()) {
117 sumDiff.SetSize(largerCoefficients.GetSize());
119 largerCoefficients.GetSize() - smallerCoefficients.GetSize();
123 for (int32_t i = lengthDiff; i < largerCoefficients.GetSize(); i++) {
160 int32_t aLength = aCoefficients.GetSize();
163 int32_t bLength = bCoefficients.GetSize();
178 int32_t size = m_coefficients.GetSize();
204 int32_t size = m_coefficients.GetSize();
229 int32_t size = m_coefficients.GetSize();