Searched refs:STROKER_DEBUG_PARAMS (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/core/
H A DSkStroke.cpp45 #define STROKER_DEBUG_PARAMS(...) , __VA_ARGS__ macro
49 #define STROKER_DEBUG_PARAMS(...) macro
252 ResultType intersectRay(SkQuadConstruct* , IntersectRayType STROKER_DEBUG_PARAMS(int) ) const;
269 SkQuadConstruct* STROKER_DEBUG_PARAMS(int depth) ) const;
1023 IntersectRayType intersectRayType STROKER_DEBUG_PARAMS(int depth)) const {
1065 return intersectRay(quadPts, kResultType_RayType STROKER_DEBUG_PARAMS(fRecursionDepth));
1125 const SkPoint ray[2], SkQuadConstruct* quadPts STROKER_DEBUG_PARAMS(int depth)) const {
1182 STROKER_DEBUG_PARAMS(fRecursionDepth) );
1191 return strokeCloseEnough(quadPts->fQuad, ray, quadPts STROKER_DEBUG_PARAMS(fRecursionDepth));
1201 STROKER_DEBUG_PARAMS(fRecursionDept
[all...]

Completed in 58 milliseconds