Searched refs:getAddr1 (Results 1 – 7 of 7) sorted by relevance
24 uint8_t* dst = fDevice.getAddr1(x, y); in blitH()
41 const uint8_t* bits = srcMask.getAddr1(cx, cy); in SK_BLITBWMASK_NAME()
117 const uint8_t* bits = mask.getAddr1(cx, cy); in blitMask()
619 uint8_t* addr = this->getAddr1(x, y); in getColor()
58 uint8_t* getAddr1(int x, int y) const { in getAddr1() function
455 inline uint8_t* getAddr1(int x, int y) const;829 inline uint8_t* SkBitmap::getAddr1(int x, int y) const { in getAddr1() function
155 uint8_t* src = bitmap.getAddr1(0, y); in extractImageData()