Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkOpCoincidence.h43 bool addExpanded(SkChunkAlloc* allocator PATH_OPS_DEBUG_VALIDATE_PARAMS(SkOpGlobalState* ));
DSkPathOpsCommon.cpp491 if (!coincidence->addExpanded(allocator PATH_OPS_DEBUG_VALIDATE_PARAMS(globalState))) { in HandleCoincidence()
506 if (!coincidence->addExpanded(allocator PATH_OPS_DEBUG_VALIDATE_PARAMS(globalState))) { in HandleCoincidence()
DSkOpCoincidence.cpp70 bool SkOpCoincidence::addExpanded(SkChunkAlloc* allocator in addExpanded() function in SkOpCoincidence