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

/external/chromium_org/third_party/skia/tests/
H A DTDStackNesterTest.cpp46 * Test nest() and unnest(). nest() is called, and it is confirmed that the
48 * unnest(). After this call, check that the count has returned to the initial count, and
65 nester->unnest();
/external/skia/tests/
H A DTDStackNesterTest.cpp46 * Test nest() and unnest(). nest() is called, and it is confirmed that the
48 * unnest(). After this call, check that the count has returned to the initial count, and
65 nester->unnest();
/external/chromium_org/third_party/skia/experimental/PdfViewer/src/
H A DSkTDStackNester.h25 * - Supports nest/unnest which simulates a stack of stack. unnest will pop all the
69 * Analogous to an SkCanvas::save(). When unnest() is called, the state of this SkTDStackNester
92 * time nest() was called. It is an error to call unnest() more times than nest() has been
95 void unnest() { function in class:SkTDStackNester
108 "Unused object when calling unnest!", NULL, NULL);
H A DSkPdfRenderer.cpp942 pdfContext->fObjectStack.unnest();
/external/skia/experimental/PdfViewer/src/
H A DSkTDStackNester.h25 * - Supports nest/unnest which simulates a stack of stack. unnest will pop all the
69 * Analogous to an SkCanvas::save(). When unnest() is called, the state of this SkTDStackNester
92 * time nest() was called. It is an error to call unnest() more times than nest() has been
95 void unnest() { function in class:SkTDStackNester
108 "Unused object when calling unnest!", NULL, NULL);
H A DSkPdfRenderer.cpp942 pdfContext->fObjectStack.unnest();

Completed in 267 milliseconds