Home
last modified time | relevance | path

Searched refs:BGR (Results 1 – 12 of 12) sorted by relevance

/external/sonivox/jet_tools/JetCreator/
DJetDefs.py433 BGR = 100 variable in JetDefs
434 EVT_OFFSET = 525+BGR
439 SEGFRAME_SIZE = (500+BGR, 344 + ROWSIZE)
445 ('Segment Name', F_SEGNAME, ROW1, COL1, 200+BGR, 0, 0, -1, [], "", False, ""),
446 …('MIDI File', F_MIDIFILE, ROW2, COL1, FILEPATH_WIDTH+BGR, 0, 0, ID_MIDIFILE, MIDI_FILE_SPEC, "", F…
447 … ('DLS File', F_DLSFILE, ROW3, COL1, FILEPATH_WIDTH+BGR, 0, 0, -1, DLS_FILE_SPEC, "", False, ""),
462 … ('Track Mutes', F_MUTEFLAGS, ROW1, COL3 + 15+BGR, TRACKGRD_SIZE, 0, 0, -1, [], "", False, ""),
478 BGR = 100 variable in JetDefs
480 COLADD = 500 + BGR
481 SEGDLG_SIZE = (890+BGR,530)
[all …]
/external/qemu/distrib/sdl-1.2.15/src/hermes/
Dx86p_32.asm360 ;; 32 bit RGB 888 to 24 bit BGR 888
575 ;; 32 bit RGB 888 to 16 BIT BGR 565
800 ;; 32 BIT RGB TO 16 BIT BGR 555
/external/icu4c/data/misc/
Dmetadata.txt613 BGR{"BG"}
DsupplementalData.txt315 "BGR",
/external/webp/
DREADME405 There are variants for decoding in BGR/RGBA/ARGB/BGRA order, along with
/external/mesa3d/docs/
DVERSIONS683 - fixed Loki's 3dfx RGB vs BGR bug
1235 - OSMesa RGB and BGR modes were broken
/external/qemu/distrib/jpeg-6b/
Dinstall.doc920 will accept or deliver color pixels in BGR sample order, not RGB; BGR order
/external/jpeg/
Dinstall.doc920 will accept or deliver color pixels in BGR sample order, not RGB; BGR order
/external/opencv/
DNOTICE195 Original code for Bayer->BGR/RGB conversion is provided by Dirk Schaefer
/external/libpng/
Dlibpng-1.2.44.txt446 PNG_TRANSFORM_BGR Flip RGB to BGR, RGBA
2143 PNG_TRANSFORM_BGR Flip RGB to BGR, RGBA
Dlibpng-1.2.46.txt446 PNG_TRANSFORM_BGR Flip RGB to BGR, RGBA
2143 PNG_TRANSFORM_BGR Flip RGB to BGR, RGBA
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0692648 [Qt] putImageData(): Combine premultiplication and BGR->RGB
92651 Further optimized putImageData() by doing BGR->RGB inside the
92957 - Single-pass premultiplication and BGR->RGB conversion
94060 [Qt] getImageData(): Single-pass RGB->BGR and un-premultiplication