Searched refs:GetFontSize (Results 1 - 25 of 31) sorted by relevance

12

/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_Label.h22 virtual FX_FLOAT GetFontSize() const;
H A DPWL_ListBox.h66 virtual FX_FLOAT GetFontSize() const;
H A DPWL_EditCtrl.h81 virtual FX_FLOAT GetFontSize() const;
H A DPWL_Wnd.h337 virtual FX_FLOAT GetFontSize() const;
/external/pdfium/core/src/fpdftext/
H A Dfpdf_text_search.cpp45 if (pTextObj2->GetFontSize() != pTextObj1->GetFontSize()) {
97 FX_FLOAT last_width = nLastWidth * pPrevObj->GetFontSize() / 1000;
105 FX_FLOAT this_width = nThisWidth * pObj->GetFontSize() / 1000;
118 threshold *= nLastWidth > nThisWidth ? FXSYS_fabs(pPrevObj->GetFontSize()) : FXSYS_fabs(pObj->GetFontSize());
H A Dfpdf_text_int.cpp317 rect.bottom = orgY + pCurObj->GetFont()->GetTypeDescent() * pCurObj->GetFontSize() / 1000;
324 rect.top = orgY + pCurObj->GetFont()->GetTypeAscent() * pCurObj->GetFontSize() / 1000;
325 FX_FLOAT xPosTemp = orgX + GetCharWidth(info_curchar.m_CharCode, pCurObj->GetFont()) * pCurObj->GetFontSize() / 1000;
647 info.m_FontSize = charinfo.m_pTextObj->GetFontSize();
1384 FX_FLOAT prev_width = GetCharWidth(item.m_CharCode, prev_Obj.m_pTextObj->GetFont()) * prev_Obj.m_pTextObj->GetFontSize() / 1000;
1391 FX_FLOAT this_width = GetCharWidth(item.m_CharCode, pTextObj->GetFont()) * pTextObj->GetFontSize() / 1000;
1775 charinfo.m_CharBox.top = rect.top * pTextObj->GetFontSize() / 1000 + item.m_OriginY;
1776 charinfo.m_CharBox.left = rect.left * pTextObj->GetFontSize() / 1000 + item.m_OriginX;
1777 charinfo.m_CharBox.right = rect.right * pTextObj->GetFontSize() / 1000 + item.m_OriginX;
1778 charinfo.m_CharBox.bottom = rect.bottom * pTextObj->GetFontSize() / 100
[all...]
H A Dfpdf_text.cpp84 FX_FLOAT char_left = pPosArray ? pPosArray[cc * 2] : char_box.left * pText->m_TextState.GetFontSize() / 1000;
85 FX_FLOAT char_right = pPosArray ? pPosArray[cc * 2 + 1] : char_box.right * pText->m_TextState.GetFontSize() / 1000;
86 FX_FLOAT char_top = char_box.top * pText->m_TextState.GetFontSize() / 1000;
87 FX_FLOAT char_bottom = char_box.bottom * pText->m_TextState.GetFontSize() / 1000;
102 FX_FLOAT ratio_h = fontsize_h / pText->m_TextState.GetFontSize();
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Label.cpp61 FX_FLOAT CPWL_Label::GetFontSize() const function in class:CPWL_Label
63 return m_pEdit->GetFontSize();
H A DPWL_EditCtrl.cpp165 FX_FLOAT CPWL_EditCtrl::GetFontSize() const function in class:CPWL_EditCtrl
167 return m_pEdit->GetFontSize();
541 FX_FLOAT fFontSize = GetFontSize();
H A DPWL_ListBox.cpp492 FX_FLOAT CPWL_ListBox::GetFontSize() const function in class:CPWL_ListBox
495 return m_pList->GetFontSize();
H A DPWL_Edit.cpp1080 ptScroll.y += this->GetFontSize();
1084 ptScroll.y -= this->GetFontSize();
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_pageobj.h246 FX_FLOAT GetFontSize() const function in class:CPDF_TextState
556 FX_FLOAT GetFontSize() const function in class:CPDF_TextObject
558 return m_TextState.GetFontSize();
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page.cpp134 FX_FLOAT fontsize = m_TextState.GetFontSize();
320 FX_FLOAT fontsize = m_TextState.GetFontSize() / 1000;
341 FX_FLOAT fontSize = m_TextState.GetFontSize() / 4000.0f;
360 FX_FLOAT fontsize = m_TextState.GetFontSize() / 1000;
405 FX_FLOAT fontsize = m_TextState.GetFontSize();
531 FX_FLOAT fontsize = m_TextState.GetFontSize();
H A Dfpdf_page_graph_state.cpp328 FX_FLOAT size = FXSYS_Mul(unit, GetFontSize());
335 FX_FLOAT size = FXSYS_Mul(unit, GetFontSize());
/external/pdfium/core/src/reflow/
H A Dlayoutprocessor_reflow.cpp971 FX_FLOAT fs = pTextObj->GetFontSize();
1174 FX_FLOAT last_width = GetCharWidth(item.m_CharCode, m_pPreObj->GetFont()) * m_pPreObj->GetFontSize() / 1000;
1177 FX_FLOAT this_width = GetCharWidth(item.m_CharCode, pObj->GetFont()) * pObj->GetFontSize() / 1000;
1214 FX_FLOAT last_width = pPreObj->GetFont()->GetCharWidthF(item.m_CharCode) * pPreObj->GetFontSize() / 1000;
1217 FX_FLOAT this_width = pObj->GetFont()->GetCharWidthF(item.m_CharCode) * pObj->GetFontSize() / 1000;
1313 if (pTextObj2->GetFontSize() != pTextObj1->GetFontSize()) {
/external/pdfium/fpdfsdk/include/fxedit/
H A Dfx_edit.h373 virtual FX_FLOAT GetFontSize() const = 0;
451 virtual FX_FLOAT GetFontSize() const = 0;
H A Dfxet_list.h229 virtual FX_FLOAT GetFontSize() const;
/external/pdfium/fpdfsdk/include/
H A Dfsdk_baseform.h84 FX_FLOAT GetFontSize() const;
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_vt.cpp329 FX_FLOAT fLineAscent = m_pVT->GetFontAscent(m_pVT->GetDefaultFontIndex(), m_pVT->GetFontSize());
330 FX_FLOAT fLineDescent = m_pVT->GetFontDescent(m_pVT->GetDefaultFontIndex(), m_pVT->GetFontSize());
843 lineinfo.fLineAscent = GetFontAscent(GetDefaultFontIndex(), GetFontSize());
844 lineinfo.fLineDescent = GetFontDescent(GetDefaultFontIndex(), GetFontSize());
1356 return m_bRichText && WordInfo.pWordProps ? (WordInfo.pWordProps->nScriptType == PVTWORD_SCRIPT_NORMAL || bFactFontSize ? WordInfo.pWordProps->fFontSize : WordInfo.pWordProps->fFontSize * PVT_HALF) : GetFontSize();
1377 GetFontAscent(GetDefaultFontIndex(), GetFontSize());
1382 GetFontDescent(GetDefaultFontIndex(), GetFontSize());
H A Dpdf_vt.h489 FX_FLOAT GetFontSize() const function in class:CPDF_VariableText
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_vt.h402 virtual FX_FLOAT GetFontSize() const = 0;
H A Dfpdf_doc.h1191 FX_FLOAT GetFontSize() function in class:CPDF_FormField
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_text.cpp254 FX_FLOAT font_size = textobj->m_TextState.GetFontSize();
373 FX_FLOAT font_size = textobj->m_TextState.GetFontSize();
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_pageobjs.cpp140 FX_FLOAT fFontSize = pEdit->GetFontSize();
276 //FX_FLOAT fFontSize = pEdit->GetFontSize();
453 FX_FLOAT fFontSize = pEdit->GetFontSize();
/external/pdfium/fpdfsdk/src/
H A Dfsdk_baseform.cpp205 FX_FLOAT CPDFSDK_Widget::GetFontSize() const function in class:CPDFSDK_Widget
1063 FX_FLOAT fFontSize = this->GetFontSize();
1137 FX_FLOAT fFontSize = GetFontSize();
1253 FX_FLOAT fFontSize = GetFontSize();

Completed in 2789 milliseconds

12