Searched refs:origDst (Results 1 – 2 of 2) sorted by relevance
43 uint8_t* const origDst = dst; in Pack8() local78 return dst - origDst; in Pack8()83 uint8_t* const origDst = dst; in Unpack8() local106 return SkToInt(dst - origDst); in Unpack8()
1276 const SkRect* src, const SkRect& origDst, in drawBitmapRect() argument1282 this->drawTextureProducer(&adjuster, src, &origDst, constraint, *draw.fMatrix, fClip, in drawBitmapRect()1290 const SkRect* dst = &origDst; in drawBitmapRect()