Searched refs:getAddr16 (Results 1 – 5 of 5) sorted by relevance
53 uint16_t* dst = bitmap.getAddr16(0, y); in make_argb4444_gradient()89 uint16_t* dst = bitmap.getAddr16(0, y); in make_argb4444_stripes()
563 inline uint16_t* getAddr16(int x, int y) const;812 inline uint16_t* SkBitmap::getAddr16(int x, int y) const { in getAddr16() function
219 *color = SkPixel16ToColor(*bm.getAddr16(0, 0)); in can_use_color_shader()
586 uint16_t* addr = this->getAddr16(x, y); in getColor()590 uint16_t* addr = this->getAddr16(x, y); in getColor()
212 const uint16_t* src = bm.getAddr16(0, y); in bitmap_to_pdf_pixels()