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

/external/pdfium/xfa/src/fdp/src/css/
H A Dfde_cssdatatable.cpp86 FX_DWORD FDE_CSSFontStyleToFDE(IFDE_CSSFontStyle* pFontStyle) { argument
87 FXSYS_assert(pFontStyle != NULL);
89 if (pFontStyle->GetFontStyle() == FDE_CSSFONTSTYLE_Italic) {
92 if (pFontStyle->GetFontWeight() >= 700) {
/external/pdfium/xfa/src/fxfa/src/app/
H A Dxfa_textlayout.cpp136 IFDE_CSSFontStyle* pFontStyle = pStyle->GetFontStyles(); local
168 pFontStyle->SetColor(font.GetColor());
169 pFontStyle->SetFontStyle(font.IsItalic() ? FDE_CSSFONTSTYLE_Italic
171 pFontStyle->SetFontWeight(font.IsBold() ? FXFONT_FW_BOLD
190 pFontStyle->SetFontSize(fFontSize);
370 IFDE_CSSFontStyle* pFontStyle = pStyle->GetFontStyles(); local
371 int32_t iCount = pFontStyle->CountFontFamilies();
373 wsFamily = pFontStyle->GetFontFamily(iCount - 1);
376 if (pFontStyle->GetFontWeight() > FXFONT_FW_NORMAL) {
379 if (pFontStyle
[all...]

Completed in 116 milliseconds