Searched refs:copyInfo (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/core/ |
D | SkPicture.cpp | 181 SkPictCopyInfo copyInfo; in clone() local 196 if (!copyInfo.initialized) { in clone() 204 copyInfo.paintData.setCount(paintCount); in clone() 213 copyInfo.controller.setBitmapStorage(heap); in clone() 216 copyInfo.controller.setBitmapStorage(fPlayback->fBitmapHeap); in clone() 222 copyInfo.paintData[i] = in clone() 223 SkFlatData::Create<SkPaint::FlatteningTraits>(©Info.controller, in clone() 228 copyInfo.paintData[i] = NULL; in clone() 234 copyInfo.controller.setupPlaybacks(); in clone() 235 copyInfo.initialized = true; in clone() [all …]
|
/external/chromium_org/third_party/skia/src/core/ |
D | SkPicture.cpp | 181 SkPictCopyInfo copyInfo; in clone() local 196 if (!copyInfo.initialized) { in clone() 204 copyInfo.paintData.setCount(paintCount); in clone() 213 copyInfo.controller.setBitmapStorage(heap); in clone() 216 copyInfo.controller.setBitmapStorage(fPlayback->fBitmapHeap); in clone() 222 copyInfo.paintData[i] = in clone() 223 SkFlatData::Create<SkPaint::FlatteningTraits>(©Info.controller, in clone() 228 copyInfo.paintData[i] = NULL; in clone() 234 copyInfo.controller.setupPlaybacks(); in clone() 235 copyInfo.initialized = true; in clone() [all …]
|
/external/clang/lib/Analysis/ |
D | Consumed.cpp | 479 void copyInfo(const Expr *From, const Expr *To, ConsumedState CS); 535 void ConsumedStmtVisitor::copyInfo(const Expr *From, const Expr *To, in copyInfo() function in clang::consumed::ConsumedStmtVisitor 751 copyInfo(Call->getArg(0), Call, CS_Consumed); in VisitCallExpr() 792 copyInfo(Call->getArg(0), Call, CS_Consumed); in VisitCXXConstructExpr() 798 copyInfo(Call->getArg(0), Call, NS); in VisitCXXConstructExpr()
|