Home
last modified time | relevance | path

Searched refs:corner1 (Results 1 – 8 of 8) sorted by relevance

/external/libxcam/modules/soft/
Dcv_capi_feature_match.cpp90 std::vector<CvPoint2D32f> &corner0, std::vector<CvPoint2D32f> &corner1, in get_valid_offsets() argument
109 if (fabs(corner0[i].y - corner1[i].y) >= _config.max_valid_offset_y) in get_valid_offsets()
111 if (corner1[i].x < 0.0f || corner1[i].x > img0_size.width) in get_valid_offsets()
114 float offset = corner1[i].x - corner0[i].x; in get_valid_offsets()
120 …cv::line (mat, start, cv::Point(corner1[i].x + img0_size.width, corner1[i].y), cv::Scalar(255), 2); in get_valid_offsets()
131 std::vector<CvPoint2D32f> &corner0, std::vector<CvPoint2D32f> &corner1, in calc_of_match() argument
155 get_valid_offsets (corner0, corner1, status, error, in calc_of_match()
Dcv_capi_feature_match.h60 void get_valid_offsets (std::vector<CvPoint2D32f> &corner0, std::vector<CvPoint2D32f> &corner1,
66 std::vector<CvPoint2D32f> &corner0, std::vector<CvPoint2D32f> &corner1,
/external/libxcam/modules/ocl/
Dcv_feature_match.cpp78 std::vector<cv::Point2f> &corner0, std::vector<cv::Point2f> &corner1, in get_valid_offsets() argument
95 if (fabs(corner0[i].y - corner1[i].y) >= _config.max_valid_offset_y) in get_valid_offsets()
97 if (corner1[i].x < 0.0f || corner1[i].x > img0_size.width) in get_valid_offsets()
100 float offset = corner1[i].x - corner0[i].x; in get_valid_offsets()
106 … cv::Point end = (cv::Point(corner1[i]) + cv::Point (img0_size.width, 0)) * XCAM_CV_OF_DRAW_SCALE; in get_valid_offsets()
118 std::vector<cv::Point2f> &corner0, std::vector<cv::Point2f> &corner1, in calc_of_match() argument
158 get_valid_offsets (corner0, corner1, status, error, in calc_of_match()
Dcv_feature_match.h59 void get_valid_offsets (std::vector<cv::Point2f> &corner0, std::vector<cv::Point2f> &corner1,
65 std::vector<cv::Point2f> &corner0, std::vector<cv::Point2f> &corner1,
/external/pdfium/xfa/fxfa/parser/
Dcxfa_rectangle.cpp113 auto* corner1 = static_cast<CXFA_Corner*>(strokes[i]); in GetFillPath() local
115 float fRadius1 = corner1->GetRadius(); in GetFillPath()
117 bool bInverted = corner1->IsInverted(); in GetFillPath()
118 bool bRound = corner1->GetJoinType() == XFA_AttributeEnum::Round; in GetFillPath()
451 auto* corner1 = static_cast<CXFA_Corner*>(strokes[n]); in GetPath() local
453 float fRadius1 = bCorner ? corner1->GetRadius() : 0.0f; in GetPath()
455 bool bInverted = corner1->IsInverted(); in GetPath()
458 bool bRound = corner1->GetJoinType() == XFA_AttributeEnum::Round; in GetPath()
/external/pdfium/fxbarcode/datamatrix/
DBC_DefaultPlacement.cpp63 corner1(pos++); in place()
124 void CBC_DefaultPlacement::corner1(int32_t pos) { in corner1() function in CBC_DefaultPlacement
DBC_DefaultPlacement.h34 void corner1(int32_t pos);
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c1601 float corner0[TGSI_QUAD_SIZE], corner1[TGSI_QUAD_SIZE], in img_filter_cube_linear() local
1627 tx[1] = get_texel_cube_seamless(sp_sview, addr, x1, y0, corner1, layer, args->face_id); in img_filter_cube_linear()
1669 float corner0[TGSI_QUAD_SIZE], corner1[TGSI_QUAD_SIZE], in img_filter_cube_array_linear() local
1695 tx[1] = get_texel_cube_seamless(sp_sview, addr, x1, y0, corner1, layer, args->face_id); in img_filter_cube_array_linear()