Searched defs:charwidth (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/fpdftext/
H A Dfpdf_text.cpp238 FX_FLOAT charwidth = TotalWidth / TotalChars; local
239 widths[i] = (int)((MaxRightX - MinLeftX) / charwidth);
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page.cpp421 FX_FLOAT charwidth; local
449 charwidth = pFont->GetCharWidthF(charcode, level) * fontsize / 1000;
484 charwidth = pCIDFont->GetVertWidth(CID) * fontsize / 1000;
486 curpos += charwidth;
545 FX_FLOAT charwidth; local
548 charwidth = pCIDFont->GetVertWidth(CID) * fontsize / 1000;
550 charwidth = pFont->GetCharWidthF(charcode) * fontsize / 1000;
552 pPosArray[index] = pPosArray[index - 1] + charwidth;

Completed in 546 milliseconds