Searched refs:fnextDrawPictureLayerId (Results 1 – 2 of 2) sorted by relevance
93 , 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()
219 int fnextDrawPictureLayerId = -1; variable