HomeSort by relevance Sort by last modified time
    Searched refs:addExpanded (Results 1 - 5 of 5) sorted by null

  /external/skia/src/pathops/
SkPathOpsCommon.cpp 255 if (!coincidence->addExpanded(DEBUG_PHASE_ONLY_PARAMS(kIntersecting))) {
294 if (!coincidence->addExpanded(DEBUG_COIN_ONLY_PARAMS())) {
303 if (!coincidence->addExpanded(DEBUG_PHASE_ONLY_PARAMS(kWalking))) {
311 if (!coincidence->addExpanded(DEBUG_COIN_ONLY_PARAMS())) {
SkOpCoincidence.h 151 bool addExpanded(DEBUG_COIN_DECLARE_ONLY_PARAMS());
SkOpSegment.h 69 bool addExpanded(double newT, const SkOpSpanBase* test, bool* startOver);
SkOpCoincidence.cpp 427 bool SkOpCoincidence::addExpanded(DEBUG_COIN_DECLARE_ONLY_PARAMS()) {
488 bool success = addToOpp ? oSeg->addExpanded(
490 : seg->addExpanded(
    [all...]
SkOpSegment.cpp 223 bool SkOpSegment::addExpanded(double newT, const SkOpSpanBase* test, bool* startOver) {
    [all...]

Completed in 72 milliseconds