Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_path.cpp360 bool isOpSuccess = false; in OpWith() local
365 isOpSuccess = Op(skPathImpl1->GetPath(), skPathImpl2->GetPath(), pathOp, &path_); in OpWith()
369 if (isOpSuccess) { in OpWith()