Searched defs:SkRecords (Results 1 - 6 of 6) sorted by relevance

/external/skia/src/core/
H A DSkRecordDraw.h26 // Draw an SkRecord into an SkCanvas. A convenience wrapper around SkRecords::Draw.
40 namespace SkRecords { namespace
77 } // namespace SkRecords
H A DSkRecordPattern.h6 namespace SkRecords { namespace
64 template <typename T> static T* AsPtr(SkRecords::Optional<T>& x) { return x; }
198 } // namespace SkRecords
H A DSkRecords.h16 namespace SkRecords { namespace
23 // We leave this SK_RECORD_TYPES macro defined for use by code that wants to operate on SkRecords
65 // Defines SkRecords::Type, an enum of all record types.
353 } // namespace SkRecords
H A DSkRecordDraw.cpp35 SkRecords::Draw draw(canvas, drawablePicts, drawables, drawableCount);
40 // This visit call uses the SkRecords::Draw::operator() to call
47 SkRecords::Draw draw(canvas, drawablePicts, drawables, drawableCount);
52 // This visit call uses the SkRecords::Draw::operator() to call
67 SkRecords::Draw draw(canvas, drawablePicts, NULL, drawableCount, &initialCTM);
73 namespace SkRecords { namespace
779 SkRecords::FillBounds fFillBounds;
782 } // namespace SkRecords
785 SkRecords::FillBounds visitor(cullRect, record);
798 SkRecords
[all...]
/external/skia/tools/
H A DDumpRecord.cpp42 void operator()(const SkRecords::NoOp&) { argument
51 void print(const SkRecords::Restore& command, double time) {
56 void print(const SkRecords::Save& command, double time) {
61 void print(const SkRecords::SaveLayer& command, double time) {
84 #define CASE(U) case SkRecords::U##_Type: return #U;
91 static const char* NameOf(const SkRecords::SaveLayer&) { argument
98 SkRecords::Draw fDraw;
/external/skia/include/core/
H A DSkPicture.h34 namespace SkRecords { namespace

Completed in 104 milliseconds