Searched defs:point_count_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/base/gestures/
H A Dgesture_sequence.h51 int point_count() const { return point_count_; }
212 int point_count_; member in class:ui::GestureSequence
/external/chromium_org/native_client_sdk/src/examples/demo/voronoi/
H A Dvoronoi.cc141 int point_count_; member in class:Voronoi
171 point_count_(kStartPointCount), draw_points_(true), draw_interiors_(true),
199 for (int i = 0; i < point_count_; ++i) {
400 for (int i = 0; i < point_count_; i++) {
465 point_count_ = std::min(kMaxPointCount, std::max(0, num_points));

Completed in 101 milliseconds