Home
last modified time | relevance | path

Searched refs:getApproximateFontWidth (Results 1 – 2 of 2) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DSwtUtils.java27 public static int getApproximateFontWidth(Control c) { in getApproximateFontWidth() method in SwtUtils
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
DGLFunctionTraceViewer.java325 gd.widthHint = SwtUtils.getApproximateFontWidth(mFrameSelectionSpinner) * 6; in createFrameSelectionControls()