/external/python/cpython3/Lib/idlelib/ |
D | config-highlight.def | 5 normal-foreground= #000000 7 keyword-foreground= #ff7700 9 builtin-foreground= #900090 11 comment-foreground= #dd0000 13 string-foreground= #00aa00 15 definition-foreground= #0000ff 17 hilite-foreground= #000000 19 break-foreground= black 21 hit-foreground= #ffffff 23 error-foreground= #000000 [all …]
|
/external/python/cpython2/Lib/idlelib/ |
D | config-highlight.def | 5 normal-foreground= #000000 7 keyword-foreground= #ff7700 9 builtin-foreground= #900090 11 comment-foreground= #dd0000 13 string-foreground= #00aa00 15 definition-foreground= #0000ff 17 hilite-foreground= #000000 19 break-foreground= black 21 hit-foreground= #ffffff 23 error-foreground= #000000 [all …]
|
/external/skqp/src/effects/imagefilters/ |
D | SkXfermodeImageFilter.cpp | 49 sk_sp<SkSpecialImage> foreground, 77 sk_sp<SkImageFilter> foreground, in Make() argument 79 sk_sp<SkImageFilter> inputs[2] = { std::move(background), std::move(foreground) }; in Make() 118 sk_sp<SkSpecialImage> foreground(this->filterInput(1, source, ctx, &foregroundOffset)); in onFilterImage() local 121 if (foreground) { in onFilterImage() 123 foreground->width(), foreground->height()); in onFilterImage() 149 foreground, foregroundOffset, in onFilterImage() 173 this->drawForeground(canvas, foreground.get(), foregroundBounds); in onFilterImage() 227 auto foreground = xformer->apply(this->getInput(1)); in onMakeColorSpace() local 228 if (background.get() != this->getInput(0) || foreground.get() != this->getInput(1)) { in onMakeColorSpace() [all …]
|
D | SkArithmeticImageFilter.cpp | 65 sk_sp<SkSpecialImage> foreground, 172 sk_sp<SkSpecialImage> foreground(this->filterInput(1, source, ctx, &foregroundOffset)); in onFilterImage() local 175 if (foreground) { in onFilterImage() 177 foreground->width(), foreground->height()); in onFilterImage() 201 return this->filterImageGPU(source, background, backgroundOffset, foreground, in onFilterImage() 224 this->drawForeground(canvas, foreground.get(), foregroundBounds); in onFilterImage() 289 sk_sp<SkSpecialImage> foreground, in filterImageGPU() argument 303 if (foreground) { in filterImageGPU() 304 foregroundProxy = foreground->asTextureProxyRef(context); in filterImageGPU() 328 SkIRect fgSubset = foreground->subset(); in filterImageGPU() [all …]
|
/external/skia/src/effects/imagefilters/ |
D | SkXfermodeImageFilter.cpp | 51 sk_sp<SkSpecialImage> foreground, 79 sk_sp<SkImageFilter> foreground, in Make() argument 81 sk_sp<SkImageFilter> inputs[2] = { std::move(background), std::move(foreground) }; in Make() 120 sk_sp<SkSpecialImage> foreground(this->filterInput(1, source, ctx, &foregroundOffset)); in onFilterImage() local 123 if (foreground) { in onFilterImage() 125 foreground->width(), foreground->height()); in onFilterImage() 151 foreground, foregroundOffset, in onFilterImage() 175 this->drawForeground(canvas, foreground.get(), foregroundBounds); in onFilterImage() 229 auto foreground = xformer->apply(this->getInput(1)); in onMakeColorSpace() local 230 if (background.get() != this->getInput(0) || foreground.get() != this->getInput(1)) { in onMakeColorSpace() [all …]
|
D | SkArithmeticImageFilter.cpp | 66 sk_sp<SkSpecialImage> foreground, 173 sk_sp<SkSpecialImage> foreground(this->filterInput(1, source, ctx, &foregroundOffset)); in onFilterImage() local 176 if (foreground) { in onFilterImage() 178 foreground->width(), foreground->height()); in onFilterImage() 202 return this->filterImageGPU(source, background, backgroundOffset, foreground, in onFilterImage() 225 this->drawForeground(canvas, foreground.get(), foregroundBounds); in onFilterImage() 290 sk_sp<SkSpecialImage> foreground, in filterImageGPU() argument 304 if (foreground) { in filterImageGPU() 305 foregroundProxy = foreground->asTextureProxyRef(context); in filterImageGPU() 329 SkIRect fgSubset = foreground->subset(); in filterImageGPU() [all …]
|
/external/u-boot/lib/efi_selftest/ |
D | efi_selftest_textoutput.c | 22 size_t foreground; in execute() local 36 for (foreground = 0; foreground < 0x10; ++foreground) { in execute() 38 attrib = foreground | background; in execute()
|
/external/skqp/tests/ |
D | ImageFilterTest.cpp | 1872 sk_sp<SkImageFilter> foreground(new FixedBoundsImageFilter(foreground_rect)); in DEF_TEST() local 1896 background, foreground, nullptr)); in DEF_TEST() 1929 sk_sp<SkImageFilter> foreground, in test_arithmetic_bounds() argument 1932 SkArithmeticImageFilter::Make(k1, k2, k3, k4, false, background, foreground, crop)); in test_arithmetic_bounds() 1943 sk_sp<SkImageFilter> foreground(new FixedBoundsImageFilter(foreground_rect)); in test_arithmetic_combinations() local 1950 test_arithmetic_bounds(reporter, 0, 0, 0, 0, background, foreground, nullptr, in test_arithmetic_combinations() 1952 test_arithmetic_bounds(reporter, 0, 0, 0, v, background, foreground, nullptr, union_rect); in test_arithmetic_combinations() 1953 test_arithmetic_bounds(reporter, 0, 0, v, 0, background, foreground, nullptr, background_rect); in test_arithmetic_combinations() 1954 test_arithmetic_bounds(reporter, 0, 0, v, v, background, foreground, nullptr, union_rect); in test_arithmetic_combinations() 1955 test_arithmetic_bounds(reporter, 0, v, 0, 0, background, foreground, nullptr, foreground_rect); in test_arithmetic_combinations() [all …]
|
/external/skia/tests/ |
D | ImageFilterTest.cpp | 1870 sk_sp<SkImageFilter> foreground(new FixedBoundsImageFilter(foreground_rect)); in DEF_TEST() local 1894 background, foreground, nullptr)); in DEF_TEST() 1927 sk_sp<SkImageFilter> foreground, in test_arithmetic_bounds() argument 1930 SkArithmeticImageFilter::Make(k1, k2, k3, k4, false, background, foreground, crop)); in test_arithmetic_bounds() 1941 sk_sp<SkImageFilter> foreground(new FixedBoundsImageFilter(foreground_rect)); in test_arithmetic_combinations() local 1948 test_arithmetic_bounds(reporter, 0, 0, 0, 0, background, foreground, nullptr, in test_arithmetic_combinations() 1950 test_arithmetic_bounds(reporter, 0, 0, 0, v, background, foreground, nullptr, union_rect); in test_arithmetic_combinations() 1951 test_arithmetic_bounds(reporter, 0, 0, v, 0, background, foreground, nullptr, background_rect); in test_arithmetic_combinations() 1952 test_arithmetic_bounds(reporter, 0, 0, v, v, background, foreground, nullptr, union_rect); in test_arithmetic_combinations() 1953 test_arithmetic_bounds(reporter, 0, v, 0, 0, background, foreground, nullptr, foreground_rect); in test_arithmetic_combinations() [all …]
|
/external/python/cpython2/Demo/tkinter/matt/ |
D | canvas-mult-item-sel.py | 46 self.QUIT = Button(self, text='QUIT', foreground='red', 57 self.button = Button(self, text="make a new dot", foreground="blue",
|
D | 00-HELLO-WORLD.py | 11 self.QUIT = Button(self, text='QUIT', foreground='red',
|
D | placer-simple.py | 24 f.button = Button(f, foreground='red', text='amazing', command=dothis)
|
D | canvas-demo-simple.py | 10 self.QUIT = Button(self, text='QUIT', foreground='red',
|
D | not-what-you-might-think-1.py | 13 foreground='red',
|
/external/python/cpython2/Tools/pynche/ |
D | TextViewer.py | 42 foreground=optiondb.get('TEXTFG', 'white'), 140 l.configure(foreground=fg) 168 text.configure(foreground=colorname)
|
/external/python/cpython3/Tools/pynche/ |
D | TextViewer.py | 42 foreground=optiondb.get('TEXTFG', 'white'), 140 l.configure(foreground=fg) 168 text.configure(foreground=colorname)
|
/external/antlr/runtime/JavaScript/tests/functional/ |
D | rhino-python.input | 39 styles.add('error', parent=basic, foreground=colors.red) 40 styles.add('output', parent=basic, foreground=colors.blue) 41 styles.add('input', parent=basic, foreground=colors.black) 42 styles.add('prompt', parent=basic, foreground=colors.purple)
|
/external/skia/gm/ |
D | xfermodeimagefilter.cpp | 116 sk_sp<SkImageFilter> foreground(SkImageSource::Make(std::move(bitmapImage))); in onDraw() local 119 foreground)); in onDraw() 172 sk_sp<SkImageFilter> cropped(SkOffsetImageFilter::Make(0, 0, foreground, &cropRect)); in onDraw()
|
/external/skqp/gm/ |
D | xfermodeimagefilter.cpp | 116 sk_sp<SkImageFilter> foreground(SkImageSource::Make(std::move(bitmapImage))); in onDraw() local 119 foreground)); in onDraw() 172 sk_sp<SkImageFilter> cropped(SkOffsetImageFilter::Make(0, 0, foreground, &cropRect)); in onDraw()
|
/external/ImageMagick/MagickCore/ |
D | decorate.c | 630 foreground, in RaiseImage() local 645 foreground=QuantumRange; in RaiseImage() 649 foreground=(Quantum) 0; in RaiseImage() 690 foreground*(QuantumRange-HighlightFactor))); in RaiseImage() 703 (double) foreground*(QuantumRange-AccentuateFactor))); in RaiseImage() 766 foreground*(QuantumRange-HighlightFactor))); in RaiseImage() 831 foreground*(QuantumRange-HighlightFactor))); in RaiseImage()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | AnimationPlayerActivity.java | 113 View foreground = findViewById(R.id.animation_foreground); in onCreate() local 120 foreground.startAnimation(foregroundAnim); in onCreate()
|
/external/skqp/include/effects/ |
D | SkArithmeticImageFilter.h | 26 sk_sp<SkImageFilter> foreground,
|
D | SkXfermodeImageFilter.h | 22 sk_sp<SkImageFilter> foreground,
|
/external/skia/include/effects/ |
D | SkArithmeticImageFilter.h | 26 sk_sp<SkImageFilter> foreground,
|
D | SkXfermodeImageFilter.h | 22 sk_sp<SkImageFilter> foreground,
|