Searched defs:getBlue (Results 1 – 3 of 3) sorted by relevance
77 uint8_t SkMasks::getBlue(uint32_t pixel) { in getBlue() function in SkMasks
81 int getBlue (void) const { return (m_value >> BLUE_SHIFT) & 0xFF; } in getBlue() function in tcu::RGBA
272 public float getBlue() { in getBlue() method in ColorRGBA