Searched refs:offsety (Results 1 – 8 of 8) sorted by relevance
/external/opencv3/modules/java/generator/src/java/ |
D | android+FpsMeter.java | 61 public void draw(Canvas canvas, float offsetx, float offsety) { in draw() argument 63 canvas.drawText(mStrfps, offsetx, offsety, mPaint); in draw()
|
/external/opencv/cv/src/ |
D | cvsnakes.cpp | 200 int offsety = 0; in icvSnake8uC1R() local 375 offsety = j; in icvSnake8uC1R() 380 if( offsetx || offsety ) in icvSnake8uC1R() 383 pt[i].y += offsety; in icvSnake8uC1R()
|
/external/eigen/demos/opengl/ |
D | camera.cpp | 65 void Camera::setViewport(uint offsetx, uint offsety, uint width, uint height) in setViewport() argument 68 mVpY = offsety; in setViewport()
|
D | camera.h | 49 void setViewport(uint offsetx, uint offsety, uint width, uint height);
|
/external/libvpx/libvpx/vp8/encoder/ |
D | pickinter.c | 71 int offsetx, int offsety, int sgnx, int sgny) in macroblock_corner_grad() argument 73 int y1 = signal[offsetx * stride + offsety]; in macroblock_corner_grad() 74 int y2 = signal[offsetx * stride + offsety + sgny]; in macroblock_corner_grad() 75 int y3 = signal[(offsetx + sgnx) * stride + offsety]; in macroblock_corner_grad() 76 int y4 = signal[(offsetx + sgnx) * stride + offsety + sgny]; in macroblock_corner_grad()
|
/external/opencv3/modules/calib3d/misc/java/test/ |
D | Calib3dTest.java | 224 int offsety = (size - 4 * step) / 2; in testFindCirclesGridMatSizeMatInt() local 227 Point pt = new Point(offsetx + (2 * i + j % 2) * step, offsety + step * j); in testFindCirclesGridMatSizeMatInt()
|
/external/llvm/lib/Target/AMDGPU/ |
D | R600Instructions.td | 387 (i32 imm:$offsetx), (i32 imm:$offsety), (i32 imm:$offsetz), 395 imm:$offsetx, imm:$offsety, imm:$offsetz, 849 i32imm:$offsetx, i32imm:$offsety, i32imm:$offsetz,
|
/external/elfutils/po/ |
D | pl.po | 727 msgstr "Traktuje adresy jako offsety względne do sekcji NAZWA." 3196 "offsety nagłówka programu w nagłówku ELF i wpisie PHDR nie zgadzają się" 4497 "Wyświetla tylko offsety zamiast rozwiązywania wartości na adresy w danych "
|