Searched refs:dstR (Results 1 – 2 of 2) sorted by relevance
753 RectF dstR = new RectF(0, 0, width, height); in createBitmap() local782 m.mapRect(deviceR, dstR); in createBitmap()807 canvas.drawBitmap(source, srcR, dstR, paint); in createBitmap()
339 uint8_t* dstR = dst + rowSize; in cacheBitmap() local346 memset(dstR += dstStride, 0, borderSize); // trailing border column in cacheBitmap()