/external/pdfium/core/src/fpdftext/ |
D | fpdf_text_search.cpp | 45 if (pTextObj2->GetFontSize() != pTextObj1->GetFontSize()) { in FPDFText_IsSameTextObject() 97 FX_FLOAT last_width = nLastWidth * pPrevObj->GetFontSize() / 1000; in FPDFText_ProcessInterObj() 105 FX_FLOAT this_width = nThisWidth * pObj->GetFontSize() / 1000; in FPDFText_ProcessInterObj() 118 …old *= nLastWidth > nThisWidth ? FXSYS_fabs(pPrevObj->GetFontSize()) : FXSYS_fabs(pObj->GetFontSiz… in FPDFText_ProcessInterObj()
|
D | fpdf_text_int.cpp | 317 … rect.bottom = orgY + pCurObj->GetFont()->GetTypeDescent() * pCurObj->GetFontSize() / 1000; in GetRectArray() 324 … rect.top = orgY + pCurObj->GetFont()->GetTypeAscent() * pCurObj->GetFontSize() / 1000; in GetRectArray() 325 …= orgX + GetCharWidth(info_curchar.m_CharCode, pCurObj->GetFont()) * pCurObj->GetFontSize() / 1000; in GetRectArray() 647 info.m_FontSize = charinfo.m_pTextObj->GetFontSize(); in GetCharInfo() 1384 …Width(item.m_CharCode, prev_Obj.m_pTextObj->GetFont()) * prev_Obj.m_pTextObj->GetFontSize() / 1000; in ProcessTextObject() 1391 …T this_width = GetCharWidth(item.m_CharCode, pTextObj->GetFont()) * pTextObj->GetFontSize() / 1000; in ProcessTextObject() 1775 charinfo.m_CharBox.top = rect.top * pTextObj->GetFontSize() / 1000 + item.m_OriginY; in ProcessTextObject() 1776 charinfo.m_CharBox.left = rect.left * pTextObj->GetFontSize() / 1000 + item.m_OriginX; in ProcessTextObject() 1777 charinfo.m_CharBox.right = rect.right * pTextObj->GetFontSize() / 1000 + item.m_OriginX; in ProcessTextObject() 1778 charinfo.m_CharBox.bottom = rect.bottom * pTextObj->GetFontSize() / 1000 + item.m_OriginY; in ProcessTextObject() [all …]
|
D | fpdf_text.cpp | 84 …har_left = pPosArray ? pPosArray[cc * 2] : char_box.left * pText->m_TextState.GetFontSize() / 1000; in ProcessObject() 85 …ght = pPosArray ? pPosArray[cc * 2 + 1] : char_box.right * pText->m_TextState.GetFontSize() / 1000; in ProcessObject() 86 FX_FLOAT char_top = char_box.top * pText->m_TextState.GetFontSize() / 1000; in ProcessObject() 87 FX_FLOAT char_bottom = char_box.bottom * pText->m_TextState.GetFontSize() / 1000; in ProcessObject() 102 FX_FLOAT ratio_h = fontsize_h / pText->m_TextState.GetFontSize(); in ProcessObject()
|
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_Label.cpp | 61 FX_FLOAT CPWL_Label::GetFontSize() const in GetFontSize() function in CPWL_Label 63 return m_pEdit->GetFontSize(); in GetFontSize()
|
D | PWL_EditCtrl.cpp | 165 FX_FLOAT CPWL_EditCtrl::GetFontSize() const in GetFontSize() function in CPWL_EditCtrl 167 return m_pEdit->GetFontSize(); in GetFontSize() 541 FX_FLOAT fFontSize = GetFontSize(); in GetCaretFontSize()
|
D | PWL_ListBox.cpp | 492 FX_FLOAT CPWL_ListBox::GetFontSize() const in GetFontSize() function in CPWL_ListBox 495 return m_pList->GetFontSize(); in GetFontSize()
|
D | PWL_Edit.cpp | 1080 ptScroll.y += this->GetFontSize(); in OnMouseWheel() 1084 ptScroll.y -= this->GetFontSize(); in OnMouseWheel()
|
/external/pdfium/fpdfsdk/include/pdfwindow/ |
D | PWL_Label.h | 22 virtual FX_FLOAT GetFontSize() const;
|
D | PWL_ListBox.h | 66 virtual FX_FLOAT GetFontSize() const;
|
D | PWL_EditCtrl.h | 81 virtual FX_FLOAT GetFontSize() const;
|
D | PWL_Wnd.h | 337 virtual FX_FLOAT GetFontSize() const;
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page.cpp | 134 FX_FLOAT fontsize = m_TextState.GetFontSize(); in GetItemInfo() 320 FX_FLOAT fontsize = m_TextState.GetFontSize() / 1000; in GetCharWidth() 341 FX_FLOAT fontSize = m_TextState.GetFontSize() / 4000.0f; in GetSpaceCharWidth() 360 FX_FLOAT fontsize = m_TextState.GetFontSize() / 1000; in GetCharRect() 405 FX_FLOAT fontsize = m_TextState.GetFontSize(); in CalcPositionData() 531 FX_FLOAT fontsize = m_TextState.GetFontSize(); in CalcCharPos()
|
D | fpdf_page_parser.cpp | 1278 … m_pCurStates->m_TextX -= FXSYS_Mul(fInitKerning, m_pCurStates->m_TextState.GetFontSize()) / 1000; in AddTextObject() 1280 … m_pCurStates->m_TextY -= FXSYS_Mul(fInitKerning, m_pCurStates->m_TextState.GetFontSize()) / 1000; in AddTextObject() 1318 …rStates->m_TextX -= FXSYS_Mul(pKerning[nsegs - 1], m_pCurStates->m_TextState.GetFontSize()) / 1000; in AddTextObject() 1320 …rStates->m_TextY -= FXSYS_Mul(pKerning[nsegs - 1], m_pCurStates->m_TextState.GetFontSize()) / 1000; in AddTextObject() 1347 …States->m_TextX -= FXSYS_Mul(pArray->GetNumber(i), m_pCurStates->m_TextState.GetFontSize()) / 1000; in Handle_ShowText_Positioning()
|
D | fpdf_page_graph_state.cpp | 328 FX_FLOAT size = FXSYS_Mul(unit, GetFontSize()); in GetFontSizeV() 335 FX_FLOAT size = FXSYS_Mul(unit, GetFontSize()); in GetFontSizeH()
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_pageobj.h | 246 FX_FLOAT GetFontSize() const in GetFontSize() function 556 FX_FLOAT GetFontSize() const in GetFontSize() function 558 return m_TextState.GetFontSize(); in GetFontSize()
|
/external/pdfium/core/src/reflow/ |
D | layoutprocessor_reflow.cpp | 971 FX_FLOAT fs = pTextObj->GetFontSize(); in CreateRFData() 1174 …last_width = GetCharWidth(item.m_CharCode, m_pPreObj->GetFont()) * m_pPreObj->GetFontSize() / 1000; in ProcessInsertObject() 1177 … FX_FLOAT this_width = GetCharWidth(item.m_CharCode, pObj->GetFont()) * pObj->GetFontSize() / 1000; in ProcessInsertObject() 1214 …FX_FLOAT last_width = pPreObj->GetFont()->GetCharWidthF(item.m_CharCode) * pPreObj->GetFontSize() … in LogicPreObj() 1217 …FX_FLOAT this_width = pObj->GetFont()->GetCharWidthF(item.m_CharCode) * pObj->GetFontSize() / 1000; in LogicPreObj() 1313 if (pTextObj2->GetFontSize() != pTextObj1->GetFontSize()) { in IsSameTextObject()
|
/external/pdfium/core/src/fpdfdoc/ |
D | doc_vt.cpp | 329 FX_FLOAT fLineAscent = m_pVT->GetFontAscent(m_pVT->GetDefaultFontIndex(), m_pVT->GetFontSize()); in CharArray() 330 … FX_FLOAT fLineDescent = m_pVT->GetFontDescent(m_pVT->GetDefaultFontIndex(), m_pVT->GetFontSize()); in CharArray() 843 lineinfo.fLineAscent = GetFontAscent(GetDefaultFontIndex(), GetFontSize()); in Initialize() 844 lineinfo.fLineDescent = GetFontDescent(GetDefaultFontIndex(), GetFontSize()); in Initialize() 1356 …Size ? WordInfo.pWordProps->fFontSize : WordInfo.pWordProps->fFontSize * PVT_HALF) : GetFontSize(); in GetWordFontSize() 1377 GetFontAscent(GetDefaultFontIndex(), GetFontSize()); in GetLineAscent() 1382 GetFontDescent(GetDefaultFontIndex(), GetFontSize()); in GetLineDescent()
|
D | pdf_vt.h | 489 FX_FLOAT GetFontSize() const in GetFontSize() function
|
/external/pdfium/fpdfsdk/include/fxedit/ |
D | fx_edit.h | 373 virtual FX_FLOAT GetFontSize() const = 0; 451 virtual FX_FLOAT GetFontSize() const = 0;
|
D | fxet_list.h | 229 virtual FX_FLOAT GetFontSize() const;
|
/external/pdfium/fpdfsdk/include/ |
D | fsdk_baseform.h | 84 FX_FLOAT GetFontSize() const;
|
/external/pdfium/fpdfsdk/src/fxedit/ |
D | fxet_pageobjs.cpp | 140 FX_FLOAT fFontSize = pEdit->GetFontSize(); in DrawEdit() 453 FX_FLOAT fFontSize = pEdit->GetFontSize(); in GeneratePageObjects()
|
/external/pdfium/core/include/fpdfdoc/ |
D | fpdf_vt.h | 402 virtual FX_FLOAT GetFontSize() const = 0;
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_text.cpp | 254 FX_FLOAT font_size = textobj->m_TextState.GetFontSize(); in ProcessText() 373 FX_FLOAT font_size = textobj->m_TextState.GetFontSize(); in ProcessType3Text()
|
/external/pdfium/fpdfsdk/src/ |
D | fsdk_baseform.cpp | 205 FX_FLOAT CPDFSDK_Widget::GetFontSize() const in GetFontSize() function in CPDFSDK_Widget 1063 FX_FLOAT fFontSize = this->GetFontSize(); in ResetAppearance_ComboBox() 1137 FX_FLOAT fFontSize = GetFontSize(); in ResetAppearance_ListBox() 1253 FX_FLOAT fFontSize = GetFontSize(); in ResetAppearance_TextField()
|