HomeSort by relevance Sort by last modified time
    Searched refs:anchorY (Results 1 - 19 of 19) sorted by null

  /external/opencv3/modules/cudafilters/src/cuda/
filter2d.cu 55 const int anchorX, const int anchorY)
71 res = res + src(y - anchorY + i, x - anchorX + j) * kernel[kInd++];
96 int kWidth, int kHeight, int anchorX, int anchorY, const float* borderValue, cudaStream_t stream) \
105 filter2D<<<grid, block, 0, stream>>>(brdSrc, dst, kernel, kWidth, kHeight, anchorX, anchorY); \
125 int kWidth, int kHeight, int anchorX, int anchorY,
129 int kWidth, int kHeight, int anchorX, int anchorY, const float* borderValue, cudaStream_t stream);
140 kWidth, kHeight, anchorX, anchorY, borderValue, stream);
143 template void filter2D<uchar , uchar >(PtrStepSzb srcWhole, int ofsX, int ofsY, PtrStepSzb dst, const float* kernel, int kWidth, int kHeight, int anchorX, int anchorY, int borderMode, const float* borderValue, cudaStream_t stream);
144 template void filter2D<uchar4 , uchar4 >(PtrStepSzb srcWhole, int ofsX, int ofsY, PtrStepSzb dst, const float* kernel, int kWidth, int kHeight, int anchorX, int anchorY, int borderMode, const float* borderValue, cudaStream_t stream);
145 template void filter2D<ushort , ushort >(PtrStepSzb srcWhole, int ofsX, int ofsY, PtrStepSzb dst, const float* kernel, int kWidth, int kHeight, int anchorX, int anchorY, int borderMode, const float* borderValue, cudaStream_t stream)
    [all...]
  /external/skia/samplecode/
SampleShip.cpp 63 SkScalar anchorY = fAtlas->height()*0.5f;
74 xPos, yPos, anchorX, anchorY);
82 kWidth*0.5f, kHeight*0.5f, anchorX, anchorY);
132 SkScalar anchorY = fAtlas->height()*0.5f;
137 SkScalar dx = c*anchorX - s*anchorY;
138 SkScalar dy = s*anchorX + c*anchorY;
143 dx -= fXform[i].fSCos*anchorX - fXform[i].fSSin*anchorY;
144 dy -= fXform[i].fSSin*anchorX + fXform[i].fSCos*anchorY;
  /external/skia/experimental/GLFWTest/
glfw_main.cpp 98 SkScalar anchorY = atlas->height()*0.5f;
107 xPos, yPos, anchorX, anchorY);
113 kWidth*0.5f, kHeight*0.5f, anchorX, anchorY);
148 SkScalar dx = c*anchorX - s*anchorY;
149 SkScalar dy = s*anchorX + c*anchorY;
154 dx -= xform[i].fSCos*anchorX - xform[i].fSSin*anchorY;
155 dy -= xform[i].fSSin*anchorX + xform[i].fSCos*anchorY;
  /external/opencv/cv/src/
cvmorph.cpp 727 int anchorX, int anchorY,
    [all...]
  /external/opencv3/modules/imgproc/src/
morph.cpp     [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
PopupWindowTest.java 522 int anchorY = anchorOnScreenXY[1];
524 anchorY += anchor.getHeight();
534 assertComparison(contentY, flags, anchorY);
    [all...]
  /frameworks/base/media/java/android/media/
WebVttRenderer.java 754 String anchorY = value.substring(commaAt + 1);
765 y = parseFloatPercentage(anchorY);
768 "has invalid y component", e.getMessage(), anchorY);
    [all...]
  /external/opencv/cxcore/include/
cxtypes.h 417 int anchorY;
428 int anchorY;
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
types_c.h 357 int anchorY;
368 int anchorY;
    [all...]
  /external/opencv3/modules/cudafilters/src/
filtering.cpp 182 int kWidth, int kHeight, int anchorX, int anchorY,
197 int kWidth, int kHeight, int anchorX, int anchorY,
    [all...]
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 
  /external/opencv3/modules/imgproc/test/
test_filter.cpp 261 Point _anchor(element->anchorX, element->anchorY);
    [all...]
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 932 milliseconds