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

1 23

  /external/qemu/distrib/libpng-1.2.19/
png.h     [all...]
  /external/webkit/Source/WebCore/css/
CSSStyleApplyProperty.cpp 306 &FillLayer::isCompositeSet, &FillLayer::composite, &FillLayer::setComposite, &FillLayer::clearComposite, &FillLayer::initialFillComposite, &CSSStyleSelector::mapFillComposite));
336 &FillLayer::isCompositeSet, &FillLayer::composite, &FillLayer::setComposite, &FillLayer::clearComposite, &FillLayer::initialFillComposite, &CSSStyleSelector::mapFillComposite));
CSSComputedStyleDeclaration.cpp     [all...]
  /sdk/traceview/src/com/android/traceview/
TimeLineView.java 39 import org.eclipse.swt.widgets.Composite;
54 public class TimeLineView extends Composite implements Observer {
145 public TimeLineView(Composite parent, TraceReader reader,
193 // Create a composite for the left side of the sash
194 Composite composite = new Composite(mSashForm, SWT.NONE); local
199 composite.setLayout(layout);
202 BlankCorner corner = new BlankCorner(composite);
208 mLabels = new RowLabels(composite);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
TransparencyWin.cpp 161 // This should be false, since calling composite() is mandatory.
165 void TransparencyWin::composite() function in class:WebCore::TransparencyWin
FontChromiumWin.cpp 178 m_transparency.composite();
  /external/webkit/Source/WebKit/chromium/src/
WebViewImpl.h 99 virtual void composite(bool finish);
WebViewImpl.cpp 1095 void WebViewImpl::composite(bool finish) function in class:WebKit::WebViewImpl
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Canvas_Delegate.java 30 import java.awt.Composite;
629 Composite composite = PorterDuffXfermode_Delegate.getComposite(
631 if (composite != null) {
632 graphics.setComposite(composite);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ConfigurationSelector.java 85 import org.eclipse.swt.widgets.Composite;
103 public class ConfigurationSelector extends Composite {
124 private Composite mQualifierEditParent;
237 * @param parent the composite parent.
240 public ConfigurationSelector(Composite parent, SelectorMode mode) {
294 Composite buttonComposite = new Composite(this, SWT.NONE);
300 new Composite(buttonComposite, SWT.NONE);
392 QualifierEditBase composite = mUiMap.get(first.getClass());
394 if (composite != null)
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /external/libpng/contrib/gregbook/
rpng2-win.c 128 #define alpha_composite(composite, fg, alpha, bg) { \
131 (composite) = (uch)((temp + (temp >> 8)) >> 8); \
    [all...]
rpng2-x.c 151 #define alpha_composite(composite, fg, alpha, bg) { \
154 (composite) = (uch)((temp + (temp >> 8)) >> 8); \
727 /* composite image against new background and display (note that
    [all...]
  /external/libpng/
png.h     [all...]
  /external/webkit/Source/WebCore/rendering/
RenderLayerCompositor.cpp 619 // layer), we don't need to composite it. This saves up quite a bit on the
620 // number of layers we have to composite.
690 // If we're testing for overlap, we only need to composite if we overlap something that is already composited.
708 // The children of this layer don't need to composite, unless there is
833 // Subsequent layers in the parent stacking context also need to composite.
    [all...]
RenderThemeChromiumWin.cpp 92 m_helper.composite();
RenderBoxModelObject.cpp 763 CompositeOperator compositeOp = op == CompositeSourceOver ? bgLayer->composite() : op;
    [all...]
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.h 569 CompositeOperator backgroundComposite() const { return static_cast<CompositeOperator>(m_background->background().composite()); }
583 CompositeOperator maskComposite() const { return static_cast<CompositeOperator>(rareNonInheritedData->m_mask.composite()); }
    [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9-swt.jar 
jfreechart-1.0.9.jar 
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 407 (*--... Operations on composite constants ..................................--*)
    [all...]
llvm.mli 739 (** {7 Operations on composite constants} *)
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 1192 milliseconds

1 23