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

  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/bmp/
BMPImageReader.h 234 // Sets the current pixel to the color given by |colorIndex|. This also
237 inline void setI(size_t colorIndex)
239 setRGBA(m_colorTable[colorIndex].rgbRed, m_colorTable[colorIndex].rgbGreen, m_colorTable[colorIndex].rgbBlue, 0xff);
BMPImageReader.cpp 731 const size_t colorIndex = (pixelData >> (8 - m_infoHeader.biBitCount)) & mask;
738 if (colorIndex) {
745 if (colorIndex < m_infoHeader.biClrUsed)
746 setI(colorIndex);
    [all...]
  /external/chromium_org/components/dom_distiller/core/javascript/
dom_distiller_viewer.js 57 var colorIndex = -1;
59 colorIndex = (colorIndex + 1) % colors.length;
60 loader.className = colors[colorIndex];
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
ColorLEDController.java 27 LedValueUpdater(TextView target, int colorIndex) {
29 mCommandTarget = (byte) ((mLEDNumber - 1) * 3 + colorIndex);
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
Blit11.cpp 355 unsigned int colorIndex = 0;
359 case GL_RED: colorIndex = 0; break;
360 case GL_GREEN: colorIndex = 1; break;
361 case GL_BLUE: colorIndex = 2; break;
362 case GL_ALPHA: colorIndex = 3; break;
363 case GL_ZERO: colorIndex = 4; break;
364 case GL_ONE: colorIndex = 5; break;
368 return colorIndex;
    [all...]
  /development/samples/ControllerSample/src/com/example/controllersample/
GameView.java 666 * The colorIndex is used to create the color based on the lower three
669 * @param colorIndex
671 public Ship(int colorIndex) {
688 mR = (colorIndex & 0x01) == 0 ? 63 : 255;
689 mG = (colorIndex & 0x02) == 0 ? 63 : 255;
690 mB = (colorIndex & 0x04) == 0 ? 63 : 255;
692 mColor = colorIndex;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
gbemu.js 94 function cout(message, colorIndex) {
    [all...]

Completed in 362 milliseconds