Searched refs:scalingFactor (Results 1 – 3 of 3) sorted by relevance
88 float scalingFactor = 1.0f; in CPDF_CharPosList() local101 scalingFactor = static_cast<float>(pdfGlyphWidth) / ftGlyphWidth; in CPDF_CharPosList()102 charpos.m_AdjustMatrix[0] = scalingFactor; in CPDF_CharPosList()126 pCIDFont->CIDTransformToFloat(pTransform[0]) * scalingFactor; in CPDF_CharPosList()128 pCIDFont->CIDTransformToFloat(pTransform[1]) * scalingFactor; in CPDF_CharPosList()
675 #define TJSCALED(dimension, scalingFactor) \ argument676 ((dimension * scalingFactor.num + scalingFactor.denom - 1) / \677 scalingFactor.denom)
276 final long scalingFactor = calculateTracktimesScalingFactor(m, track); in getTimes() local280 syncSampleTimes[currentSyncSampleIndex++] = currentDuration * scalingFactor; in getTimes()