HomeSort by relevance Sort by last modified time
    Searched refs:Composite (Results 226 - 250 of 343) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
ApplicationInfoPage.java 46 import org.eclipse.swt.widgets.Composite;
97 public void createControl(Composite parent) {
98 Composite container = new Composite(parent, SWT.NULL);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileCreationPage.java 75 import org.eclipse.swt.widgets.Composite;
435 * @see org.eclipse.jface.dialogs.IDialogPage#createControl(org.eclipse.swt.widgets.Composite)
439 public void createControl(Composite parent) {
442 Composite composite = new Composite(parent, SWT.NULL); local
443 composite.setLayout(new GridLayout(2, false /*makeColumnsEqualWidth*/));
444 composite.setLayoutData(new GridData(GridData.FILL_BOTH));
447 Label typeLabel = new Label(composite, SWT.NONE);
450 mTypeCombo = new Combo(composite, SWT.DROP_DOWN | SWT.READ_ONLY)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewProjectPage.java 59 import org.eclipse.swt.widgets.Composite;
113 public void createControl(Composite parent) {
114 Composite container = new Composite(parent, SWT.NULL);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
OutlinePage.java 101 import org.eclipse.swt.widgets.Composite;
166 private Composite mControl;
314 public void createControl(Composite parent) {
323 public void createControl(Composite outlineParent) {
356 private void createOutline(Composite parent) {
    [all...]
LayoutActionBar.java 52 import org.eclipse.swt.widgets.Composite;
72 public class LayoutActionBar extends Composite {
88 * @param parent the parent composite to add the actions bar to
92 public LayoutActionBar(Composite parent, int style, GraphicalEditorPart editor) {
GraphicalEditorPart.java 148 import org.eclipse.swt.widgets.Composite;
350 public void createPartControl(Composite parent) {
389 Composite paletteParent = mPaletteComposite.getFlyoutParent();
390 Composite editorParent = mPaletteComposite.getClientParent();
411 Composite layoutBarAndCanvas = new Composite(mStructureFlyout.getClientParent(), SWT.NONE);
457 private void createStructureViews(Composite parent, boolean createPropertySheet) {
673 // - another random compatible config was chosen in the config composite.
    [all...]
LayoutCanvas.java 83 import org.eclipse.swt.widgets.Composite;
150 /** Drop target associated with this composite. */
259 Composite parent,
    [all...]
  /external/ImageMagick/www/api/
composite.php 9 <title>ImageMagick: MagickCore, C API for ImageMagick: Composite an Image</title>
15 <meta name="keywords" content="magickcore, c, api, for, imagemagick:, composite, an, image, ImageMagick, PerlMagick, image processing, image, photo, software, Magick++, OpenMP, convert"/>
55 <p class="text-center"><a href="composite.php#CompositeImage">CompositeImage</a> &bull; <a href="composite.php#TextureImage">TextureImage</a></p>
59 <p>CompositeImage() returns the second image composited onto the first at the specified offset, using the specified composite method.</p>
86 <dd>This operator affects how the composite is applied to the image. The operators and how they are utilized are listed here http://www.w3.org/TR/SVG12/#compositing. </dd>
146 <p><a href="composite.php#">Back to top</a> ?
  /external/autotest/frontend/client/src/autotest/common/spreadsheet/
Spreadsheet.java 20 import com.google.gwt.user.client.ui.Composite;
34 public class Spreadsheet extends Composite
  /external/proguard/src/proguard/gui/splash/
OverrideGraphics2D.java 469 public Composite getComposite()
554 public void setComposite(Composite comp)
  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
GcSnapshot.java 37 import java.awt.Composite;
573 * @param compositeOnly whether the paint is used for composite only. This is typically
575 * @param forceSrcMode if true, this overrides the composite to be SRC
793 // set the composite.
824 // the alpha for the composite. Always opaque if the normal paint color is used since
832 Composite composite = PorterDuffUtility.getComposite(mode, alpha); local
833 g.setComposite(composite);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintViewPart.java 56 import org.eclipse.swt.widgets.Composite;
154 public void createPartControl(Composite parent) {
LintList.java 71 import org.eclipse.swt.widgets.Composite;
96 class LintList extends Composite implements IResourceChangeListener, ControlListener {
132 LintList(IWorkbenchPartSite site, Composite parent, IMemento memento, boolean singleFile) {
586 * @return the list of resources being shown in this composite
    [all...]
  /external/llvm/lib/Linker/
IRMover.cpp     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationChooser.java 92 import org.eclipse.swt.widgets.Composite;
111 public class ConfigurationChooser extends Composite
182 * configuration composite. The list is organized as an array of arrays.
186 * @param parent The parent composite.
192 Composite parent,
    [all...]
  /external/drm_hwcomposer/
drmdisplaycompositor.cpp 377 ret = pre_compositor_->Composite(display_comp->layers().data(),
405 ALOGE("Failed to prepare framebuffer for pre-composite %d", ret);
410 ret = pre_compositor_->Composite(display_comp->layers().data(),
415 ALOGE("Failed to pre-composite layers");
421 ALOGE("Failed to create pre-composite framebuffer release fence %d", ret);
537 "Can not use pre composite framebuffer with no pre composite "
839 ALOGE("Composite failed for display %d", display_);
885 // If use_hw_overlays_ is false, we can't use hardware to composite the
    [all...]
glworker.cpp 552 int GLWorkerCompositor::Composite(DrmHwcLayer *layers,
570 ALOGE("Composite failed because of failed framebuffer");
  /prebuilts/go/darwin-x86/src/cmd/vet/
doc.go 75 Unkeyed composite literals
79 Composite struct literals that do not use the field-keyed syntax.
  /prebuilts/go/linux-x86/src/cmd/vet/
doc.go 75 Unkeyed composite literals
79 Composite struct literals that do not use the field-keyed syntax.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
ImageViewer.java 42 import org.eclipse.swt.widgets.Composite;
207 public ImageViewer(Composite parent, int style) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
DeviceView.java 76 import org.eclipse.swt.widgets.Composite;
314 public void createPartControl(Composite parent) {
    [all...]
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVModule.cpp 255 SPIRVValue *Composite, const std::vector<SPIRVWord>& Indices,
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/propertysheet/1.0/
propertysheet-1.0.jar 

Completed in 754 milliseconds

1 2 3 4 5 6 7 8 91011>>