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

  /external/eigen/bench/btl/data/
smooth.cxx 102 int window_width=2*window_half_width+1; local
106 vector<double> sample(window_width);
110 for ( int j=0 ; j < window_width ; j++ ){
  /external/opencv3/samples/cpp/tutorial_code/core/Matrix/
Drawing_2.cpp 18 const int window_width = 900; variable
20 int x_1 = -window_width/2;
21 int x_2 = window_width*3/2;
22 int y_1 = -window_width/2;
23 int y_2 = window_width*3/2;
51 Mat image = Mat::zeros( window_height, window_width, CV_8UC3 );
309 Point org((window_width - textsize.width)/2, (window_height - textsize.height)/2);
  /external/ImageMagick/coders/
dcm.c 2840 window_width; local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
turtle.py 125 'window_height', 'window_width']
138 'window_height', 'window_width', 'write', 'xcor', 'ycor']
1255 def window_width(self): member in class:TurtleScreen
3385 def window_width(self): function
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
turtle.py 125 'window_height', 'window_width']
138 'window_height', 'window_width', 'write', 'xcor', 'ycor']
1255 def window_width(self): member in class:TurtleScreen
3385 def window_width(self): function
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 125 'window_height', 'window_width']
138 'window_height', 'window_width', 'write', 'xcor', 'ycor']
1255 def window_width(self): member in class:TurtleScreen
3385 def window_width(self): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 125 'window_height', 'window_width']
138 'window_height', 'window_width', 'write', 'xcor', 'ycor']
1255 def window_width(self): member in class:TurtleScreen
3385 def window_width(self): function
    [all...]
  /external/libgdx/backends/gdx-backend-lwjgl/libs/
lwjgl.jar 

Completed in 467 milliseconds