Home
last modified time | relevance | path

Searched refs:opStreamIn (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/experimental/Intersection/AddTestOutput/
Dmain.cpp10 SkFILEStream opStreamIn(outFileStr.c_str()); in replace() local
11 if (!opStreamIn.isValid()) { in replace()
16 opData.setCount(opStreamIn.getLength()); in replace()
18 opStreamIn.read(opData.begin(), opLen); in replace()
19 opStreamIn.setPath(NULL); in replace()
/external/skia/experimental/Intersection/AddTestOutput/
Dmain.cpp10 SkFILEStream opStreamIn(outFileStr.c_str()); in replace() local
11 if (!opStreamIn.isValid()) { in replace()
16 opData.setCount(opStreamIn.getLength()); in replace()
18 opStreamIn.read(opData.begin(), opLen); in replace()
19 opStreamIn.setPath(NULL); in replace()