Searched refs:opStreamOut (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/skia/experimental/Intersection/AddTestOutput/ |
D | main.cpp | 20 SkFILEWStream opStreamOut(outFileStr.c_str()); in replace() local 21 if (!opStreamOut.isValid()) { in replace() 29 opStreamOut.write(opData.begin(), opLen); in replace() 30 opStreamOut.flush(); in replace() 38 opStreamOut.write(opData.begin(), opLen); in replace() 39 opStreamOut.flush(); in replace() 44 opStreamOut.write(opData.begin(), opInsert - opData.begin()); in replace() 45 opStreamOut.write(replace, replaceLen); in replace() 46 opStreamOut.write(opInsertEnd, opLen - (opInsertEnd - opData.begin())); in replace() 47 opStreamOut.flush(); in replace()
|
/external/skia/experimental/Intersection/AddTestOutput/ |
D | main.cpp | 20 SkFILEWStream opStreamOut(outFileStr.c_str()); in replace() local 21 if (!opStreamOut.isValid()) { in replace() 29 opStreamOut.write(opData.begin(), opLen); in replace() 30 opStreamOut.flush(); in replace() 38 opStreamOut.write(opData.begin(), opLen); in replace() 39 opStreamOut.flush(); in replace() 44 opStreamOut.write(opData.begin(), opInsert - opData.begin()); in replace() 45 opStreamOut.write(replace, replaceLen); in replace() 46 opStreamOut.write(opInsertEnd, opLen - (opInsertEnd - opData.begin())); in replace() 47 opStreamOut.flush(); in replace()
|