Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsCommon.cpp202 static void calc_angles(SkOpContourHead* contourList DEBUG_COIN_DECLARE_PARAMS()) { in calc_angles() argument
210 static bool missing_coincidence(SkOpContourHead* contourList DEBUG_COIN_DECLARE_PARAMS()) { in missing_coincidence() argument
220 static bool move_multiples(SkOpContourHead* contourList DEBUG_COIN_DECLARE_PARAMS()) { in move_multiples() argument
231 static bool move_nearby(SkOpContourHead* contourList DEBUG_COIN_DECLARE_PARAMS()) { in move_nearby() argument
DSkPathOpsDebug.h146 #define DEBUG_COIN_DECLARE_PARAMS() \ macro
167 #define DEBUG_COIN_DECLARE_PARAMS() \ macro
187 #define DEBUG_COIN_DECLARE_PARAMS() macro
DSkOpCoincidence.h152 bool addMissing(bool* added DEBUG_COIN_DECLARE_PARAMS());
215 bool findOverlaps(SkOpCoincidence* DEBUG_COIN_DECLARE_PARAMS()) const;
DSkPathOpsTypes.h103 void debugSetPhase(const char* funcName DEBUG_COIN_DECLARE_PARAMS()) const;
DSkOpCoincidence.cpp777 bool SkOpCoincidence::addMissing(bool* added DEBUG_COIN_DECLARE_PARAMS()) { in addMissing() argument
1228 bool SkOpCoincidence::findOverlaps(SkOpCoincidence* overlaps DEBUG_COIN_DECLARE_PARAMS()) const { in findOverlaps()
DSkPathOpsDebug.cpp676 void SkOpGlobalState::debugSetPhase(const char* funcName DEBUG_COIN_DECLARE_PARAMS()) const { in debugSetPhase()