HomeSort by relevance Sort by last modified time
    Searched refs:font_size (Results 1 - 25 of 36) sorted by null

1 2

  /external/sfntly/cpp/src/sample/chromium/
font_subsetter.cc 23 size_t font_size,
28 original_font == NULL || font_size == 0 ||
34 if (!subsetter.LoadFont(font_name, original_font, font_size)) {
43 size_t font_size,
48 original_font == NULL || font_size == 0 ||
54 if (!subsetter.LoadFont(font_index, original_font, font_size)) {
font_subsetter.h 38 // |font_size| Size of |original_font| in bytes.
45 size_t font_size,
62 // |font_size| Size of |original_font| in bytes.
69 size_t font_size,
subsetter_impl.h 59 size_t font_size);
62 size_t font_size);
  /external/pdfium/core/fpdfapi/render/
cpdf_textrenderer.h 29 FX_FLOAT font_size,
40 FX_FLOAT font_size,
53 FX_FLOAT font_size,
cpdf_charposlist.h 24 FX_FLOAT font_size);
cpdf_textrenderer.cpp 23 FX_FLOAT font_size,
32 CharPosList.Load(charCodes, charPos, pFont, font_size);
48 font_size, pText2User, pUser2Device, pGraphState,
59 font_size, pText2User, pUser2Device, pGraphState,
71 FX_FLOAT font_size,
94 cur_pos += pFont->GetCharWidthF(codes[i]) * font_size / 1000;
103 DrawNormalText(pDevice, codes, positions, pFont, font_size, &matrix,
112 FX_FLOAT font_size,
117 CharPosList.Load(charCodes, charPos, pFont, font_size);
153 font_size, pText2Device, fill_argb, FXGE_flags))
    [all...]
cpdf_renderstatus.h 130 FX_FLOAT font_size,
  /external/pdfium/core/fxge/apple/
fx_apple_platform.cpp 33 FX_FLOAT font_size,
38 bool bNegSize = font_size < 0;
40 font_size = -font_size;
78 font_size, glyph_indices, glyph_positions,
105 FX_FLOAT font_size,
153 font_size, argb);
  /external/pdfium/core/fxge/win32/
dwrite_int.h 49 FX_FLOAT font_size,
cfx_psrenderer.h 73 FX_FLOAT font_size,
win32_int.h 91 FX_FLOAT font_size,
96 FX_FLOAT font_size,
260 FX_FLOAT font_size,
319 FX_FLOAT font_size,
fx_win32_print.cpp 202 FX_FLOAT font_size,
228 lf.lfHeight = -font_size * kScaleFactor;
486 FX_FLOAT font_size,
489 font_size, color);
  /external/pdfium/core/fxge/
cfx_fontmapper.h 65 uint32_t font_size);
70 uint32_t font_size);
ifx_renderdevicedriver.cpp 71 FX_FLOAT font_size,
ifx_renderdevicedriver.h 90 FX_FLOAT font_size,
cfx_renderdevice.h 206 FX_FLOAT font_size,
213 FX_FLOAT font_size,
  /external/skia/tools/
using_skia_and_harfbuzz.cpp 112 DoubleOption font_size = DoubleOption("-z", "Font size", 8.0f); member in struct:Config
122 &keywords, &creator, &font_file, &font_size, &left_margin,
137 glyph_paint.setTextSize(SkDoubleToScalar(config->font_size.value));
150 current_y = config->line_spacing_ratio.value * config->font_size.value;
159 current_y += config->line_spacing_ratio.value * config->font_size.value;
  /external/pdfium/core/fxge/ge/
cfx_fontmapper.cpp 685 uint32_t font_size = m_pFontInfo->GetFontData(hFont, 0, nullptr, 0); local
686 if (font_size == 0 && ttc_size == 0) {
692 face = GetCachedTTCFace(hFont, kTableTTCF, ttc_size, font_size);
694 face = GetCachedFace(hFont, SubstName, weight, bItalic, font_size);
736 uint32_t font_size = m_pFontInfo->GetFontData(hFont, 0, nullptr, 0); local
737 if (font_size == 0 && ttc_size == 0) {
743 face = GetCachedTTCFace(hFont, 0x74746366, ttc_size, font_size);
747 face = GetCachedFace(hFont, SubstName, weight, bItalic, font_size);
773 uint32_t font_size) {
782 face = m_pFontMgr->GetCachedTTCFace(ttc_size, checksum, ttc_size - font_size,
    [all...]
cfx_renderdevice.cpp 851 FX_FLOAT font_size,
860 font_size, fill_color)) {
869 font_size, fill_color)) {
880 char2device.Scale(font_size, -font_size);
    [all...]
  /external/pdfium/fpdfsdk/
fpdfedittext.cpp 25 float font_size) {
36 pTextObj->m_TextState.SetFontSize(font_size);
  /external/harfbuzz_ng/src/
hb-uniscribe.cc 495 unsigned int font_size)
498 lf->lfHeight = -font_size;
518 int font_size = font->face->get_upem (); /* Default... */ local
521 font_size = font->y_ppem;
523 if (font_size < 0)
524 font_size = -font_size;
525 data->x_mult = (double) font->x_scale / font_size;
526 data->y_mult = (double) font->y_scale / font_size;
530 if (unlikely (!populate_log_font (&data->log_font, font, font_size))) {
    [all...]
  /external/pdfium/core/fxge/agg/
fx_agg_driver.h 96 FX_FLOAT font_size,
  /external/autotest/client/site_tests/firmware_TouchMTB/
firmware_window.py 149 font_size = int(float(label_width_in_px) / conf.num_chars_per_row *
151 return font_size
158 font_size = self._calc_result_font_size()
159 self.result.set_markup(markup_str % (color, font_size, mod_text))
  /external/pdfium/core/fxge/skia/
fx_skia_device.h 137 FX_FLOAT font_size,
  /external/pdfium/public/
fpdf_edit.h 393 // font_size - the font size for the new text object.
398 float font_size);

Completed in 1150 milliseconds

1 2