HomeSort by relevance Sort by last modified time
    Searched full:composite (Results 226 - 250 of 1052) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/glsl/
ir_hierarchical_visitor.h 44 * subclass in the composite, there are three kinds of visit methods.
50 * In addition, each visit method and the \c accept methods in the composite
58 * in the composite's \c accept method. The \c accept method for a leaf-node
  /developers/build/prebuilts/gradle/HdrViewfinder/Application/src/main/rs/
hdr_merge.rs 51 // Composite side by side
  /developers/samples/android/media/HdrViewfinder/Application/src/main/rs/
hdr_merge.rs 51 // Composite side by side
  /development/samples/browseable/HdrViewfinder/src/rs/
hdr_merge.rs 51 // Composite side by side
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
NameSpaceChecker.java 45 for (int i = CompositeGrammar.MIN_RULE_INDEX; i < grammar.composite.ruleIndexToRuleList.size(); i++) {
46 Rule r = grammar.composite.ruleIndexToRuleList.elementAt(i);
151 if ( !grammar.composite.lexerRules.contains(tokenID) &&
164 Grammar scopeG = grammar.composite.getGrammar(scopeAST.getText());
  /external/chromium_org/content/public/browser/android/
compositor.h 65 // Composite *without* having modified the layer tree.
  /external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
AnimatableValueKeyframe.cpp 36 return adoptPtrWillBeNoop(new PropertySpecificKeyframe(offset(), &easing(), propertyValue(property), composite()));
  /external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElementMicrotaskImportStep.h 48 // composite step which processes the Custom Elements created by
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAttributeNames.in 79 composite
  /external/chromium_org/third_party/WebKit/public/platform/
WebExternalTextureLayer.h 40 // When in single-thread mode, this means during WebLayerTreeView::composite().
  /external/chromium_org/third_party/icu/source/test/testdata/
testnorm.txt 64 E001=61 338 # composition with trail<=33FF and composite>7FFF
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
xa_composite.h 37 * Supported composite ops.
  /external/chromium_org/third_party/polymer/components-chromium/core-animation/
core-animation-extracted.js 63 * @property composite
67 composite: {value: 'replace', reflect: true},
211 composite: 'apply',
377 effect = new KeyframeEffect(frames, this.composite);
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
FlyoutControlComposite.java 30 import org.eclipse.swt.widgets.Composite;
51 public final class FlyoutControlComposite extends Composite {
89 public FlyoutControlComposite(Composite parent, int style, IFlyoutPreferences preferences) {
112 * @return the parent {@link Composite} for flyout {@link Control}.
114 public Composite getFlyoutParent() {
119 * @return the parent {@link Composite} for client {@link Control}.
121 public Composite getClientParent() {
313 private final class FlyoutContainer extends Composite {
319 public FlyoutContainer(Composite parent, int style) {
    [all...]
  /external/fonttools/Lib/fontTools/ttLib/tables/
_h_h_e_a.py 59 # Composite glyph without extents set.
  /external/icu/icu4c/source/test/testdata/
testnorm.txt 64 E001=61 338 # composition with trail<=33FF and composite>7FFF
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_composite.h 37 * Supported composite ops.
  /external/proguard/src/proguard/evaluation/value/
CompositeDoubleValue.java 44 * Creates a new composite double value of the two given double values
CompositeFloatValue.java 44 * Creates a new composite float value of the two given float values
CompositeIntegerValue.java 50 * Creates a new composite integer value of the two given integer values
CompositeLongValue.java 50 * Creates a new composite long value of the two given long values
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/instruction/
Instruction.java 41 * specific instruction format, and are typically built up as a composite of generic instruction interfaces.
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ImageCanvas.java 61 * Draw/composite the given Bitmap corresponding with the key 'id'. It will be sized according
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
MarginChooser.java 27 import org.eclipse.swt.widgets.Composite;
85 protected Control createDialogArea(Composite parent) {
86 Composite container = new Composite(parent, SWT.NONE);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
WelcomeWizardPage.java 31 import org.eclipse.swt.widgets.Composite;
65 public void createControl(Composite parent) {
66 Composite container = new Composite(parent, SWT.NULL);

Completed in 1066 milliseconds

1 2 3 4 5 6 7 8 91011>>