HomeSort by relevance Sort by last modified time
    Searched refs:pts (Results 201 - 225 of 472) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/skia/gm/
aarectmodes.cpp 17 SkPoint pts[] = { local
37 SkPoint* ptPtr = pts;
colorcube.cpp 17 static const SkPoint pts[2] = { local
23 pts, colors, nullptr, 2, SkShader::kRepeat_TileMode, 0, &SkMatrix::I());
colormatrix.cpp 67 SkPoint pts[] = {{0, 0}, {SkIntToScalar(width), SkIntToScalar(height)}}; local
70 paint.setShader(SkGradientShader::CreateLinear(pts, colors, nullptr, 2,
lcdblendmodes.cpp 26 const SkPoint pts[] = { local
33 return SkGradientShader::CreateLinear(pts,
matrixconvolution.cpp 36 SkPoint pts[2] = { SkPoint::Make(0, 0), local
41 pts, colors, pos, 2, SkShader::kClamp_TileMode))->unref();
patch.cpp 18 const SkPoint pts[] = { { 100.f / 4.f, 0.f }, { 3.f * 100.f / 4.f, 100.f } }; local
20 return SkGradientShader::CreateLinear(pts, colors, nullptr, SK_ARRAY_COUNT(colors),
srcmode.cpp 29 const SkPoint pts[] = { { 0, 0 }, { W, H } }; local
30 SkShader* s = SkGradientShader::CreateLinear(pts, colors, nullptr,
strokes.cpp 245 SkPoint pts[] = {{105.738571f,13.126318f}, local
248 SkVector tangent = pts[1] - pts[2];
251 memcpy(pts2, pts, sizeof(pts));
264 path.moveTo(pts[0]);
265 path.quadTo(pts[1], pts[2]);
surface.cpp 19 SkPoint pts[] = { { 0, 0 }, { W, H } }; local
21 return SkGradientShader::CreateLinear(pts, colors, nullptr, 2, SkShader::kClamp_TileMode);
vertices.cpp 18 const SkPoint pts[] = { { w/4, 0 }, { 3*w/4, h } }; local
20 return SkGradientShader::CreateLinear(pts, colors, nullptr,
tilemodes.cpp 24 SkPoint pts[] = { { 0, 0 }, { SkIntToScalar(w), SkIntToScalar(h)} }; local
30 paint.setShader(SkGradientShader::CreateLinear(pts, colors, pos,
166 SkPoint pts[] = { { 0, 0 }, { SkIntToScalar(gWidth), SkIntToScalar(gHeight)} }; local
174 return SkGradientShader::CreateLinear(pts, colors, nullptr, SK_ARRAY_COUNT(colors), tx);
tilemodes_scaled.cpp 24 SkPoint pts[] = { { 0, 0 }, { SkIntToScalar(w), SkIntToScalar(h)} }; local
30 paint.setShader(SkGradientShader::CreateLinear(pts, colors, pos,
170 SkPoint pts[] = { { 0, 0 }, { SkIntToScalar(gWidth), SkIntToScalar(gHeight)} }; local
178 return SkGradientShader::CreateLinear(pts, colors, nullptr, SK_ARRAY_COUNT(colors), tx);
rectangletexture.cpp 43 SkPoint pts[] = { {0, 0}, {0, SkIntToScalar(height)} }; local
45 paint.setShader(SkGradientShader::CreateLinear(pts, colors0, nullptr, 2,
51 paint.setShader(SkGradientShader::CreateLinear(pts, colors1, nullptr, 2,
  /external/skia/include/core/
SkMatrix.h 441 dst[] = M * pts[]
442 @param pts The points to be transformed. It must contain at least
444 @param count The number of points in pts.
446 void mapPoints(SkPoint pts[], int count) const {
447 this->mapPoints(pts, pts, count);
453 void mapPointsWithStride(SkPoint pts[], size_t stride, int count) const {
457 this->mapPoints(pts, pts, 1);
458 pts = (SkPoint*)((intptr_t)pts + stride)
    [all...]
  /external/skia/samplecode/
SampleDitherBitmap.cpp 27 SkPoint pts[] = { { r.fLeft, r.fTop }, { r.fRight, r.fTop } }; local
29 SkShader* s = SkGradientShader::CreateLinear(pts, colors, nullptr, 2,
  /external/skia/src/core/
SkEdge.h 72 int setQuadratic(const SkPoint pts[3], int shiftUp);
83 int setCubic(const SkPoint pts[4], int shiftUp);
SkScan.h 29 * line(pts[0], pts[1])
30 * line(pts[1], pts[2])
31 * line(......, pts[count - 1])
52 static void FillTriangle(const SkPoint pts[], const SkRasterClip&, SkBlitter*);
76 static void FillTriangle(const SkPoint pts[], const SkRegion*, SkBlitter*);
  /external/skia/tests/
PathOpsConicLineIntersectionTest.cpp 103 SkPoint pts[3] = { conic.fPts.fPts[0].asSkPoint(), conic.fPts.fPts[1].asSkPoint(), local
106 SkPath::Verb order1 = SkReduceOrder::Conic(pts, conic.fWeight, reduced);
  /frameworks/base/libs/hwui/
SkiaCanvasProxy.cpp 41 void SkiaCanvasProxy::onDrawPoints(PointMode pointMode, size_t count, const SkPoint pts[],
43 if (!pts || count == 0) {
50 const float* floatArray = &pts[0].fX;
67 path.moveTo(pts[i]);
68 path.lineTo(pts[i+1]);
341 std::unique_ptr<SkPoint[]> pts(new SkPoint[pointCount]);
343 pts[i].set(xpos[i], constY);
345 this->onDrawPosText(text, byteLength, pts.get(), paint);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
vpx_encoder.h 174 vpx_codec_pts_t pts; /**< time stamp to show frame member in struct:vpx_codec_cx_pkt::__anon30744::__anon30745
327 * pts to correspond to the frame number, which can be handy. For
808 * time stamp (PTS) \ref MUST be strictly increasing.
829 * \param[in] pts Presentation time stamp, in timebase units.
    [all...]
  /external/libvpx/libvpx/test/
y4m_video_source.h 75 // Models a stream where Timebase = 1/FPS, so pts == frame.
76 virtual vpx_codec_pts_t pts() const { return frame_; } function in class:libvpx_test::Y4mVideoSource
  /external/opencv3/modules/cudaoptflow/perf/
perf_optflow.cpp 131 cv::Mat pts; local
132 cv::goodFeaturesToTrack(gray_frame, pts, points, 0.01, 0.0);
136 const cv::cuda::GpuMat d_pts(pts.reshape(2, 1));
160 cv::calcOpticalFlowPyrLK(frame0, frame1, pts, nextPts, status, cv::noArray(),
  /external/skia/src/fonts/
SkTestScalerContext.h 38 void init(const SkScalar* pts, const unsigned char* verbs);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
i420_video_source.h 69 // Models a stream where Timebase = 1/FPS, so pts == frame.
70 virtual vpx_codec_pts_t pts() const { return frame_; } function in class:libvpx_test::I420VideoSource
  /external/opencv3/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/
main_registration.cpp 42 int pts[] = {1, 2, 3, 4, 5, 6, 7, 8}; // 3 -> 4 variable
70 int n_vertex = pts[n_regist];
144 int n_vertex = pts[n_regist];

Completed in 624 milliseconds

1 2 3 4 5 6 7 891011>>