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
SkRecordDraw.cpp 31 SkRecords::Draw draw(canvas, drawablePicts, drawables, drawableCount);
36 // This visit call uses the SkRecords::Draw::operator() to call
43 SkRecords::Draw draw(canvas, drawablePicts, drawables, drawableCount);
48 // This visit call uses the SkRecords::Draw::operator() to call
63 SkRecords::Draw draw(canvas, drawablePicts, nullptr, drawableCount, &initialCTM);
69 namespace SkRecords {
617 } // namespace SkRecords
620 SkRecords::FillBounds visitor(cullRect, record, bounds);
  /external/skia/include/private/
SkRecords.h 34 namespace SkRecords {
41 // We leave this SK_RECORD_TYPES macro defined for use by code that wants to operate on SkRecords
86 // Defines SkRecords::Type, an enum of all record types.
357 } // namespace SkRecords

Completed in 145 milliseconds