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

/external/chromium_org/third_party/skia/src/core/
H A DSkPaint.cpp1045 JoinBoundsProc joinBoundsProc; local
1048 joinBoundsProc = join_bounds_y;
1051 joinBoundsProc = join_bounds_x;
1085 joinBoundsProc(*g, bounds, x);
1091 joinBoundsProc(*g, bounds, x);
/external/skia/src/core/
H A DSkPaint.cpp1077 JoinBoundsProc joinBoundsProc; local
1080 joinBoundsProc = join_bounds_y;
1083 joinBoundsProc = join_bounds_x;
1117 joinBoundsProc(*g, bounds, x);
1123 joinBoundsProc(*g, bounds, x);

Completed in 116 milliseconds