Searched defs:fontsize (Results 1 - 6 of 6) sorted by relevance

/external/fio/
H A Dcairo_text_helpers.c6 double fontsize, const char *text, int alignment)
32 cairo_set_font_size(cr, fontsize);
42 double fontsize, const char *text)
44 draw_aligned_text(cr, font, x, y, fontsize, text, CENTERED);
49 double fontsize, const char *text)
51 draw_aligned_text(cr, font, x, y, fontsize, text, RIGHT_JUSTIFIED);
56 double fontsize, const char *text)
58 draw_aligned_text(cr, font, x, y, fontsize, text, LEFT_JUSTIFIED);
62 double y, double fontsize,
70 cairo_set_font_size(cr, fontsize);
5 draw_aligned_text(cairo_t *cr, const char *font, double x, double y, double fontsize, const char *text, int alignment) argument
41 draw_centered_text(cairo_t *cr, const char *font, double x, double y, double fontsize, const char *text) argument
47 draw_right_justified_text(cairo_t *cr, const char *font, double x, double y, double fontsize, const char *text) argument
54 draw_left_justified_text(cairo_t *cr, const char *font, double x, double y, double fontsize, const char *text) argument
61 draw_vertical_centered_text(cairo_t *cr, const char *font, double x, double y, double fontsize, const char *text) argument
[all...]
/external/openfst/src/script/
H A Ddraw.cc38 int fontsize,
45 fontsize, precision, show_weight_one, ostrm, dest);
26 DrawFst(const FstClass &fst, const SymbolTable *isyms, const SymbolTable *osyms, const SymbolTable *ssyms, bool accep, const string &title, float width, float height, bool portrait, bool vertical, float ranksep, float nodesep, int fontsize, int precision, bool show_weight_one, ostream *ostrm, const string &dest) argument
/external/openfst/src/include/fst/script/
H A Ddraw.h47 const int fontsize; member in struct:fst::script::FstDrawerArgs
65 int fontsize,
73 fontsize(fontsize), precision(precision),
86 args->nodesep, args->fontsize,
103 int fontsize,
53 FstDrawerArgs(const FstClass &fst, const SymbolTable *isyms, const SymbolTable *osyms, const SymbolTable *ssyms, bool accep, const string &title, float width, float height, bool portrait, bool vertical, float ranksep, float nodesep, int fontsize, int precision, bool show_weight_one, ostream *ostrm, const string &dest) argument
H A Ddraw-impl.h55 int fontsize,
62 fontsize_(fontsize), precision_(precision),
183 PrintString(" fontsize = ");
204 PrintString("\", fontsize = ");
43 FstDrawer(const Fst<A> &fst, const SymbolTable *isyms, const SymbolTable *osyms, const SymbolTable *ssyms, bool accep, string title, float width, float height, bool portrait, bool vertical, float ranksep, float nodesep, int fontsize, int precision, bool show_weight_one) argument
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/accessibility/
H A DFontSizePrefsTest.java204 private void setFontScale(final float fontsize) { argument
208 mFontSizePrefs.setFontScaleFactor(fontsize);
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page.cpp135 FX_FLOAT fontsize = m_TextState.GetFontSize(); local
136 pInfo->m_OriginX -= fontsize * vx / 1000;
137 pInfo->m_OriginY -= fontsize * vy / 1000;
323 FX_FLOAT fontsize = m_TextState.GetFontSize() / 1000; local
331 return pFont->GetCharWidthF(charcode, 0) * fontsize;
334 return pCIDFont->GetVertWidth(CID) * fontsize;
364 FX_FLOAT fontsize = m_TextState.GetFontSize() / 1000; local
379 rect.left = curpos + char_rect.left * fontsize;
380 rect.right = curpos + char_rect.right * fontsize;
381 rect.top = char_rect.top * fontsize;
409 FX_FLOAT fontsize = m_TextState.GetFontSize(); local
537 FX_FLOAT fontsize = m_TextState.GetFontSize(); local
[all...]

Completed in 158 milliseconds