Searched refs:handleOp (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/src/core/ |
D | SkPicturePlayback.h | 40 void handleOp(SkReadBuffer* reader,
|
D | SkPicturePlayback.cpp | 67 this->handleOp(&reader, (DrawType)op, size, canvas, initialMatrix); in draw() 103 void SkPicturePlayback::handleOp(SkReadBuffer* reader, in handleOp() function in SkPicturePlayback
|
/third_party/flutter/skia/src/core/ |
D | SkPicturePlayback.h | 40 void handleOp(SkReadBuffer* reader,
|
D | SkPicturePlayback.cpp | 97 this->handleOp(&reader, op, size, canvas, initialMatrix); in draw() 112 void SkPicturePlayback::handleOp(SkReadBuffer* reader, in handleOp() function in SkPicturePlayback
|