Searched defs:getRed (Results 1 - 5 of 5) sorted by relevance

/external/skia/src/codec/
H A DSkMasks.cpp71 uint8_t SkMasks::getRed(uint32_t pixel) { function in class:SkMasks
/external/deqp/framework/common/
H A DtcuRGBA.hpp79 int getRed (void) const { return (m_value >> RED_SHIFT) & 0xFF; } function in class:tcu::RGBA
85 bool isBelowThreshold (RGBA thr) const { return (getRed() <= thr.getRed()) && (getGreen() <= thr.getGreen()) && (getBlue() <= thr.getBlue()) && (getAlpha() <= thr.getAlpha()); }
88 void toBytes (deUint8* bytes) const { bytes[0] = getRed(); bytes[1] = getGreen(); bytes[2] = getBlue(); bytes[3] = getAlpha(); }
119 deAbs32(a.getRed() - b.getRed()),
131 (int)(it*(float)a.getRed() + t*(float)b.getRed() + 0.5f),
145 return RGBA(deMax32(a.getRed(), b.getRed()),
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/math/
H A DColorRGBA.java268 public float getRed() { method in class:ColorRGBA
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1142 milliseconds