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

  /external/chromium_org/third_party/skia/src/core/
SkRecordDraw.cpp 11 for (SkRecords::Draw draw(canvas); draw.index() < record.count(); draw.next()) {
16 namespace SkRecords {
71 } // namespace SkRecords
SkRecordDraw.h 14 // Draw an SkRecord into an SkCanvas. A convenience wrapper around SkRecords::Draw.
17 namespace SkRecords {
53 } // namespace SkRecords
SkRecordPattern.h 6 namespace SkRecords {
64 template <typename T> static T* AsPtr(SkRecords::Optional<T>& x) { return x; }
181 } // namespace SkRecords
SkRecord.h 12 #include "SkRecords.h"
24 // type T which has a static const SkRecords::Type kType. That is to say, SkRecord is compatible
25 // only with SkRecords::* structs defined in SkRecords.h. Your compiler will helpfully yell if you
46 // This operator() must be defined for at least all SkRecords::*.
56 // This operator() must be defined for at least all SkRecords::*.
65 // Here T can be any class, not just those from SkRecords. Throws on failure.
103 T* replace(unsigned i, const SkRecords::Adopted<Existing>& proofOfAdoption) {
126 // fAlloc: [SkRecords::DrawRect][SkRecords::DrawPosTextH][SkRecords::DrawRect]..
    [all...]
SkRecords.h 13 namespace SkRecords {
20 // We leave this SK_RECORD_TYPES macro defined for use by code that wants to operate on SkRecords
59 // Defines SkRecords::Type, an enum of all record types.
289 } // namespace SkRecords
  /external/skia/src/core/
SkRecordDraw.cpp 11 for (SkRecords::Draw draw(canvas); draw.index() < record.count(); draw.next()) {
16 namespace SkRecords {
71 } // namespace SkRecords
SkRecordDraw.h 14 // Draw an SkRecord into an SkCanvas. A convenience wrapper around SkRecords::Draw.
17 namespace SkRecords {
53 } // namespace SkRecords
SkRecordPattern.h 6 namespace SkRecords {
64 template <typename T> static T* AsPtr(SkRecords::Optional<T>& x) { return x; }
181 } // namespace SkRecords
SkRecord.h 12 #include "SkRecords.h"
24 // type T which has a static const SkRecords::Type kType. That is to say, SkRecord is compatible
25 // only with SkRecords::* structs defined in SkRecords.h. Your compiler will helpfully yell if you
46 // This operator() must be defined for at least all SkRecords::*.
56 // This operator() must be defined for at least all SkRecords::*.
65 // Here T can be any class, not just those from SkRecords. Throws on failure.
103 T* replace(unsigned i, const SkRecords::Adopted<Existing>& proofOfAdoption) {
126 // fAlloc: [SkRecords::DrawRect][SkRecords::DrawPosTextH][SkRecords::DrawRect]..
    [all...]
SkRecords.h 13 namespace SkRecords {
20 // We leave this SK_RECORD_TYPES macro defined for use by code that wants to operate on SkRecords
59 // Defines SkRecords::Type, an enum of all record types.
289 } // namespace SkRecords

Completed in 90 milliseconds