Home
last modified time | relevance | path

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

/external/chromium_org/third_party/skia/experimental/Intersection/AddTestOutput/
Dmain.cpp26 char* opInsert = strstr(opData.begin(), marker); in replace() local
27 if (!opInsert) { in replace()
33 const char* opInsertEnd = opInsert + strlen(marker); in replace()
35 char* opInsert2 = strstr(opInsert, marker2); in replace()
44 opStreamOut.write(opData.begin(), opInsert - opData.begin()); in replace()
/external/skia/experimental/Intersection/AddTestOutput/
Dmain.cpp26 char* opInsert = strstr(opData.begin(), marker); in replace() local
27 if (!opInsert) { in replace()
33 const char* opInsertEnd = opInsert + strlen(marker); in replace()
35 char* opInsert2 = strstr(opInsert, marker2); in replace()
44 opStreamOut.write(opData.begin(), opInsert - opData.begin()); in replace()