Searched refs:fFontMetrics (Results 1 - 3 of 3) sorted by relevance

/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
H A DPixelConverter.java26 private final FontMetrics fFontMetrics; field in class:PixelConverter
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/
H A DSkGlyphCache.h94 return fFontMetrics;
260 SkPaint::FontMetrics fFontMetrics; member in class:SkGlyphCache
H A DSkGlyphCache.cpp48 fScalerContext->getFontMetrics(&fFontMetrics);

Completed in 119 milliseconds