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

/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page.cpp376 FX_RECT char_rect; local
377 pFont->GetCharBBox(charcode, char_rect, 0);
379 rect.left = curpos + char_rect.left * fontsize;
380 rect.right = curpos + char_rect.right * fontsize;
381 rect.top = char_rect.top * fontsize;
382 rect.bottom = char_rect.bottom * fontsize;
387 char_rect.left -= vx;
388 char_rect.right -= vx;
389 char_rect.top -= vy;
390 char_rect
419 FX_RECT char_rect; local
[all...]

Completed in 412 milliseconds