HomeSort by relevance Sort by last modified time
    Searched refs:composite (Results 26 - 50 of 73) sorted by null

12 3

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileCreationPage.java 79 import org.eclipse.swt.widgets.Composite;
438 * @see org.eclipse.jface.dialogs.IDialogPage#createControl(org.eclipse.swt.widgets.Composite)
441 public void createControl(Composite parent) {
444 Composite composite = new Composite(parent, SWT.NULL); local
445 composite.setLayout(new GridLayout(2, false /*makeColumnsEqualWidth*/));
446 composite.setLayoutData(new GridData(GridData.FILL_BOTH));
449 Label typeLabel = new Label(composite, SWT.NONE);
452 mTypeCombo = new Combo(composite, SWT.DROP_DOWN | SWT.READ_ONLY)
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/
SerializedScriptValue.cpp 128 // information used to reconstruct composite types.
406 // Composite object we're processing in this state.
407 v8::Handle<v8::Value> composite() { return m_composite; } function in class:WebCore::__anon13234::Serializer::StateBase
409 // Serializes (a part of) the current composite and returns
415 StateBase(v8::Handle<v8::Value> composite, StateBase* next)
416 : m_composite(composite)
444 v8::Handle<T> composite() { return v8::Handle<T>::Cast(StateBase::composite()); } function in class:WebCore::__anon13234::Serializer::State
447 State(v8::Handle<T> composite, StateBase* next)
448 : StateBase(composite, next
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiResourceAttributeNode.java 48 import org.eclipse.swt.widgets.Composite;
91 public void createUiControl(final Composite parent, IManagedForm managedForm) {
100 Composite composite = toolkit.createComposite(parent); local
101 composite.setLayoutData(new TableWrapData(TableWrapData.FILL_GRAB, TableWrapData.MIDDLE));
104 composite.setLayout(gl);
107 toolkit.paintBordersFor(composite);
109 final Text text = toolkit.createText(composite, getCurrentValue());
111 gd.horizontalIndent = 1; // Needed by the fixed composite borders under GTK
113 Button browseButton = toolkit.createButton(composite, "Browse...", SWT.PUSH)
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
DisplaySyncHistogram.java 22 import org.eclipse.swt.widgets.Composite;
51 * @param parent the parent composite.
56 public Control createComposite(final Composite parent, EventLogParser logParser,
58 Control composite = createCompositeChart(parent, logParser, "Sync Histogram"); local
60 return composite;
DisplaySyncPerf.java 23 import org.eclipse.swt.widgets.Composite;
109 * @param parent the parent composite.
114 public Control createComposite(final Composite parent, EventLogParser logParser,
116 Control composite = createCompositeChart(parent, logParser, "Sync Performance"); local
118 return composite;
DisplaySync.java 23 import org.eclipse.swt.widgets.Composite;
60 * @param parent the parent composite.
65 public Control createComposite(final Composite parent, EventLogParser logParser,
67 Control composite = createCompositeChart(parent, logParser, "Sync Status"); local
69 return composite;
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
SdkUpdaterChooserDialog.java 50 import org.eclipse.swt.widgets.Composite;
74 private Composite mPackageRootComposite;
143 * See also {@link #createButtonBar(Composite)} below.
146 public void createDialogContent(Composite parent) {
180 mPackageRootComposite = new Composite(mSashForm, SWT.NONE);
240 protected Control createButtonBar(Composite parent) {
241 Composite composite = new Composite(parent, SWT.NONE); local
249 composite.setLayout(layout);
    [all...]
  /external/chromium/chrome/browser/resources/gpu_internals/
tracing_controller_tests.js     [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebPopupMenuImpl.h 69 virtual void composite(bool finish);
WebPopupMenuImpl.cpp 176 void WebPopupMenuImpl::composite(bool finish) function in class:WebKit::WebPopupMenuImpl
  /sdk/traceview/src/com/android/traceview/
ProfileView.java 37 import org.eclipse.swt.widgets.Composite;
51 public class ProfileView extends Composite implements Observer {
66 public ProfileView(Composite parent, TraceReader reader,
109 // Create another composite to hold the label and text box
110 Composite composite = new Composite(this, SWT.NONE); local
111 composite.setLayout(new GridLayout(2, false));
112 composite.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));
115 Label label = new Label(composite, SWT.NONE)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiClassAttributeNode.java 68 import org.eclipse.swt.widgets.Composite;
176 public Control createContentArea(Composite parent) {
240 public void createUiControl(final Composite parent, IManagedForm managedForm) {
261 Composite composite = toolkit.createComposite(parent);
262 composite.setLayoutData(new TableWrapData(TableWrapData.FILL_GRAB, TableWrapData.MIDDLE));
265 composite.setLayout(gl);
268 toolkit.paintBordersFor(composite);
270 final Text text = toolkit.createText(composite, getCurrentValue());
272 gd.horizontalIndent = 1; // Needed by the fixed composite borders under GT
    [all...]
  /external/icu4c/common/
normalizer2impl.cpp 638 * Bits 21..1 composite character
639 * Bit 0 set if the composite is a forward-combining starter
715 UChar32 composite=compositeAndFwd>>1; local
717 addComposites(getCompositionsListForComposite(getNorm16(composite)), set);
719 set.add(composite);
805 UChar32 composite=compositeAndFwd>>1; local
807 // Replace the starter with the composite, remove the combining mark.
810 if(U_IS_SUPPLEMENTARY(composite)) {
812 starter[0]=U16_LEAD(composite);
813 starter[1]=U16_TRAIL(composite);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
GLFramesView.java 54 import org.eclipse.swt.widgets.Composite;
150 private void createLeftPane(Composite parent) {
151 Composite composite = new Composite(parent, 0); local
155 composite.setLayout(gridLayout);
156 composite.setLayoutData(new GridData(GridData.FILL_BOTH));
159 Label l = new Label(composite, SWT.NONE);
162 mFrameScale = new Scale(composite, SWT.BORDER | SWT.HORIZONTAL);
181 mFrameNumberspinner = new Spinner(composite, SWT.BORDER)
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
GcSnapshot.java 35 import java.awt.Composite;
572 * @param compositeOnly whether the paint is used for composite only. This is typically
574 * @param forceSrcMode if true, this overrides the composite to be SRC
746 // the alpha for the composite. Always opaque if the normal paint color is used since
758 Composite composite = xfermodeDelegate.getComposite(alpha); local
759 assert composite != null;
760 if (composite != null) {
761 g.setComposite(composite);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ClientRulesEngine.java 83 import org.eclipse.swt.widgets.Composite;
384 public Control createContentArea(Composite parentComposite) {
385 Composite composite = new Composite(parentComposite, SWT.NONE);
386 composite.setLayout(new GridLayout(1, false));
387 Button button = new Button(composite, SWT.PUSH);
399 return composite;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PaletteControl.java 91 import org.eclipse.swt.widgets.Composite;
131 public class PaletteControl extends Composite {
152 public void createControl(Composite parent) {
245 * Create the composite.
246 * @param parent The parent composite.
249 public PaletteControl(Composite parent, GraphicalEditorPart editor) {
471 protected Composite createChildContainer(Composite parent, Object header, int style) {
474 final Composite composite;
    [all...]
  /external/icu4c/tools/gennorm2/
n2builder.cpp 94 CompositionPair(UChar32 t, UChar32 c) : trail(t), composite(c) {}
95 UChar32 trail, composite; member in struct:CompositionPair
128 UVector32 *compositions; // (trail, composite) pairs
352 // Insert (trail, composite) pair into compositions list for the lead character.
402 return pairs[i].composite;
553 void setComposite(UChar32 composite, int32_t combMarkIndex) {
554 fArray[fLastStarterIndex]=composite<<8;
555 // Remove the combining mark that contributed to the composite.
623 return FALSE; // the composite does not combine further
690 // 22 bits for the composite character and whether it combines forward
    [all...]
  /external/libpng/contrib/gregbook/
rpng-win.c 100 #define alpha_composite(composite, fg, alpha, bg) { \
103 (composite) = (uch)((temp + (temp >> 8)) >> 8); \
407 /* display image (composite with background if requested) */
rpng-x.c 106 #define alpha_composite(composite, fg, alpha, bg) { \
109 (composite) = (uch)((temp + (temp >> 8)) >> 8); \
395 /* display image (composite with background if requested) */
  /external/skia/src/animator/
SkDrawExtraPathEffect.cpp 377 SkPathEffect* composite = new SkComposePathEffect(e1, e2); local
380 return composite;
  /development/tools/glesv2debugger/src/com/android/glesv2debugger/
SampleView.java 56 import org.eclipse.swt.widgets.Composite;
198 public void createLeftPane(Composite parent) {
199 Composite composite = new Composite(parent, 0); local
203 composite.setLayout(gridLayout);
205 frameNum = new Slider(composite, SWT.BORDER | SWT.HORIZONTAL);
217 // Table table = new Table(composite, SWT.H_SCROLL | SWT.V_SCROLL |
241 viewer = new ListViewer(composite, SWT.DEFAULT);
265 public void createPartControl(Composite parent)
    [all...]
  /external/webkit/Source/WebCore/css/
CSSPropertyNames.in 175 -webkit-background-composite
259 -webkit-mask-composite
  /external/webkit/Source/WebCore/rendering/style/
FillLayer.h 76 CompositeOperator composite() const { return static_cast<CompositeOperator>(m_composite); } function in class:WebCore::FillLayer
  /external/webkit/Source/WebKit/chromium/tests/
PopupMenuTest.cpp 132 virtual void composite(bool finish) { } function in class:__anon13511::TestWebWidget

Completed in 1528 milliseconds

12 3