HomeSort by relevance Sort by last modified time
    Searched refs:SkRecords (Results 26 - 38 of 38) sorted by null

12

  /external/skqp/src/core/
SkMiniRecorder.cpp 19 using namespace SkRecords;
55 SkRecords::Draw(c, nullptr, nullptr, 0, nullptr)(fOp);
125 SkRecords::Draw(canvas, nullptr, nullptr, 0, nullptr)(*op); \
SkRecordDraw.h 29 // Draw an SkRecord into an SkCanvas. A convenience wrapper around SkRecords::Draw.
43 namespace SkRecords {
80 } // namespace SkRecords
SkRecordPattern.h 14 namespace SkRecords {
71 template <typename T> static T* AsPtr(SkRecords::Optional<T>& x) { return x; }
174 } // namespace SkRecords
SkRecordDraw.cpp 33 SkRecords::Draw draw(canvas, drawablePicts, drawables, drawableCount);
38 // This visit call uses the SkRecords::Draw::operator() to call
45 SkRecords::Draw draw(canvas, drawablePicts, drawables, drawableCount);
50 // This visit call uses the SkRecords::Draw::operator() to call
65 SkRecords::Draw draw(canvas, drawablePicts, nullptr, drawableCount, &initialCTM);
71 namespace SkRecords {
502 } // namespace SkRecords
505 SkRecords::FillBounds visitor(cullRect, record, bounds);
SkRecordOpts.cpp 12 #include "SkRecords.h"
15 using namespace SkRecords;
SkRecords.h 28 namespace SkRecords {
35 // We leave this SK_RECORD_TYPES macro defined for use by code that wants to operate on SkRecords
78 // Defines SkRecords::Type, an enum of all record types.
333 } // namespace SkRecords
  /external/skia/src/core/
SkRecordDraw.h 29 // Draw an SkRecord into an SkCanvas. A convenience wrapper around SkRecords::Draw.
43 namespace SkRecords {
80 } // namespace SkRecords
SkRecordPattern.h 14 namespace SkRecords {
71 template <typename T> static T* AsPtr(SkRecords::Optional<T>& x) { return x; }
174 } // namespace SkRecords
SkRecordDraw.cpp 33 SkRecords::Draw draw(canvas, drawablePicts, drawables, drawableCount);
38 // This visit call uses the SkRecords::Draw::operator() to call
45 SkRecords::Draw draw(canvas, drawablePicts, drawables, drawableCount);
50 // This visit call uses the SkRecords::Draw::operator() to call
65 SkRecords::Draw draw(canvas, drawablePicts, nullptr, drawableCount, &initialCTM);
71 namespace SkRecords {
507 } // namespace SkRecords
510 SkRecords::FillBounds visitor(cullRect, record, bounds);
SkRecordOpts.cpp 12 #include "SkRecords.h"
15 using namespace SkRecords;
SkRecords.h 28 namespace SkRecords {
35 // We leave this SK_RECORD_TYPES macro defined for use by code that wants to operate on SkRecords
79 // Defines SkRecords::Type, an enum of all record types.
336 } // namespace SkRecords
  /external/skia/tests/
RecordPatternTest.cpp 13 #include "SkRecords.h"
15 using namespace SkRecords;
  /external/skqp/tests/
RecordPatternTest.cpp 13 #include "SkRecords.h"
15 using namespace SkRecords;

Completed in 440 milliseconds

12