Home
last modified time | relevance | path

Searched refs:font_size_ (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fde/
Dcfde_texteditengine.cpp137 font_size_(10.0f), in CFDE_TextEditEngine()
164 text_break_.SetFontSize(font_size_);
226 text_out->SetFontSize(font_size_); in CountCharsExceedingSize()
641 if (font_size_ == size) in SetFontSize()
644 font_size_ = size; in SetFontSize()
645 text_break_.SetFontSize(font_size_); in SetFontSize()
659 return (static_cast<float>(font_->GetAscent()) * font_size_) / 1000; in GetFontAscent()
945 tr.fFontSize = font_size_; in GetCharRects()
962 tr.fFontSize = font_size_; in GetDisplayPos()
1057 contents_bounding_box_.height -= line_spacing_ - font_size_; in RebuildPieces()
[all …]
Dcfde_texteditengine.h103 float GetFontSize() const { return font_size_; } in GetFontSize()
208 float font_size_; variable