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 13 namespace SkRecords {
70 template <typename T> static T* AsPtr(SkRecords::Optional<T>& x) { return x; }
173 } // namespace SkRecords
SkRecordDraw.cpp 35 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, nullptr, drawableCount, &initialCTM);
73 namespace SkRecords {
786 SkRecords::FillBounds fFillBounds;
789 } // namespace SkRecords
792 SkRecords::FillBounds visitor(cullRect, record, bounds);
802 SkRecords::CollectLayers visitor(cullRect, record, bounds, pictList, data)
    [all...]
  /external/skia/include/private/
SkRecords.h 22 namespace SkRecords {
29 // We leave this SK_RECORD_TYPES macro defined for use by code that wants to operate on SkRecords
71 // Defines SkRecords::Type, an enum of all record types.
364 } // namespace SkRecords

Completed in 114 milliseconds