HomeSort by relevance Sort by last modified time
    Searched defs:PointMap (Results 1 - 2 of 2) sorted by null

  /external/libxcam/xcore/interface/
stitcher.h 217 typedef std::vector<PointFloat2> PointMap;
224 PointMap &texture_points,
229 VertexMap &vertices, PointMap &texture_points, IndexVector &indeices,
233 VertexMap &vertices, PointMap &texture_points, IndexVector &indeices,
237 VertexMap &vertices, PointMap &texture_points, IndexVector &indeices,
  /frameworks/base/core/jni/android/graphics/
Path.cpp 322 typedef std::map<float, SkPoint> PointMap;
323 PointMap tToPoint;
328 PointMap::iterator iter = tToPoint.begin();
329 PointMap::iterator next = iter;
349 next = tToPoint.insert(iter, PointMap::value_type(midT, midPoint));

Completed in 198 milliseconds