Searched refs:dstStart (Results 1 – 7 of 7) sorted by relevance
74 const MinikinPaint& paint, size_t dstStart, in doLayoutRunCached() argument91 context.getLength(), isRtl, paint, piece.getStart() - dstStart, in doLayoutRunCached()
117 const MinikinPaint& paint, size_t dstStart,
324 uint8_t *dstStart = dst; in copyYV12FrameToOutputBuffer() local332 dst = dstStart + dstYStride * dstHeight; in copyYV12FrameToOutputBuffer()339 dst = dstStart + (5 * dstYStride * dstHeight) / 4; in copyYV12FrameToOutputBuffer()
473 uint8_t *dstStart = dst; in copyOutputBufferToYuvPlanarFrame() local482 dst = dstStart + (dstYStride * height) + (dstUVStride * height / 2); in copyOutputBufferToYuvPlanarFrame()490 dst = dstStart + (dstYStride * height); in copyOutputBufferToYuvPlanarFrame()
480 uint8_t *const dstStart = dst; in copyOutputBufferToYV12Frame() local488 dst = dstStart + dstYStride * height; in copyOutputBufferToYV12Frame()495 dst = dstStart + (dstYStride * height) + (dstUVStride * height / 2); in copyOutputBufferToYV12Frame()
513 uint8_t* dstStart = dst; in copyOutputBufferToYuvPlanarFrame() local521 dst = dstStart + dstYStride * height; in copyOutputBufferToYuvPlanarFrame()528 dst = dstStart + (dstYStride * height) + (dstUVStride * height / 2); in copyOutputBufferToYuvPlanarFrame()
638 uint8_t *dstStart = dst; in copyOutputBufferToYuvPlanarFrame() local646 dst = dstStart + dstYStride * height; in copyOutputBufferToYuvPlanarFrame()653 dst = dstStart + (dstYStride * height) + (dstUVStride * height / 2); in copyOutputBufferToYuvPlanarFrame()