HomeSort by relevance Sort by last modified time
    Searched refs:GetCharBBox (Results 1 - 13 of 13) sorted by null

  /external/pdfium/core/fpdfapi/font/
cpdf_simplefont.h 24 FX_RECT GetCharBBox(uint32_t charcode) override;
cpdf_type3font.h 30 FX_RECT GetCharBBox(uint32_t charcode) override;
cpdf_cidfont.h 47 FX_RECT GetCharBBox(uint32_t charcode) override;
cpdf_font.h 79 virtual FX_RECT GetCharBBox(uint32_t charcode) = 0;
cpdf_font.cpp 242 FX_RECT rect = GetCharBBox(i);
267 FX_RECT rect = GetCharBBox('A');
269 rect = GetCharBBox('g');
cpdf_type3font.cpp 149 FX_RECT CPDF_Type3Font::GetCharBBox(uint32_t charcode) {
cpdf_simplefont.cpp 94 FX_RECT CPDF_SimpleFont::GetCharBBox(uint32_t charcode) {
cpdf_cidfont.cpp 430 FX_RECT CPDF_CIDFont::GetCharBBox(uint32_t charcode) {
  /external/pdfium/xfa/fgas/font/
cfgas_gefont.h 58 bool GetCharBBox(FX_WCHAR wUnicode, CFX_Rect* bbox, bool bCharCode = false);
cfgas_gefont.cpp 306 bool CFGAS_GEFont::GetCharBBox(FX_WCHAR wUnicode,
  /external/pdfium/core/fpdfapi/page/
cpdf_textobject.cpp 214 FX_RECT char_rect = pFont->GetCharBBox(charcode);
  /external/pdfium/xfa/fgas/layout/
fgas_textbreak.cpp     [all...]
  /external/pdfium/core/fpdftext/
cpdf_textpage.cpp 639 return pFont->GetCharBBox(charCode).Width();
    [all...]

Completed in 387 milliseconds