/external/proguard/src/proguard/gui/splash/ |
D | FontSprite.java | 54 Font oldFont = graphics.getFont(); in paint() 57 graphics.setFont(font.getFont(time)); in paint()
|
D | VariableFont.java | 35 public Font getFont(long time); in getFont() method
|
D | ConstantFont.java | 42 public Font getFont(long time) in getFont() method in ConstantFont
|
D | VariableSizeFont.java | 53 public Font getFont(long time) in getFont() method in VariableSizeFont
|
D | BufferedSprite.java | 129 bufferGraphics.setFont(graphics.getFont()); in paint()
|
D | OverrideGraphics2D.java | 64 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/ |
D | GDIFontInstance.h | 79 HFONT getFont() const; 106 inline HFONT GDIFontInstance::getFont() const in getFont() function
|
D | paragraph.cpp | 65 const LEFontInstance *runFont = fontRuns->getFont(run); in subsetFontRuns() 240 const LEFontInstance *font = visualRun->getFont(); in draw()
|
D | GDIFontInstance.cpp | 46 SelectObject(fHdc, font->getFont()); in setFont() 49 SelectObject(fHdc, font->getFont()); in setFont()
|
/external/chromium_org/third_party/icu/source/samples/layout/ |
D | GDIFontInstance.h | 79 HFONT getFont() const; 106 inline HFONT GDIFontInstance::getFont() const in getFont() function
|
D | paragraph.cpp | 65 const LEFontInstance *runFont = fontRuns->getFont(run); in subsetFontRuns() 240 const LEFontInstance *font = visualRun->getFont(); in draw()
|
D | GDIFontInstance.cpp | 46 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/ |
D | PixelConverter.java | 35 gc.setFont(control.getFont()); in PixelConverter()
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/ |
D | pending_changes.js | 34 PendingChanges.prototype.getFont = function(script, genericFamily) { method in PendingChanges
|
D | options.js | 271 chrome.fontSettings.getFont(details, function(result) { 277 pendingChanges.getFont(details.script, details.genericFamily);
|
/external/icu/icu4c/source/layoutex/layout/ |
D | ParagraphLayout.h | 213 inline const LEFontInstance *getFont() const; 673 inline const LEFontInstance *ParagraphLayout::VisualRun::getFont() const in getFont() function
|
D | RunArrays.h | 323 const LEFontInstance *getFont(le_int32 run) const;
|
/external/icu/icu4c/source/layoutex/ |
D | RunArrays.cpp | 117 const LEFontInstance *FontRuns::getFont(le_int32 run) const in getFont() function in FontRuns
|
D | playout.cpp | 231 return (const le_font *) vr->getFont(); in pl_getVisualRunFont()
|
D | ParagraphLayout.cpp | 403 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()
|
D | plruns.cpp | 97 return (const le_font *) fr->getFont(run); in pl_getFontRunFont()
|
/external/icu/icu4c/source/layout/ |
D | OpenTypeUtilities.cpp | 222 …: tag (%s) font (0x%p), [0x%p+0x%lx]\n", what, letagToStr(what->getTag(), tagbuf), what->getFont(), in _debug_LETableReference()
|
D | KernTable.cpp | 241 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/ |
D | ComponentsView.java | 164 public Font getFont(Object element) { in createPartControl() 165 Font font = super.getFont(element); in createPartControl()
|
D | BuildsView.java | 342 public Font getFont(Object element) { in createPartControl() 343 Font font = super.getFont(element); in createPartControl()
|