#include <SkRecordPattern.h>
Definition at line 44 of file SkRecordPattern.h.
◆ IsDraw()
SkRecords::IsDraw::IsDraw |
( |
| ) |
|
|
inline |
◆ get()
SkPaint * SkRecords::IsDraw::get |
( |
| ) |
|
|
inline |
◆ operator()() [1/3]
Definition at line 52 of file SkRecordPattern.h.
52 {
53 fPaint = AsPtr(
draw->paint);
54 return true;
55 }
static void draw(SkCanvas *canvas, SkRect &target, int x, int y)
◆ operator()() [2/3]
Definition at line 58 of file SkRecordPattern.h.
58 {
59 fPaint = nullptr;
60 return true;
61 }
◆ operator()() [3/3]
std::enable_if_t<!(T::kTags &kDraw_Tag), bool > SkRecords::IsDraw::operator() |
( |
T * |
draw | ) |
|
|
inline |
Definition at line 64 of file SkRecordPattern.h.
64 {
65 fPaint = nullptr;
66 return false;
67 }
The documentation for this class was generated from the following file: