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

/external/webkit/Source/WebCore/platform/graphics/skia/
H A DGraphicsContextSkia.cpp146 SkPoint current_points[4]; local
148 for (SkPath::Verb verb = iter.next(current_points);
150 verb = iter.next(current_points)) {
157 if (!isPointSkiaSafe(transform, current_points[0])
158 || !isPointSkiaSafe(transform, current_points[1]))
163 if (!isPointSkiaSafe(transform, current_points[0])
164 || !isPointSkiaSafe(transform, current_points[1])
165 || !isPointSkiaSafe(transform, current_points[2]))
170 if (!isPointSkiaSafe(transform, current_points[0])
171 || !isPointSkiaSafe(transform, current_points[
[all...]

Completed in 66 milliseconds