Home | History | Annotate | Download | only in pipe

Lines Matching refs:writeToMemory

388         buffer.writeToMemory(dst);
627 if (this->needOpBytes(matrix.writeToMemory(NULL))) {
637 if (this->needOpBytes(matrix.writeToMemory(NULL))) {
669 if (this->needOpBytes(path.writeToMemory(NULL))) {
680 if (this->needOpBytes(region.writeToMemory(NULL))) {
754 if (this->needOpBytes(path.writeToMemory(NULL))) {
819 size_t opBytesNeeded = matrix.writeToMemory(NULL);
906 size_t size = 4 + SkAlign4(byteLength) + path.writeToMemory(NULL);
909 size += matrix->writeToMemory(NULL);
1155 buffer.writeToMemory(fWriter.reserve(size));