Searched defs:getGreen (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/codec/
H A DSkMasks.cpp74 uint8_t SkMasks::getGreen(uint32_t pixel) const { function in class:SkMasks
/external/skqp/src/codec/
H A DSkMasks.cpp74 uint8_t SkMasks::getGreen(uint32_t pixel) const { function in class:SkMasks
/external/deqp/framework/common/
H A DtcuRGBA.hpp80 int getGreen (void) const { return (int)((m_value >> (deUint32)GREEN_SHIFT) & 0xFFu); } 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] = (deUint8)getRed(); bytes[1] = (deUint8)getGreen(); bytes[2] = (deUint8)getBlue(); bytes[3] = (deUint8)getAlpha(); }
120 deAbs32(a.getGreen() - b.getGreen()),
132 (int)(it*(float)a.getGreen() + t*(float)b.getGreen() + 0.5f),
146 deMax32(a.getGreen(), b.getGreen()),
[all...]

Completed in 127 milliseconds