/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
GcSnapshot.java | 36 import java.awt.Composite; 571 * @param compositeOnly whether the paint is used for composite only. This is typically 573 * @param forceSrcMode if true, this overrides the composite to be SRC 790 // set the composite. 821 // the alpha for the composite. Always opaque if the normal paint color is used since 831 Composite composite = xfermodeDelegate.getComposite(alpha); local 832 assert composite != null; 833 if (composite != null) { 834 g.setComposite(composite); [all...] |
/prebuilts/go/darwin-x86/test/ken/ |
complit.go | 7 // Test composite literals.
|
/prebuilts/go/linux-x86/test/ken/ |
complit.go | 7 // Test composite literals.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/ |
ProjectSelectionPage.java | 45 import org.eclipse.swt.widgets.Composite; 75 public void createControl(Composite parent) { 78 Composite workArea = new Composite(parent, SWT.NONE); 88 Composite listComposite = new Composite(workArea, SWT.NONE); 137 private void createSelectionButtons(Composite composite) { 138 Composite buttonsComposite = new Composite(composite, SWT.NONE) [all...] |
/external/ImageMagick/MagickCore/ |
channel.c | 47 #include "MagickCore/composite-private.h" 868 Quantum *composite) 895 composite[i]=ClampToQuantum(gamma*MagickOver_((double) q[i],beta, 901 composite[i]=ClampToQuantum(gamma*MagickOver_((double) q[i],beta, 907 composite[i]=ClampToQuantum(gamma*MagickOver_((double) q[i],beta, 913 composite[i]=ClampToQuantum(gamma*MagickOver_((double) q[i],beta, 919 composite[i]=ClampToQuantum(QuantumRange*(Sa*(-Da)+Sa+Da)); [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; 181 public Control createContentArea(Composite parent) { 245 public void createUiControl(final Composite parent, IManagedForm managedForm) { 266 Composite composite = toolkit.createComposite(parent); 267 composite.setLayoutData(new TableWrapData(TableWrapData.FILL_GRAB, TableWrapData.MIDDLE)); 270 composite.setLayout(gl); 273 toolkit.paintBordersFor(composite); 275 final Text text = toolkit.createText(composite, getCurrentValue()); 277 gd.horizontalIndent = 1; // Needed by the fixed composite borders under GT [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
CollationBuilder.java | [all...] |
/external/icu/icu4c/source/tools/gennorm2/ |
n2builder.cpp | 94 CompositionPair(UChar32 t, UChar32 c) : trail(t), composite(c) {} 95 UChar32 trail, composite; member in struct:CompositionPair 129 UVector32 *compositions; // (trail, composite) pairs 378 // Insert (trail, composite) pair into compositions list for the lead character. 428 return pairs[i].composite; 585 void setComposite(UChar32 composite, int32_t combMarkIndex) { 586 fArray[fLastStarterIndex]=composite<<8; 587 // Remove the combining mark that contributed to the composite. 663 return FALSE; // the composite does not combine further 769 // 22 bits for the composite character and whether it combines forward [all...] |
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
CollationBuilder.java | [all...] |
/prebuilts/go/darwin-x86/src/go/types/ |
expr.go | 29 If a hint argument is present, it is the composite literal element type 30 of an outer composite literal; it is used to type-check composite literal 86 // requirement x may also be a composite literal." 847 // indexElts checks the elements (elts) of an array or slice composite literal 887 // check element against composite literal element type 909 // If hint != nil, it is the type of a composite literal element. 969 // (array composite literals and parameter lists) 997 // [...]T array types may only appear with composite literals. 1015 check.error(e.Pos(), "missing type in composite literal" [all...] |
/prebuilts/go/linux-x86/src/go/types/ |
expr.go | 29 If a hint argument is present, it is the composite literal element type 30 of an outer composite literal; it is used to type-check composite literal 86 // requirement x may also be a composite literal." 847 // indexElts checks the elements (elts) of an array or slice composite literal 887 // check element against composite literal element type 909 // If hint != nil, it is the type of a composite literal element. 969 // (array composite literals and parameter lists) 997 // [...]T array types may only appear with composite literals. 1015 check.error(e.Pos(), "missing type in composite literal" [all...] |
/external/skia/gm/ |
multipicturedraw.cpp | 359 SkAutoTUnref<SkPicture> composite; local 372 composite.reset(recorder.endRecording()); 375 mpd->add(dest, composite, &xform);
|
/external/ImageMagick/Magick++/demo/ |
demo.cpp | 125 cout << " composite ..." << endl; 127 example.label( "Composite" ); 128 example.composite( smile, "+35+65", OverCompositeOp); 494 // Composite logo into montage image 496 montage_image.composite( logo, placement, OverCompositeOp );
|
/external/ImageMagick/ |
Make.com | 203 $if ((p1 .nes. "") .and. (p1 .nes. "COMPOSITE")) then goto SkipComposite 204 $write sys$output "Making Composite..." 205 $call Make composite.c 207 $link'link_options' composite.obj, - 211 $composite:==$'f$environment("default")'composite 212 $write sys$output "..symbol COMPOSITE defined."
|
/external/libpng/contrib/gregbook/ |
rpng-win.c | 126 #define alpha_composite(composite, fg, alpha, bg) { \ 129 (composite) = (uch)((temp + (temp >> 8)) >> 8); \ 446 /* display image (composite with background if requested) */
|
/external/libpng/ |
png.h | [all...] |
/external/opencv3/3rdparty/libpng/ |
png.h | [all...] |
/external/pdfium/third_party/lpng_v163/ |
png.h | [all...] |
/external/skia/src/animator/ |
SkDrawExtraPathEffect.cpp | 384 SkPathEffect* composite = SkComposePathEffect::Create(e1, e2); local 387 return composite;
|
/ndk/tests/build/issue20862-libpng-O0/jni/ |
png.h | [all...] |
/prebuilts/devtools/tools/lib/ |
sdkstats.jar | |
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/ |
org.eclipse.sisu.plexus-0.0.0.M5.jar | |
/prebuilts/go/darwin-x86/src/cmd/gofmt/ |
doc.go | 76 An array, slice, or map composite literal of the form:
|
/prebuilts/go/linux-x86/src/cmd/gofmt/ |
doc.go | 76 An array, slice, or map composite literal of the form:
|
/prebuilts/gradle-plugin/com/android/tools/sdkstats/24.4.0-beta6/ |
sdkstats-24.4.0-beta6.jar | |