Searched refs:fnextDrawPictureLayerId (Results 1 – 2 of 2) sorted by relevance
92 , fnextDrawPictureLayerId(-1) in DebugCanvas()387 fnextDrawPictureLayerId = std::stoi(tokens[1].c_str()); in onDrawAnnotation()477 if (fnextDrawPictureLayerId != -1 && fLayerManager) { in onDrawPicture()478 fLayerManager->storeSkPicture(fnextDrawPictureLayerId, fFrame, sk_ref_sp(picture), in onDrawPicture()486 fnextDrawPictureLayerId = -1; in onDrawPicture()
218 int fnextDrawPictureLayerId = -1; variable