Searched refs:getLastOp (Results 1 - 10 of 10) sorted by relevance

/external/skia/tools/skiaserve/urlhandlers/
H A DInfoHandler.cpp35 n = request->getLastOp();
H A DOpsHandler.cpp32 int n = request->getLastOp();
H A DCmdHandler.cpp35 n = request->getLastOp();
/external/skqp/tools/skiaserve/urlhandlers/
H A DInfoHandler.cpp35 n = request->getLastOp();
H A DOpsHandler.cpp32 int n = request->getLastOp();
H A DCmdHandler.cpp35 n = request->getLastOp();
/external/skia/tools/skiaserve/
H A DRequest.h49 int getLastOp() const { return fDebugCanvas->getSize() - 1; } function in struct:Request
H A DRequest.cpp215 fDebugCanvas->drawTo(this->getCanvas(), this->getLastOp());
245 fDebugCanvas->drawTo(this->getCanvas(), this->getLastOp());
/external/skqp/tools/skiaserve/
H A DRequest.h49 int getLastOp() const { return fDebugCanvas->getSize() - 1; } function in struct:Request
H A DRequest.cpp215 fDebugCanvas->drawTo(this->getCanvas(), this->getLastOp());
245 fDebugCanvas->drawTo(this->getCanvas(), this->getLastOp());

Completed in 381 milliseconds