Searched defs:composite (Results 1 - 25 of 27) sorted by relevance

12

/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
H A DGridLayoutFactory.java30 private GridLayoutFactory(Composite composite, GridLayout layout) { argument
32 composite.setLayout(m_layout);
35 public static GridLayoutFactory create(Composite composite) { argument
36 return new GridLayoutFactory(composite, new GridLayout());
39 public static GridLayoutFactory modify(Composite composite) { argument
40 Layout layout = composite.getLayout();
42 return new GridLayoutFactory(composite, (GridLayout) layout);
44 return create(composite);
/external/webkit/Source/WebCore/svg/
H A DSVGFECompositeElement.cpp87 FEComposite* composite = static_cast<FEComposite*>(effect); local
89 return composite->setOperation(static_cast<CompositeOperationType>(_operator()));
91 return composite->setK1(k1());
93 return composite->setK2(k2());
95 return composite->setK3(k3());
97 return composite->setK4(k4());
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
H A DCSpinner.java317 protected Point computeSize(Composite composite, int wHint, int hHint, boolean flushCache) { argument
334 protected void layout(Composite composite, boolean flushCache) { argument
335 Rectangle cRect = composite.getClientArea();
368 protected Point computeSize(Composite composite, int wHint, int hHint, boolean flushCache) { argument
385 protected void layout(Composite composite, boolean flushCache) { argument
386 Rectangle cRect = composite.getClientArea();
419 protected Point computeSize(Composite composite, int wHint, int hHint, boolean flushCache) { argument
434 protected void layout(Composite composite, boolean flushCache) { argument
435 Rectangle cRect = composite.getClientArea();
467 protected Point computeSize(Composite composite, in argument
484 layout(Composite composite, boolean flushCache) argument
509 computeSize(Composite composite, int wHint, int hHint, boolean flushCache) argument
526 layout(Composite composite, boolean flushCache) argument
[all...]
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DTransparencyWin.cpp161 // This should be false, since calling composite() is mandatory.
165 void TransparencyWin::composite() function in class:WebCore::TransparencyWin
/external/webkit/Source/WebCore/rendering/style/
H A DFillLayer.h76 CompositeOperator composite() const { return static_cast<CompositeOperator>(m_composite); } function in class:WebCore::FillLayer
/external/webkit/Source/WebKit/chromium/src/
H A DWebPopupMenuImpl.cpp176 void WebPopupMenuImpl::composite(bool finish) function in class:WebKit::WebPopupMenuImpl
H A DWebViewImpl.cpp1095 void WebViewImpl::composite(bool finish) function in class:WebKit::WebViewImpl
1098 TRACE_EVENT("WebViewImpl::composite", this, 0);
/external/skia/src/animator/
H A DSkDrawExtraPathEffect.cpp369 SkPathEffect* composite = new SkComposePathEffect(e1, e2); local
372 return composite;
/external/webkit/Source/WebKit/chromium/tests/
H A DPopupMenuTest.cpp132 virtual void composite(bool finish) { } function in class:__anon15383::TestWebWidget
/external/icu4c/tools/gennorm2/
H A Dn2builder.cpp94 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) { argument
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 characte
[all...]
/external/icu4c/common/
H A Dnormalizer2impl.cpp643 * Bits 21..1 composite character
644 * Bit 0 set if the composite is a forward-combining starter
720 UChar32 composite=compositeAndFwd>>1; local
722 addComposites(getCompositionsListForComposite(getNorm16(composite)), set);
724 set.add(composite);
810 UChar32 composite=compositeAndFwd>>1; local
812 // Replace the starter with the composite, remove the combining mark.
815 if(U_IS_SUPPLEMENTARY(composite)) {
817 starter[0]=U16_LEAD(composite);
818 starter[1]=U16_TRAIL(composite);
[all...]
/external/webkit/Source/WebCore/bindings/v8/
H A DSerializedScriptValue.cpp128 // information used to reconstruct composite types.
407 v8::Handle<v8::Value> composite() { return m_composite; } function in class:WebCore::__anon15099::Serializer::StateBase
409 // Serializes (a part of) the current composite and returns
415 StateBase(v8::Handle<v8::Value> composite, StateBase* next) argument
416 : m_composite(composite)
444 v8::Handle<T> composite() { return v8::Handle<T>::Cast(StateBase::composite()); } function in class:WebCore::__anon15099::Serializer::State
447 State(v8::Handle<T> composite, StateBase* next) argument
448 : StateBase(composite, next)
466 for (; m_index < composite()
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DGrammar.java300 /** If this grammar is part of a larger composite grammar via delegate
301 * statement, then this points at the composite. The composite holds
304 public CompositeGrammar composite; field in class:Grammar
515 public Grammar(Tool tool, String fileName, CompositeGrammar composite) { argument
516 this.composite = composite;
519 // ensure we have the composite set to something
520 if ( composite.delegateGrammarTreeRoot==null ) {
521 composite
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jar ... void run () org.eclipse.swt.widgets.Composite parent } org/eclipse/ui/forms/DetailsPart$PageBag.class ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.ui.sdk.scheduler_1.0.0.v20100507-1815.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.databinding_1.4.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 521 milliseconds

12