Home
last modified time | relevance | path

Searched refs:getFont (Results 1 – 25 of 29) sorted by relevance

12

/external/proguard/src/proguard/gui/splash/
DFontSprite.java54 Font oldFont = graphics.getFont(); in paint()
57 graphics.setFont(font.getFont(time)); in paint()
DVariableFont.java35 public Font getFont(long time); in getFont() method
DConstantFont.java42 public Font getFont(long time) in getFont() method in ConstantFont
DVariableSizeFont.java53 public Font getFont(long time) in getFont() method in VariableSizeFont
DBufferedSprite.java129 bufferGraphics.setFont(graphics.getFont()); in paint()
DOverrideGraphics2D.java64 this.font = graphics.getFont(); in OverrideGraphics2D()
193 public Font getFont() in getFont() method in OverrideGraphics2D
195 return overrideFont != null ? font : graphics.getFont(); in getFont()
/external/icu/icu4c/source/samples/layout/
DGDIFontInstance.h79 HFONT getFont() const;
106 inline HFONT GDIFontInstance::getFont() const in getFont() function
Dparagraph.cpp65 const LEFontInstance *runFont = fontRuns->getFont(run); in subsetFontRuns()
240 const LEFontInstance *font = visualRun->getFont(); in draw()
DGDIFontInstance.cpp46 SelectObject(fHdc, font->getFont()); in setFont()
49 SelectObject(fHdc, font->getFont()); in setFont()
/external/chromium_org/third_party/icu/source/samples/layout/
DGDIFontInstance.h79 HFONT getFont() const;
106 inline HFONT GDIFontInstance::getFont() const in getFont() function
Dparagraph.cpp65 const LEFontInstance *runFont = fontRuns->getFont(run); in subsetFontRuns()
240 const LEFontInstance *font = visualRun->getFont(); in draw()
DGDIFontInstance.cpp46 SelectObject(fHdc, font->getFont()); in setFont()
49 SelectObject(fHdc, font->getFont()); in setFont()
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
DPixelConverter.java35 gc.setFont(control.getFont()); in PixelConverter()
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/
Dpending_changes.js34 PendingChanges.prototype.getFont = function(script, genericFamily) { method in PendingChanges
Doptions.js271 chrome.fontSettings.getFont(details, function(result) {
277 pendingChanges.getFont(details.script, details.genericFamily);
/external/icu/icu4c/source/layoutex/layout/
DParagraphLayout.h213 inline const LEFontInstance *getFont() const;
673 inline const LEFontInstance *ParagraphLayout::VisualRun::getFont() const in getFont() function
DRunArrays.h323 const LEFontInstance *getFont(le_int32 run) const;
/external/icu/icu4c/source/layoutex/
DRunArrays.cpp117 const LEFontInstance *FontRuns::getFont(le_int32 run) const in getFont() function in FontRuns
Dplayout.cpp231 return (const le_font *) vr->getFont(); in pl_getVisualRunFont()
DParagraphLayout.cpp403 fStyleRunInfo[run].font = fFontRuns->getFont(styleIndices[0]); in ParagraphLayout()
800 const LEFontInstance *runFont = fontRuns->getFont(si[0]); in computeSubFonts()
830 const LEFontInstance *font = fFontRuns->getFont(i); in computeMetrics()
Dplruns.cpp97 return (const le_font *) fr->getFont(run); in pl_getFontRunFont()
/external/icu/icu4c/source/layout/
DOpenTypeUtilities.cpp222 …: tag (%s) font (0x%p), [0x%p+0x%lx]\n", what, letagToStr(what->getTag(), tagbuf), what->getFont(), in _debug_LETableReference()
DKernTable.cpp241 adjust += fTable.getFont()->xUnitsToPoints(value);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
DComponentsView.java164 public Font getFont(Object element) { in createPartControl()
165 Font font = super.getFont(element); in createPartControl()
DBuildsView.java342 public Font getFont(Object element) { in createPartControl()
343 Font font = super.getFont(element); in createPartControl()

12