HomeSort by relevance Sort by last modified time
    Searched refs:lfHeight (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/ui/base/l10n/
l10n_util_win_unittest.cc 22 int size = lf.lfHeight;
30 lf.lfHeight = static_cast<int>(1.4 * size + rounding);
32 EXPECT_NEAR(size, lf.lfHeight, 1);
34 lf.lfHeight = static_cast<int>(1.8 * size + rounding);
36 EXPECT_NEAR(size, lf.lfHeight, 1);
l10n_util_win.cc 34 logfont->lfHeight = static_cast<long>(font_size_scaler *
35 static_cast<double>(abs(logfont->lfHeight)) + 0.5) *
36 (logfont->lfHeight > 0 ? 1 : -1);
  /external/chromium_org/ui/gfx/
platform_font_win.cc 115 font_info.lfHeight = height;
129 font_info.lfHeight = AdjustFontSize(-requested_font_size, size_delta);
217 metrics.lfMessageFont.lfHeight =
218 AdjustFontSize(metrics.lfMessageFont.lfHeight, 0);
284 if (font_info.lfHeight < 0)
285 requested_font_size_ = -font_info.lfHeight;
  /external/chromium_org/third_party/skia/samplecode/
SampleTextBox.cpp 51 lf.lfHeight = 9;
53 lf.lfHeight = 12;
  /external/skia/samplecode/
SampleTextBox.cpp 51 lf.lfHeight = 9;
53 lf.lfHeight = 12;
  /external/chromium_org/content/shell/app/
webkit_test_platform_support_win.cc 97 if (system_fonts[i]->lfHeight != required_font_size ||
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderThemeChromiumFontProviderWin.cpp 91 float size = -font.lfHeight;
  /external/icu/icu4c/source/samples/layout/
GDIFontInstance.cpp 138 lf.lfHeight = - pt.y;
226 lf.lfHeight = - pt.y;
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_win.cpp 123 lf->lfHeight = -64;
685 lf.lfHeight = -SkScalarTruncToInt(gdiTextSize);
    [all...]
  /external/skia/src/ports/
SkFontHost_win.cpp 123 lf->lfHeight = -64;
685 lf.lfHeight = -SkScalarTruncToInt(gdiTextSize);
    [all...]
  /external/chromium_org/skia/ext/
vector_platform_device_emf_win.cc 395 lf.lfHeight = -SkScalarRoundToInt(paint.getTextSize());
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-uniscribe.cc 492 lf->lfHeight = -font->y_scale;
  /external/harfbuzz_ng/src/
hb-uniscribe.cc 489 lf->lfHeight = -font->y_scale;
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_doc.cpp 244 pLogFont->lfHeight = -1000;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wingdi.h 1042 LONG lfHeight;
1059 LONG lfHeight;
    [all...]
mshtml.h     [all...]
mshtmlc.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 1032 milliseconds