HomeSort by relevance Sort by last modified time
    Searched refs:endCommentGroup (Results 1 - 18 of 18) sorted by null

  /external/skia/tests/
RecorderTest.cpp 62 recorder.endCommentGroup();
69 REPORTER_ASSERT(r, 1 == tally.count<SkRecords::EndCommentGroup>());
CanvasTest.cpp 353 SIMPLE_TEST_STEP(EndGroup, endCommentGroup());
  /external/skia/experimental/PdfViewer/
SkNulCanvas.h 31 void endCommentGroup() override {}
  /external/skia/include/utils/
SkDumpCanvas.h 80 void endCommentGroup() override;
SkNWayCanvas.h 30 void endCommentGroup() override;
  /external/skia/src/core/
SkRecorder.h 119 void endCommentGroup() override;
SkPictureRecord.h 34 void endCommentGroup() override;
SkRecorder.cpp 343 void SkRecorder::endCommentGroup() {
344 APPEND(EndCommentGroup);
SkPicturePlayback.cpp 217 canvas->endCommentGroup();
SkPictureRecord.cpp 838 void SkPictureRecord::endCommentGroup() {
    [all...]
SkRecordDraw.cpp 91 DRAW(EndCommentGroup, endCommentGroup());
294 void trackBounds(const EndCommentGroup&) { this->pushControl(); }
  /external/skia/src/utils/
SkNWayCanvas.cpp 326 void SkNWayCanvas::endCommentGroup() {
329 iter->endCommentGroup();
SkDumpCanvas.cpp 501 void SkDumpCanvas::endCommentGroup() {
502 this->dump(kEndCommentGroup_Verb, NULL, "endCommentGroup()");
  /external/skia/src/utils/debugger/
SkDebugCanvas.h 147 void endCommentGroup() override;
SkDrawCommand.h 299 canvas->endCommentGroup();
SkDebugCanvas.cpp 443 void SkDebugCanvas::endCommentGroup() {
  /external/skia/include/core/
SkCanvas.h     [all...]
  /external/skia/src/pipe/
SkGPipeWrite.cpp 236 void endCommentGroup() override;
    [all...]

Completed in 369 milliseconds