#include <ToolUtils.h>
Definition at line 270 of file ToolUtils.h.
◆ PixelIter() [1/2]
ToolUtils::PixelIter::PixelIter |
( |
| ) |
|
◆ PixelIter() [2/2]
ToolUtils::PixelIter::PixelIter |
( |
SkSurface * |
surf | ) |
|
|
inline |
Definition at line 273 of file ToolUtils.h.
273 {
277 }
279 }
bool peekPixels(SkPixmap *pixmap)
◆ next()
void * ToolUtils::PixelIter::next |
( |
SkIPoint * |
loc = nullptr | ) |
|
|
inline |
Definition at line 286 of file ToolUtils.h.
286 {
288 return nullptr;
289 }
295 return nullptr;
296 }
297 }
298 if (loc) {
299 *loc = fLoc;
300 }
302 }
void * writable_addr() const
const void * addr() const
◆ reset()
void ToolUtils::PixelIter::reset |
( |
const SkPixmap & |
pm | ) |
|
|
inline |
Definition at line 281 of file ToolUtils.h.
281 {
282 fPM = pm;
283 fLoc = {-1, 0};
284 }
◆ setDone()
void ToolUtils::PixelIter::setDone |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: