/external/ImageMagick/MagickCore/ |
H A D | composite-private.h | 16 MagickCore image composite private methods. 53 const double alpha,const Quantum *q,const double beta,Quantum *composite) 86 composite[i]=ClampToQuantum(gamma*MagickOver_((double) p->red,alpha, 92 composite[i]=ClampToQuantum(gamma*MagickOver_((double) p->green,alpha, 98 composite[i]=ClampToQuantum(gamma*MagickOver_((double) p->blue,alpha, 104 composite[i]=ClampToQuantum(gamma*MagickOver_((double) p->black,alpha, 110 composite[i]=ClampToQuantum(QuantumRange*RoundToUnity(Sa+Da-Sa*Da)); 115 composite[i]=q[i]; 123 const double alpha,const PixelInfo *q,const double beta,PixelInfo *composite) 136 composite 52 CompositePixelOver(const Image *image,const PixelInfo *p, const double alpha,const Quantum *q,const double beta,Quantum *composite) argument 122 CompositePixelInfoOver(const PixelInfo *p, const double alpha,const PixelInfo *q,const double beta,PixelInfo *composite) argument 145 CompositePixelInfoPlus(const PixelInfo *p, const double alpha,const PixelInfo *q,const double beta,PixelInfo *composite) argument 168 CompositePixelInfoAreaBlend(const PixelInfo *p, const double alpha,const PixelInfo *q,const double beta,const double area, PixelInfo *composite) argument 179 CompositePixelInfoBlend(const PixelInfo *p, const double alpha,const PixelInfo *q,const double beta,PixelInfo *composite) argument [all...] |
H A D | 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)); 866 FlattenPixelInfo(const Image *image,const PixelInfo *p, const double alpha,const Quantum *q,const double beta, Quantum *composite) argument
|
H A D | composite.c | 55 #include "MagickCore/composite.h" 56 #include "MagickCore/composite-private.h" 96 % at the specified offset, using the specified composite method. 111 % o compose: This operator affects how the composite is applied to 408 Virtual composite: 434 Authentic composite: 518 const Image *composite,const CompositeOperator compose, 564 assert(composite!= (Image *) NULL); 565 assert(composite->signature == MagickCoreSignature); 568 source_image=CloneImage(composite, 515 CompositeImage(Image *image, const Image *composite,const CompositeOperator compose, const MagickBooleanType clip_to_self,const ssize_t x_offset, const ssize_t y_offset,ExceptionInfo *exception) argument [all...] |
H A D | draw.c | 59 #include "MagickCore/composite.h" 60 #include "MagickCore/composite-private.h" 1183 composite, 1210 composite=zero; 1220 GetPixelInfoPixel(image,q,&composite); 1221 CompositePixelInfoOver(&pixel,pixel.alpha,&composite,composite.alpha, 1222 &composite); 1223 SetPixelViaPixelInfo(image,&composite,q); 3447 composite, 1171 composite, local 3430 composite, local [all...] |
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/ |
H A D | GridLayoutFactory.java | 30 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/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/ |
H A D | CSpinner.java | 317 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/skia/gm/ |
H A D | multipicturedraw.cpp | 359 SkAutoTUnref<SkPicture> composite; local 372 composite.reset(recorder.endRecording()); 375 mpd->add(dest, composite, &xform);
|
/external/skia/src/animator/ |
H A D | SkDrawExtraPathEffect.cpp | 384 SkPathEffect* composite = SkComposePathEffect::Create(e1, e2); local 387 return composite;
|
/external/tpm2/ |
H A D | RSAKeySieve.c | 226 // FALSE composite 240 BOOL ret = FALSE; // Assumed composite for easy exit 471 UINT32 composite; local 511 while((composite = NextPrime(&iter)) != 0) 516 pList[i--] = composite; 522 composite *= next; 524 composite = BN_mod_word(bnN, composite); 530 r = composite % next; 835 // primes is composite [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
H A D | CollationBuilder.java | 923 int composite = iter.codepoint; 924 String decomp = nfd.getDecomposition(composite); 925 if(!mergeCompositeIntoString(nfdString, indexAfterLastStarter, composite, decomp, 959 int composite, CharSequence decomp, 974 // Make new FCD strings that combine a composite, or its decomposition, 976 // Make an NFD version, and a version with the composite. 981 .appendCodePoint(composite); 1009 // but the composite's decomposition contains another starter. 1031 // Appending the next source character to the composite would not be FCD. 1083 // Too many CEs from the decomposition (unusual), ignore this composite 958 mergeCompositeIntoString(CharSequence nfdString, int indexAfterLastStarter, int composite, CharSequence decomp, StringBuilder newNFDString, StringBuilder newString) argument [all...] |
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
H A D | CollationBuilder.java | 919 int composite = iter.codepoint; 920 String decomp = nfd.getDecomposition(composite); 921 if(!mergeCompositeIntoString(nfdString, indexAfterLastStarter, composite, decomp, 955 int composite, CharSequence decomp, 970 // Make new FCD strings that combine a composite, or its decomposition, 972 // Make an NFD version, and a version with the composite. 977 .appendCodePoint(composite); 1005 // but the composite's decomposition contains another starter. 1027 // Appending the next source character to the composite would not be FCD. 1079 // Too many CEs from the decomposition (unusual), ignore this composite 954 mergeCompositeIntoString(CharSequence nfdString, int indexAfterLastStarter, int composite, CharSequence decomp, StringBuilder newNFDString, StringBuilder newString) argument [all...] |
/external/icu/icu4c/source/common/ |
H A D | normalizer2impl.cpp | 765 * Bits 21..1 composite character 766 * Bit 0 set if the composite is a forward-combining starter 842 UChar32 composite=compositeAndFwd>>1; local 844 addComposites(getCompositionsListForComposite(getNorm16(composite)), set); 846 set.add(composite); 932 UChar32 composite=compositeAndFwd>>1; local 934 // Replace the starter with the composite, remove the combining mark. 937 if(U_IS_SUPPLEMENTARY(composite)) { 939 starter[0]=U16_LEAD(composite); 940 starter[1]=U16_TRAIL(composite); [all...] |
/external/icu/icu4c/source/i18n/ |
H A D | collationbuilder.cpp | 1178 UChar32 composite = iter.getCodepoint(); local 1179 nfd.getDecomposition(composite, decomp); 1180 if(!mergeCompositeIntoString(nfdString, indexAfterLastStarter, composite, decomp, 1216 UChar32 composite, const UnicodeString &decomp, 1233 // Make new FCD strings that combine a composite, or its decomposition, 1235 // Make an NFD version, and a version with the composite. 1237 newString.setTo(nfdString, 0, indexAfterLastStarter - lastStarterLength).append(composite); 1265 // but the composite's decomposition contains another starter. 1287 // Appending the next source character to the composite would not be FCD. 1333 // Too many CEs from the decomposition (unusual), ignore this composite 1214 mergeCompositeIntoString(const UnicodeString &nfdString, int32_t indexAfterLastStarter, UChar32 composite, const UnicodeString &decomp, UnicodeString &newNFDString, UnicodeString &newString, UErrorCode &errorCode) const argument [all...] |
/external/icu/icu4c/source/test/cintltst/ |
H A D | cucdtst.c | 1096 UChar32 a, b, composite; local 1101 composite=unorm2_composePair(nfc, a, b); 1102 if(composite!=c) { 1104 (long)c, (long)a, (long)b, (long)composite);
|
/external/icu/icu4c/source/tools/gennorm2/ |
H A D | 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) { argument 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 characte [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
H A D | Grammar.java | 300 /** 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/selinux/libsepol/cil/src/ |
H A D | cil_resolve_ast.c | 1355 struct cil_list *composite = NULL; local 1361 cil_list_init(&composite, CIL_LIST_ITEM); 1369 rc = __cil_ordered_lists_merge(composite, ordered_list->list); 1391 rc = insert_unordered(composite, *unordered_lists); 1400 return composite; 1405 cil_list_destroy(&composite, CIL_FALSE);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.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 D | org.eclipse.ui.ide_3.6.2.M20101117-0800.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.jface_3.6.1.M20100825-0800.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.osgi_3.6.1.R36x_v20100806.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.osgi_3.6.2.R36x_v20101103.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.equinox.p2.ui.sdk.scheduler_1.0.0.v20100507-1815.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
/external/ImageMagick/Magick++/lib/ |
H A D | Image.cpp | 2487 void Magick::Image::composite(const Image &compositeImage_, function in class:Magick::Image 2508 void Magick::Image::composite(const Image &compositeImage_, function in class:Magick::Image 2524 void Magick::Image::composite(const Image &compositeImage_, function in class:Magick::Image
|