OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rect_y
(Results
1 - 4
of
4
) sorted by null
/external/opencv3/modules/java/src/
imgproc+Subdiv2D.java
332
private static native long Subdiv2D_1(int rect_x, int
rect_y
, int rect_width, int rect_height);
365
private static native void initDelaunay_0(long nativeObj, int rect_x, int
rect_y
, int rect_width, int rect_height);
imgproc.cpp
227
(JNIEnv* env, jclass , jint rect_x, jint
rect_y
, jint rect_width, jint rect_height)
232
Rect rect(rect_x,
rect_y
, rect_width, rect_height);
558
(JNIEnv* env, jclass , jlong self, jint rect_x, jint
rect_y
, jint rect_width, jint rect_height)
564
Rect rect(rect_x,
rect_y
, rect_width, rect_height);
[
all
...]
imgproc+Imgproc.java
[
all
...]
/hardware/ti/omap4-aah/test/CameraHal/
camera_test_surfacetexture.cpp
698
unsigned int rect_x,
rect_y
;
local
713
rect_y
= (unsigned int)(fabsf(sy) * h);
726
unsigned int top = bottom -
rect_y
;
Completed in 4220 milliseconds