Home
last modified time | relevance | path

Searched refs:compose (Results 1 – 25 of 269) sorted by relevance

1234567891011

/external/ImageMagick/PerlMagick/demo/
Dcompose-specials.pl60 compose=>'over',
69 compose=>'multiply',
78 compose=>'screen',
87 compose=>'hardlight',
100 compose=>'over',
109 compose=>'blend',
119 compose=>'dissolve',
129 compose=>'dissolve',
143 compose=>'displace',
154 compose=>'displace',
[all …]
DMakefile9 perl compose-specials.pl
17 compose-specials.jpg single-pixels.gif pixel-fx.gif
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
DNormalizerData.java48 return compose.get(((long)first << 32) | second); in getPairwiseComposition()
82 LongHashtable compose, BitSet isCompatibility, BitSet isExcluded) { in NormalizerData() argument
85 this.compose = compose; in NormalizerData()
125 private LongHashtable compose; field in NormalizerData
DNormalizerBuilder.java55 LongHashtable compose = new LongHashtable(NormalizerData.NOT_COMPOSITE); in build() local
62 buildDecompositionTables(canonicalClass, decompose, compose, in build()
66 setMinimalDecomp(canonicalClass, decompose, compose, in build()
69 return new NormalizerData(canonicalClass, decompose, compose, in build()
115 LongHashtable compose, BitSet isCompatibility, BitSet isExcluded) in buildDecompositionTables() argument
213 compose.put(pair, value); in buildDecompositionTables()
241 compose.put(pair, value); in buildDecompositionTables()
259 LongHashtable compose, BitSet isCompatibility, BitSet isExcluded) { in setMinimalDecomp() argument
430 compose.put(pair, value); in setMinimalDecomp()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DNormalizerData.java47 return compose.get(((long)first << 32) | second); in getPairwiseComposition()
81 LongHashtable compose, BitSet isCompatibility, BitSet isExcluded) { in NormalizerData() argument
84 this.compose = compose; in NormalizerData()
124 private LongHashtable compose; field in NormalizerData
DNormalizerBuilder.java54 LongHashtable compose = new LongHashtable(NormalizerData.NOT_COMPOSITE); in build() local
61 buildDecompositionTables(canonicalClass, decompose, compose, in build()
65 setMinimalDecomp(canonicalClass, decompose, compose, in build()
68 return new NormalizerData(canonicalClass, decompose, compose, in build()
114 LongHashtable compose, BitSet isCompatibility, BitSet isExcluded) in buildDecompositionTables() argument
212 compose.put(pair, value); in buildDecompositionTables()
240 compose.put(pair, value); in buildDecompositionTables()
258 LongHashtable compose, BitSet isCompatibility, BitSet isExcluded) { in setMinimalDecomp() argument
429 compose.put(pair, value); in setMinimalDecomp()
/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
DFunctionsTest.java152 Functions.compose(integerToSpanish, japaneseToInteger); in testComposition()
170 Functions.compose(integerToSpanish, japaneseToInteger)) in testComposition()
174 Functions.compose(japaneseToInteger, integerToSpanish)) in testComposition()
186 Functions.compose(numberToSpanish, japaneseToInteger); in testCompositionWildcard()
203 Function<Float, Boolean> c1 = Functions.compose(Functions.compose(h, g), f); in testComposeOfFunctionsIsAssociative()
204 Function<Float, Boolean> c2 = Functions.compose(h, Functions.compose(g, f)); in testComposeOfFunctionsIsAssociative()
223 Predicate<Float> p1 = Predicates.compose(Predicates.compose(h, g), f); in testComposeOfPredicateAndFunctionIsAssociative()
224 Predicate<Float> p2 = Predicates.compose(h, Functions.compose(g, f)); in testComposeOfPredicateAndFunctionIsAssociative()
DSuppliersTest.java53 Supplier<Integer> squareSupplier = Suppliers.compose(intValueFunction, in testCompose()
78 Supplier<List<Integer>> addSupplier = Suppliers.compose(addElementFunction, in testComposeWithLists()
177 Suppliers.compose(Functions.constant(1), Suppliers.ofInstance("foo")), in testCompose_equals()
178 Suppliers.compose(Functions.constant(1), Suppliers.ofInstance("foo"))) in testCompose_equals()
180 Suppliers.compose(Functions.constant(2), Suppliers.ofInstance("foo"))) in testCompose_equals()
182 Suppliers.compose(Functions.constant(1), Suppliers.ofInstance("bar"))) in testCompose_equals()
/external/guava/guava-tests/test/com/google/common/base/
DFunctionsTest.java219 Functions.compose(integerToSpanish, japaneseToInteger); in testComposition()
237 Functions.compose(integerToSpanish, japaneseToInteger)) in testComposition()
241 Functions.compose(japaneseToInteger, integerToSpanish)) in testComposition()
262 Functions.compose(integerToSpanish, japaneseToInteger); in testComposition_includeReserializabled()
267 Functions.compose(integerToSpanish, japaneseToInteger), in testComposition_includeReserializabled()
272 Functions.compose(japaneseToInteger, integerToSpanish)) in testComposition_includeReserializabled()
284 Functions.compose(numberToSpanish, japaneseToInteger); in testCompositionWildcard()
301 Function<Float, Boolean> c1 = Functions.compose(Functions.compose(h, g), f); in testComposeOfFunctionsIsAssociative()
302 Function<Float, Boolean> c2 = Functions.compose(h, Functions.compose(g, f)); in testComposeOfFunctionsIsAssociative()
321 Predicate<Float> p1 = Predicates.compose(Predicates.compose(h, g), f); in testComposeOfPredicateAndFunctionIsAssociative()
[all …]
DSuppliersTest.java61 Supplier<Integer> squareSupplier = Suppliers.compose(intValueFunction, in testCompose()
86 Supplier<List<Integer>> addSupplier = Suppliers.compose(addElementFunction, in testComposeWithLists()
384 assertEquals(Integer.valueOf(5), reserialize(Suppliers.compose( in testSerialization()
418 Suppliers.compose(Functions.constant(1), Suppliers.ofInstance("foo")), in testCompose_equals()
419 Suppliers.compose(Functions.constant(1), Suppliers.ofInstance("foo"))) in testCompose_equals()
421 Suppliers.compose(Functions.constant(2), Suppliers.ofInstance("foo"))) in testCompose_equals()
423 Suppliers.compose(Functions.constant(1), Suppliers.ofInstance("bar"))) in testCompose_equals()
/external/skia/gm/
Dtestimagefilters.cpp56 SkImageFilter* compose = SkComposeImageFilter::Create(outer, inner); in make6() local
57 SkAutoUnref aur2(compose); in make6()
65 return SkMergeImageFilter::Create(compose, blue); in make6()
73 SkImageFilter* compose = SkComposeImageFilter::Create(outer, inner); in make7() local
74 SkAutoUnref aur2(compose); in make7()
82 return SkMergeImageFilter::Create(compose, blue); in make7()
Dpatheffects.cpp21 SkPathEffect* compose; in compose_pe() local
23 compose = SkComposePathEffect::Create(pe, corner); in compose_pe()
26 compose = corner; in compose_pe()
28 paint->setPathEffect(compose)->unref(); in compose_pe()
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/composer/
DComposerImplTest.java32 Node node = yaml.compose(new StringReader(data)); in testGetNode()
36 Node node2 = yaml.compose(new StringReader(data2)); in testGetNode()
44 Node node = yaml.compose(new StringReader(data)); in testComposeBean()
/external/ImageMagick/MagickWand/
Dcomposite.c61 compose; member
133 switch (composite_options->compose) in CompositeImageList()
199 composite_options->compose,MagickTrue,x,y,exception); in CompositeImageList()
221 composite_options->compose,MagickTrue,geometry.x,geometry.y, in CompositeImageList()
376 composite_options->compose=OverCompositeOp; in GetCompositeOptions()
596 composite_options.compose=BlendCompositeOp; in CompositeImageCommand()
610 composite_options.compose=BlurCompositeOp; in CompositeImageCommand()
719 compose; in CompositeImageCommand() local
721 composite_options.compose=UndefinedCompositeOp; in CompositeImageCommand()
727 compose=ParseCommandOption(MagickComposeOptions,MagickFalse, in CompositeImageCommand()
[all …]
/external/v8/test/promises-aplus/lib/
Dassert.js30 function compose(message1, message2) { function
35 var e = Error(compose('FAIL', message) +
43 throw Error(compose('FAIL', + message) + ': value = ' + value);
/external/harfbuzz_ng/src/
Dhb-unicode-private.hh50 HB_UNICODE_FUNC_IMPLEMENT (compose) \
77 inline hb_bool_t compose (hb_codepoint_t a, hb_codepoint_t b, in compose() function
82 return func.compose (this, a, b, ab, user_data.compose); in compose()
Dhb-ot-shape-normalize.cc88 return (bool) c->unicode->compose (a, b, ab); in compose_unicode()
303 plan->shaper->compose ? plan->shaper->compose : compose_unicode in _hb_ot_shape_normalize()
386 c.compose (&c, in _hb_ot_shape_normalize()
/external/chromium-trace/catapult/third_party/Paste/paste/
Dhttpheaders.py280 def compose(self, **kwargs): member in HTTPHeader
403 return self.compose(**kwargs)
611 def compose(self, time=None, delta=None): member in _DateHeader
746 def compose(self, **kwargs): member in _CacheControl
775 def compose(self, major=None, minor=None, charset=None): member in _ContentType
853 def compose(self, **kwargs): member in _ContentDisposition
982 def compose(self, none=None, bytes=None): member in _AcceptRanges
992 def compose(self, first_byte=None, last_byte=None, total_length=None): member in _ContentRange
1003 def compose(self, digest=None, basic=None, username=None, password=None, member in _Authorization
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemWhen.java90 public void compose(StylesheetRoot sroot) in compose() method in ElemWhen
93 super.compose(sroot); in compose()
DElemParam.java91 public void compose(StylesheetRoot sroot) throws TransformerException in compose() method in ElemParam
93 super.compose(sroot); in compose()
DElemIf.java84 public void compose(StylesheetRoot sroot) throws TransformerException in compose() method in ElemIf
87 super.compose(sroot); in compose()
DKeyDeclaration.java177 public void compose(StylesheetRoot sroot) in compose() method in KeyDeclaration
180 super.compose(sroot); in compose()
DElemCallTemplate.java113 public void compose(StylesheetRoot sroot) throws TransformerException in compose() method in ElemCallTemplate
115 super.compose(sroot); in compose()
123 ewp.compose(sroot); in compose()
/external/libpng/contrib/examples/
Dsimpleover.c162 # define compose(c)\ in sprite_op() macro
168 compose(0); in sprite_op()
169 compose(1); in sprite_op()
170 compose(2); in sprite_op()
171 compose(3); in sprite_op()
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/
DYamlComposeTest.java32 yaml.compose(new StringReader("abc: 56\n---\n123\n---\n456")); in testComposeManyDocuments()
42 MappingNode node = (MappingNode) yaml.compose(new StringReader("abc: 56")); in testComposeFromReader()

1234567891011