HomeSort by relevance Sort by last modified time
    Searched refs:Shade (Results 1 - 9 of 9) sorted by null

  /external/ImageMagick/PerlMagick/demo/
demo.pl 403 print "Shade...\n";
405 $example->Label('Shade');
406 $example->Shade(geometry=>'30x30',gray=>'true');
  /external/ImageMagick/www/source/
examples.pl 370 print "Shade...\n";
372 $example->Label('Shade');
373 $example->Shade(geometry=>'30x30',gray=>'true');
  /external/python/cpython3/Lib/test/
test_enum.py 1484 def shade(self): member in class:TestEnum.test_extending2.Shade
1498 def shade(self): member in class:TestEnum.test_extending3.Shade
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
mbarrier.go 32 // shade(*slot)
34 // shade(ptr)
40 // Shade indicates that it has seen a white pointer by adding the referent
46 // 1. shade(*slot) prevents a mutator from hiding an object by moving
48 // to unlink an object from the heap, this will shade it.
50 // 2. shade(ptr) prevents a mutator from hiding an object by moving
53 // this will shade it.
55 // 3. Once a goroutine's stack is black, the shade(ptr) becomes
56 // unnecessary. shade(ptr) prevents hiding an object by moving it from
60 // shade(*slot) prevents it from hiding any other pointers on it
    [all...]
mgcmark.go 1222 func shade(b uintptr) { func
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
mbarrier.go 32 // shade(*slot)
34 // shade(ptr)
40 // Shade indicates that it has seen a white pointer by adding the referent
46 // 1. shade(*slot) prevents a mutator from hiding an object by moving
48 // to unlink an object from the heap, this will shade it.
50 // 2. shade(ptr) prevents a mutator from hiding an object by moving
53 // this will shade it.
55 // 3. Once a goroutine's stack is black, the shade(ptr) becomes
56 // unnecessary. shade(ptr) prevents hiding an object by moving it from
60 // shade(*slot) prevents it from hiding any other pointers on it
    [all...]
mgcmark.go 1222 func shade(b uintptr) { func
    [all...]
  /external/ImageMagick/PerlMagick/
Magick.xs 260 { "Shade", { {"geometry", StringReference}, {"azimuth", RealReference},
    [all...]
  /external/ImageMagick/PerlMagick/quantum/
quantum.xs.in 260 { "Shade", { {"geometry", StringReference}, {"azimuth", RealReference},
    [all...]

Completed in 170 milliseconds