HomeSort by relevance Sort by last modified time
    Searched refs:metrics (Results 126 - 150 of 159) sorted by null

1 2 3 4 56 7

  /frameworks/base/core/java/android/view/
ViewDebug.java     [all...]
  /external/webkit/WebCore/platform/graphics/chromium/
FontCacheChromiumWin.cpp 479 static int CALLBACK traitsInFamilyEnumProc(CONST LOGFONT* logFont, CONST TEXTMETRIC* metrics, DWORD fontType, LPARAM lParam)
  /external/webkit/WebCore/platform/graphics/wince/
FontPlatformData.cpp 434 const TEXTMETRIC& FontPlatformData::metrics() const function in class:WebCore::FontPlatformData
  /external/webkit/WebKit/android/nav/
CachedRoot.cpp 288 SkPaint::FontMetrics metrics;
289 paint.getFontMetrics(&metrics);
290 SkPoint upDown[2] = { {xpos[0], constY + metrics.fAscent},
291 {xpos[0], constY + metrics.fDescent} };
    [all...]
  /external/webkit/WebKit/android/plugins/
android_npapi.h 583 /** Return in metrics the spacing values for text, respecting the paint's
585 (descent - ascent + leading). If metrics is NULL, it will be ignored.
587 float (*getFontMetrics)(ANPPaint*, ANPFontMetrics* metrics);
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
BridgeContext.java 93 * @param metrics the {@link DisplayMetrics}.
106 public BridgeContext(Object projectKey, DisplayMetrics metrics,
121 metrics,
    [all...]
  /development/apps/Term/src/com/android/term/
Term.java 343 DisplayMetrics metrics = new DisplayMetrics(); local
344 getWindowManager().getDefaultDisplay().getMetrics(metrics);
345 mEmulatorView.setTextSize((int) (mFontSize * metrics.density));
    [all...]
  /external/webkit/WebCore/html/canvas/
CanvasRenderingContext2D.cpp 1446 RefPtr<TextMetrics> metrics = TextMetrics::create(); local
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AllApps3D.java 178 final DisplayMetrics metrics = getResources().getDisplayMetrics(); local
179 final boolean isPortrait = metrics.widthPixels < metrics.heightPixels;
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewGroupTest.java 736 DisplayMetrics metrics = new DisplayMetrics(); local
739 d.getMetrics(metrics);
740 int screenWidth = metrics.widthPixels;
741 int screenHeight = metrics.heightPixels;
    [all...]
  /external/freetype/include/freetype/internal/
ftobjs.h 303 /* If non-null, the interface through which glyph data and metrics */
596 /* Set the metrics according to a bitmap strike. */
602 /* Set the metrics according to a size request. */
616 /* Use the horizontal metrics to synthesize the vertical metrics. */
619 ft_synthesize_vertical_metrics( FT_Glyph_Metrics* metrics,
    [all...]
  /external/kernel-headers/original/linux/
rtnetlink.h 629 extern int rtnetlink_put_metrics(struct sk_buff *skb, u32 *metrics);
  /external/webkit/WebCore/platform/gtk/
gtk2drawing.c     [all...]
  /frameworks/base/core/java/android/app/
ActivityThread.java 1151 DisplayMetrics metrics = mDisplayMetrics = new DisplayMetrics(); local
1198 DisplayMetrics metrics = getDisplayMetricsLocked(false); local
    [all...]
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageManagerTests.java 264 DisplayMetrics metrics = new DisplayMetrics(); local
265 metrics.setToDefaults();
266 PackageParser.Package pkg = packageParser.parsePackage(sourceFile, archiveFilePath, metrics, 0);
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
TextViewTest.java 508 DisplayMetrics metrics = mActivity.getResources().getDisplayMetrics(); local
512 assertEquals(TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_PX, 20f, metrics),
516 assertEquals(TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_DIP, 20f, metrics),
520 assertEquals(TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_SP, 20f, metrics),
525 assertEquals(TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_SP, 20f, metrics),
529 assertEquals(TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_SP, 200f, metrics),
    [all...]
  /external/webkit/WebKitTools/Scripts/
run-webkit-tests 259 --ignore-metrics Ignore metrics in tests
279 'ignore-metrics!' => \$ignoreMetrics,
    [all...]
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 493 strength = FT_MulFix(fFace->units_per_EM, fFace->size->metrics.y_scale)
645 SkDEBUGF(("Metrics(glyph:%d flags:0x%x) w:%d\n", glyph->getGlyphID(fBaseGlyphCount), fLoadGlyphFlags, glyph->fWidth));
926 // average font width metrics which Windows uses.
    [all...]
  /external/quake/quake/src/QW/scitech/include/
mgraph.h 741 /* Character and font metrics structure */
    [all...]
  /external/quake/quake/src/WinQuake/scitech/INCLUDE/
MGRAPH.H 741 /* Character and font metrics structure */
    [all...]
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 
  /frameworks/base/core/java/android/content/pm/
PackageParser.java 371 DisplayMetrics metrics, int flags) {
420 Resources res = new Resources(assmgr, metrics, null);
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /external/emma/lib/
emma.jar 

Completed in 2279 milliseconds

1 2 3 4 56 7