HomeSort by relevance Sort by last modified time
    Searched defs:SkRecords (Results 1 - 5 of 5) sorted by null

  /external/skia/src/core/
SkRecords.cpp 9 #include "SkRecords.h"
11 namespace SkRecords {
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
SkRecords.h 36 namespace SkRecords {
43 // We leave this SK_RECORD_TYPES macro defined for use by code that wants to operate on SkRecords
87 // Defines SkRecords::Type, an enum of all record types.
359 } // namespace SkRecords
SkRecordDraw.cpp 32 SkRecords::Draw draw(canvas, drawablePicts, drawables, drawableCount);
37 // This visit call uses the SkRecords::Draw::operator() to call
44 SkRecords::Draw draw(canvas, drawablePicts, drawables, drawableCount);
49 // This visit call uses the SkRecords::Draw::operator() to call
64 SkRecords::Draw draw(canvas, drawablePicts, nullptr, drawableCount, &initialCTM);
70 namespace SkRecords {
605 } // namespace SkRecords
608 SkRecords::FillBounds visitor(cullRect, record, bounds);

Completed in 200 milliseconds