Home
last modified time | relevance | path

Searched refs:fnextDrawPictureLayerId (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/tools/debugger/
DDebugCanvas.cpp93 , fnextDrawPictureLayerId(-1) in DebugCanvas()
405 fnextDrawPictureLayerId = std::stoi(tokens[1].c_str()); in onDrawAnnotation()
495 if (fnextDrawPictureLayerId != -1 && fLayerManager) { in onDrawPicture()
496 fLayerManager->storeSkPicture(fnextDrawPictureLayerId, fFrame, sk_ref_sp(picture), in onDrawPicture()
504 fnextDrawPictureLayerId = -1; in onDrawPicture()
DDebugCanvas.h219 int fnextDrawPictureLayerId = -1; variable