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()
476 uint8_t *dstStart = dst; in copyOutputBufferToYuvPlanarFrame() local485 dst = dstStart + (dstYStride * height) + (dstUVStride * height / 2); in copyOutputBufferToYuvPlanarFrame()493 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()
511 uint8_t* dstStart = dst; in copyOutputBufferToYuvPlanarFrame() local519 dst = dstStart + dstYStride * height; in copyOutputBufferToYuvPlanarFrame()526 dst = dstStart + (dstYStride * height) + (dstUVStride * height / 2); in copyOutputBufferToYuvPlanarFrame()
637 uint8_t *dstStart = dst; in copyOutputBufferToYuvPlanarFrame() local645 dst = dstStart + dstYStride * height; in copyOutputBufferToYuvPlanarFrame()652 dst = dstStart + (dstYStride * height) + (dstUVStride * height / 2); in copyOutputBufferToYuvPlanarFrame()