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

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
PixelConverter.java 26 private final FontMetrics fFontMetrics;
36 fFontMetrics = gc.getFontMetrics();
49 return Dialog.convertHeightInCharsToPixels(fFontMetrics, chars);
56 return Dialog.convertHorizontalDLUsToPixels(fFontMetrics, dlus);
63 return Dialog.convertVerticalDLUsToPixels(fFontMetrics, dlus);
70 return Dialog.convertWidthInCharsToPixels(fFontMetrics, chars);
  /external/skia/src/core/
SkGlyphCache.h 94 return fFontMetrics;
205 SkPaint::FontMetrics fFontMetrics;
SkGlyphCache.cpp 68 fScalerContext->getFontMetrics(&fFontMetrics);
  /prebuilts/tools/common/m2/repository/com/android/tools/external/propertysheet/1.0/
propertysheet-1.0.jar 

Completed in 58 milliseconds