/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/ |
gdipluscolor.h | 112 static const ARGB Green = 0xFF008000;
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/ |
dxgi_native.cpp | 568 pArray->Scale.Green = 1; 571 pArray->Offset.Green = 0; 574 pArray->GammaCurve[i].Red = pArray->GammaCurve[i].Green = pArray->GammaCurve[i].Blue = (float)i / 1024.0; [all...] |
/external/compiler-rt/lib/tsan/rtl/ |
tsan_report.cc | 47 const char *Location() { return Green(); }
|
/external/compiler-rt/lib/ubsan/ |
ubsan_diag.cc | 98 const char *Highlight() const { return Green(); }
|
/external/flatbuffers/tests/ |
JavaScriptTest.js | 47 MyGame.Example.Monster.addPos(fbb, MyGame.Example.Vec3.createVec3(fbb, 1, 2, 3, 3, MyGame.Example.Color.Green, 5, 6)); 110 assert.strictEqual(pos.test2(), MyGame.Example.Color.Green);
|
phpTest.php | 59 \MyGame\Example\Color::Green, 113 $assert->strictEqual($pos->GetTest2(), \MyGame\Example\Color::Green);
|
monster_test_generated.js | 32 Green: 2, 221 return offset ? /** @type {MyGame.Example.Color} */ (this.bb.readInt8(this.bb_pos + offset)) : MyGame.Example.Color.Green; 251 builder.addFieldInt8(0, color, MyGame.Example.Color.Green); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
ntddvdeo.h | 434 UCHAR Green;
|
d2d1helper.h | 253 Green = 0x008000,
|
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/ |
X11GraphicsWindow.c | 605 | ((pixel.Green >> Drv->g.csize) << Drv->g.shift) 621 Pixel.Green = (val >> Drv->g.shift) << Drv->g.csize;
|
/external/ImageMagick/www/api/ |
channel.php | 64 <dd> <=> exchange two channels (e.g. red<=>blue) => copy one channel to another channel (e.g. red=>green) = assign a constant value to a channel (e.g. red=50) , write new image channels in the specified order (e.g. red, green) | add a new output image for the next set of channel operations ; move to the next input image for the source of channel data </dd> 66 <dd> For example, to create 3 grayscale images from the red, green, and blue channels of an image, use: </dd> 69 -channel-fx "red; green; blue" 103 <p>CombineImages() combines one or more images into a single image. The grayscale value of the pixels of each image in the sequence is assigned in order to the specified channels of the combined image. The typical ordering would be image 1 => Red, 2 => Green, 3 => Blue, etc.</p>
|
/external/deqp/modules/egl/ |
teglCreateContextExtTests.cpp | 1009 template <int Red, int Green, int Blue, int Alpha> 1013 c.greenSize() == Green && [all...] |
/external/giflib/ |
dgif_lib.c | 285 GifFile->SColorMap->Colors[i].Green = Buf[1]; 392 GifFile->Image.ColorMap->Colors[i].Green = Buf[1]; [all...] |
egif_lib.c | 338 Buf[1] = ColorMap->Colors[i].Green; 418 Buf[1] = ColorMap->Colors[i].Green; [all...] |
/external/syslinux/efi32/include/efi/ |
efiprot.h | 642 UINT8 Green;
|
/external/syslinux/efi64/include/efi/ |
efiprot.h | 642 UINT8 Green;
|
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/ |
efiprot.h | 642 UINT8 Green;
|
/packages/apps/Messaging/jni/ |
GifTranscoder.cpp | 34 #define GREEN(color) (((color) >> 8) & 0xff) 452 char avgGreen = (char)(((int) GREEN(c1) + (int) GREEN(c2) + 453 (int) GREEN(c3) + (int) GREEN(c4)) / 4); 486 SQUARE(GREEN(c1) - GREEN(c2)) + 506 return MAKE_COLOR_ARGB(0xff, color.Red, color.Green, color.Blue);
|
/external/ImageMagick/coders/ |
wpg.c | 74 unsigned char Green; 1075 image->colormap[i].green=ScaleCharToQuantum((unsigned char) [all...] |
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtGopDxe/ |
WinNtGopScreen.c | 398 Fill.Green = 0x00;
[all...] |
/prebuilts/go/darwin-x86/src/encoding/xml/ |
read_test.go | 701 xml := `<Pod><Pea><Cotelydon>Green stuff</Cotelydon></Pea></Pod>` 710 have, want := pea.Cotelydon, "Green stuff"
|
/prebuilts/go/linux-x86/src/encoding/xml/ |
read_test.go | 701 xml := `<Pod><Pea><Cotelydon>Green stuff</Cotelydon></Pea></Pod>` 710 have, want := pea.Cotelydon, "Green stuff"
|
/external/pdfium/third_party/lcms2-2.6/src/ |
cmstypes.c | 375 if (!_cmsRead15Fixed16Number(io, &chrm ->Green.x)) goto Error; 376 if (!_cmsRead15Fixed16Number(io, &chrm ->Green.y)) goto Error; 378 chrm ->Green.Y = 1.0; 413 if (!SaveOneChromaticity(chrm -> Green.x, chrm -> Green.y, io)) return FALSE; [all...] |
/external/pdfium/third_party/lcms2-2.6/include/ |
lcms2.h | [all...] |
/external/compiler-rt/lib/asan/ |
asan_report.cc | 74 const char *Location() { return Green(); } [all...] |