HomeSort by relevance Sort by last modified time
    Searched full:textmetric (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/ui/gfx/
platform_font_win.cc 29 // If the tmWeight field of a TEXTMETRIC structure has a value >= this, the
66 void GetTextMetricsForFont(HDC hdc, HFONT font, TEXTMETRIC* text_metrics) {
248 TEXTMETRIC font_metrics;
261 const TEXTMETRIC& font_metrics) {
286 TEXTMETRIC best_font_metrics;
301 TEXTMETRIC font_metrics;
platform_font_win.h 148 static HFontRef* CreateHFontRef(HFONT font, const TEXTMETRIC& font_metrics);
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_win.cpp 161 TEXTMETRIC textMetric;
162 if (0 == GetTextMetrics(hdc, &textMetric)) {
163 textMetric.tmPitchAndFamily = TMPF_VECTOR;
165 GetTextMetrics(hdc, &textMetric);
168 if (!(textMetric.tmPitchAndFamily & TMPF_VECTOR)) {
169 return textMetric.tmLastChar;
197 TEXTMETRIC textMetric;
198 if (0 == GetTextMetrics(hdc, &textMetric)) {
    [all...]
  /external/skia/src/ports/
SkFontHost_win.cpp 161 TEXTMETRIC textMetric;
162 if (0 == GetTextMetrics(hdc, &textMetric)) {
163 textMetric.tmPitchAndFamily = TMPF_VECTOR;
165 GetTextMetrics(hdc, &textMetric);
168 if (!(textMetric.tmPitchAndFamily & TMPF_VECTOR)) {
169 return textMetric.tmLastChar;
197 TEXTMETRIC textMetric;
198 if (0 == GetTextMetrics(hdc, &textMetric)) {
    [all...]
  /external/chromium_org/content/common/
font_cache_dispatcher_win.cc 40 TEXTMETRIC tm;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderThemeChromiumFontProviderWin.cpp 98 TEXTMETRIC tm;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
uxtheme.h 178 THEMEAPI GetThemeTextMetrics(HTHEME hTheme,HDC hdc,int iPartId,int iStateId,TEXTMETRIC *ptm);
ocidl.h     [all...]
wingdi.h 862 __MINGW_TYPEDEF_AW(TEXTMETRIC)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/windows/gdi/
wgl.c 377 TEXTMETRIC metric;
  /external/chromium_org/third_party/npapi/npspy/windows/
dirpick.cpp 540 TEXTMETRIC tm;
  /external/mesa3d/src/mesa/drivers/windows/gdi/
wgl.c 377 TEXTMETRIC metric;
  /external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp 392 TEXTMETRIC tm;
    [all...]
  /external/libpng/contrib/gregbook/
rpng2-win.c 791 TEXTMETRIC tm;
    [all...]
  /external/eclipse-basebuilder/src/
eclipse-sourceBuild-srcIncluded-3.6.2.zip 

Completed in 530 milliseconds