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

/external/chromium_org/cc/base/
H A Dtiling_data_unittest.cc33 int x_coord) {
35 return tiling.TileXIndexFromSrcCoord(x_coord);
49 int x_coord) {
51 return tiling.FirstBorderTileXIndexFromSrcCoord(x_coord);
65 int x_coord) {
67 return tiling.LastBorderTileXIndexFromSrcCoord(x_coord);
30 XIndex(const gfx::Size& max_texture_size, const gfx::Size& tiling_size, bool has_border_texels, int x_coord) argument
46 MinBorderXIndex(const gfx::Size& max_texture_size, const gfx::Size& tiling_size, bool has_border_texels, int x_coord) argument
62 MaxBorderXIndex(const gfx::Size& max_texture_size, const gfx::Size& tiling_size, bool has_border_texels, int x_coord) argument
/external/opencv/cvaux/src/
H A Dcvlee.cpp151 float x_coord; member in struct:CvVoronoiHoleInt
1063 according to field .x_coord of element. pHoleHierarchy->TopHole
1064 points to hole with smallest x_coord.
1582 Hole.x_coord = pTopSite->node1->node.x;
3020 pHole->x_coord = min_distance;
4500 if(pTopHole->x_coord >= pHole->x_coord)
4510 if(pCurrHole->next_hole->x_coord >= pHole->x_coord)

Completed in 721 milliseconds