Searched refs:pt (Results 101 - 125 of 559) sorted by relevance

1234567891011>>

/external/skia/include/core/
H A DSkImageInfo.h179 SkColorProfileType pt = kLinear_SkColorProfileType) {
180 return SkImageInfo(width, height, ct, at, pt);
187 SkColorProfileType pt = kLinear_SkColorProfileType) {
188 return SkImageInfo(width, height, kN32_SkColorType, at, pt);
195 SkColorProfileType pt = kLinear_SkColorProfileType) {
196 return SkImageInfo(width, height, kN32_SkColorType, kPremul_SkAlphaType, pt);
203 SkColorProfileType pt = kLinear_SkColorProfileType) {
204 return MakeN32Premul(size.width(), size.height(), pt);
312 SkImageInfo(int width, int height, SkColorType ct, SkAlphaType at, SkColorProfileType pt) argument
317 , fProfileType(pt)
[all...]
H A DSkPoint.h22 SkIPoint16 pt; local
23 pt.set(x, y);
24 return pt;
44 SkIPoint pt; local
45 pt.set(x, y);
46 return pt;
160 SkPoint pt; local
161 pt.set(x, y);
162 return pt;
192 void setAbs(const SkPoint& pt) { argument
[all...]
/external/skia/src/gpu/batches/
H A DGrAAConvexTessellator.h82 struct PointData* pt = fPts.push(); local
83 pt->fPt = newPt;
84 pt->fOrigEdgeId = origEdge;
85 pt->fOriginatingIdx = originatingIdx;
86 pt->fNeedsToBeNew = needsToBeNew;
134 struct PointData* pt = fPts.push(); local
135 pt->fIndex = index;
136 pt->fOrigEdgeId = origEdgeId;
174 int addPt(const SkPoint& pt, SkScalar depth, SkScalar coverage, bool movable, bool isCurve);
178 void updatePt(int index, const SkPoint& pt, SkScala
[all...]
/external/webrtc/talk/media/base/
H A Drtputils_unittest.cc80 int pt; local
81 EXPECT_TRUE(GetRtpPayloadType(kPcmuFrame, sizeof(kPcmuFrame), &pt));
82 EXPECT_EQ(0, pt);
84 sizeof(kRtpPacketWithMarker), &pt));
85 EXPECT_EQ(0, pt);
106 EXPECT_FALSE(GetRtpPayloadType(kInvalidPacket, sizeof(kInvalidPacket), &pt));
154 int pt; local
155 EXPECT_TRUE(GetRtcpType(kRtcpReport, sizeof(kRtcpReport), &pt));
156 EXPECT_EQ(0xc9, pt);
158 EXPECT_FALSE(GetRtcpType(kInvalidPacket, sizeof(kInvalidPacket), &pt));
[all...]
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tile_cache.c327 struct pipe_transfer *pt = tc->transfer; local
333 assert(pt->resource);
339 clear_tile(tc->tile, pt->resource->format, tc->clear_val);
341 clear_tile_rgba(tc->tile, pt->resource->format, &tc->clear_color);
353 pt,
359 pipe_put_tile_ui_format(tc->pipe, pt,
361 pt->resource->format,
364 pipe_put_tile_i_format(tc->pipe, pt,
366 pt->resource->format,
369 pipe_put_tile_rgba(tc->pipe, pt,
433 struct pipe_transfer *pt = tc->transfer; local
502 struct pipe_transfer *pt = tc->transfer; local
[all...]
/external/opencv3/modules/core/src/
H A Dtypes.cpp53 u.f = pt.x; _Val = (scale * _Val) ^ u.u;
54 u.f = pt.y; _Val = (scale * _Val) ^ u.u;
70 points2f[i] = keypoints[i].pt;
79 points2f[i] = keypoints[idx].pt;
104 Point2f p1 = kp1.pt;
105 Point2f p2 = kp2.pt;
/external/skia/tests/
H A DPathOpsConicLineIntersectionTest.cpp123 for (int pt = 0; pt < result; ++pt) {
124 double tt1 = intersections[0][pt];
127 double tt2 = intersections[1][pt];
132 __FUNCTION__, iIndex, pt, tt1, t1.fX, t1.fY, tt2, t2.fX, t2.fY);
H A DPathOpsQuadLineIntersectionTest.cpp131 for (int pt = 0; pt < result; ++pt) {
132 double tt1 = intersections[0][pt];
135 double tt2 = intersections[1][pt];
140 __FUNCTION__, iIndex, pt, tt1, t1.fX, t1.fY, tt2, t2.fX, t2.fY);
H A DPathOpsTestCommon.h22 bool ValidPoint(const SkDPoint& pt);
/external/opencv3/samples/winrt/JavaScript/sample-utils/
H A Dsample-utils.css9 font: 20pt/24pt "Segoe UI Semilight";
17 font: 11pt/15pt "Segoe UI";
25 font: 11pt/15pt "Segoe UI Semilight";
/external/webrtc/talk/session/media/
H A Drtcpmuxfilter.cc128 char pt = data[1] & 0x7F; local
129 return (63 < pt) && (pt < 96);
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
H A Dtimelapsers.hpp73 virtual bool test_point(Point pt);
/external/opencv3/samples/cpp/tutorial_code/features2D/
H A DAKAZE_match.cpp48 col.at<double>(0) = matched1[i].pt.x;
49 col.at<double>(1) = matched1[i].pt.y;
53 double dist = sqrt( pow(col.at<double>(0) - matched2[i].pt.x, 2) +
54 pow(col.at<double>(1) - matched2[i].pt.y, 2));
/external/pdfium/xfa/include/fwl/adapter/
H A Dfwl_adaptercursormgr.h36 virtual FWL_ERR GetCursorPos(CFX_PointF& pt) = 0;
/external/opencv3/modules/core/test/
H A Dtest_io.cpp219 vector<int> pt; local
222 cvtest::cmpEps( cv::cvarrToMat(&stub1), cv::cvarrToMat(&_test_stub1), &max_diff, 0, &pt, true) < 0 )
225 cvGetReal2D(&stub1, pt[0], pt[1]), cvGetReal2D(&_test_stub1, pt[0], pt[1]),
226 pt[0], pt[1] );
252 cvtest::cmpEps( cv::cvarrToMat(&stub1), cv::cvarrToMat(&_test_stub1), &max_diff, 0, &pt, true) < 0 )
255 cvGetReal2D(&stub1, pt[
[all...]
/external/libnl/lib/
H A Dattr.c530 struct nla_policy *pt; local
536 pt = &policy[type];
538 if (pt->type > NLA_TYPE_MAX)
541 if (pt->minlen)
542 minlen = pt->minlen;
543 else if (pt->type != NLA_UNSPEC)
544 minlen = nla_attr_minlen[pt->type];
546 if (pt->type == NLA_FLAG && nla_len(nla) > 0)
552 if (pt->maxlen && nla_len(nla) > pt
[all...]
/external/avahi/man/
H A Dxmltoman.css21 h1 { text-transform:uppercase; font-size: 18pt; }
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector_interface.h30 // pt - physical (OS) thread.
65 DDPhysicalThread *pt; member in struct:__sanitizer::DDCallback
76 virtual void DestroyPhysicalThread(DDPhysicalThread *pt) {} argument
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_resource.h42 nv30_miptree(struct pipe_resource *pt) argument
44 return (struct nv30_miptree *)pt;
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DUserAgent.java71 * @param pt String to set
73 public void addProductToken(String pt) { argument
74 productTokens.add(pt);
/external/opencv3/modules/core/misc/java/test/
H A DKeyPointTest.java34 assertPointEquals(new Point(0, 0), keyPoint.pt, EPS);
39 assertPointEquals(new Point(1, 2), keyPoint.pt, EPS);
67 String expected = "KeyPoint [pt={1.0, 2.0}, size=3.0, angle=30.0, response=2.0, octave=1, class_id=1]";
/external/opencv3/modules/features2d/test/
H A Dtest_orb.cpp71 int x = cvRound(kp->pt.x);
72 int y = cvRound(kp->pt.y);
82 // circle(image, kp->pt, 3, Scalar(0,0,255));
/external/opencv3/modules/imgproc/test/
H A Dtest_approxpoly.cpp134 CvPoint pt; local
147 pt.x = cvRound( center.x + radius*cos(angle*deg_to_rad));
148 pt.y = cvRound( center.x - radius*sin(angle*deg_to_rad));
151 cvSeqPush( seq, &pt );
153 max_x = MAX( max_x, pt.x );
154 max_y = MAX( max_y, pt.y );
156 min_x = MIN( min_x, pt.x );
157 min_y = MIN( min_y, pt.y );
/external/skia/src/pathops/
H A DSkPathOpsSimplify.cpp53 current->debugID(), start->pt().fX, start->pt().fY,
54 end->pt().fX, end->pt().fY);
137 current->debugID(), start->pt().fX, start->pt().fY,
138 end->pt().fX, end->pt().fY);
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_surface.c216 struct pipe_resource *pt = &tex->b.b; local
220 assert(util_format_get_blockwidth(pt->format) == 1);
221 assert(util_format_get_blockheight(pt->format) == 1);
225 util_format_get_blocksize(pt->format),
244 struct pipe_resource *pt = &tex->b.b; local
249 assert(util_format_get_blockwidth(pt->format) == 1);
250 assert(util_format_get_blockheight(pt->format) == 1);
264 util_format_get_blocksize(pt->format),
280 struct pipe_resource *pt,
286 if (pt
279 i915_create_surface(struct pipe_context *ctx, struct pipe_resource *pt, const struct pipe_surface *surf_tmpl) argument
[all...]

Completed in 991 milliseconds

1234567891011>>