Searched refs:stringSimple (Results 1 - 1 of 1) sorted by relevance

/external/skia/tests/
H A DPDFPrimitivesTest.cpp143 SkRefPtr<SkPDFString> stringSimple = new SkPDFString("test ) string ( foo"); local
144 stringSimple->unref(); // SkRefPtr and new both took a reference.
145 CheckObjectOutput(reporter, stringSimple.get(), "(test \\) string \\( foo)",

Completed in 595 milliseconds