Searched refs:dstStart (Results 1 – 6 of 6) 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()
509 uint8_t* dstStart = dst; in copyOutputBufferToYuvPlanarFrame() local517 dst = dstStart + dstYStride * height; in copyOutputBufferToYuvPlanarFrame()524 dst = dstStart + (dstYStride * height) + (dstUVStride * height / 2); in copyOutputBufferToYuvPlanarFrame()
626 uint8_t *dstStart = dst; in copyOutputBufferToYuvPlanarFrame() local634 dst = dstStart + dstYStride * height; in copyOutputBufferToYuvPlanarFrame()641 dst = dstStart + (dstYStride * height) + (dstUVStride * height / 2); in copyOutputBufferToYuvPlanarFrame()