Home
last modified time | relevance | path

Searched defs:pts (Results 126 - 150 of 455) sorted by relevance

12345678910>>...19

/third_party/ffmpeg/libavformat/
H A Dalp.c154 alp_seek(AVFormatContext *s, int stream_index, int64_t pts, int flags) alp_seek() argument
H A Dimg2.h46 int64_t pts; member
H A Dyuv4mpegdec.c301 yuv4_read_seek(AVFormatContext *s, int stream_index, int64_t pts, int flags) yuv4_read_seek() argument
H A Dflic.c262 flic_read_seek(AVFormatContext *s, int stream_index, int64_t pts, int flags) flic_read_seek() argument
/third_party/ffmpeg/libavformat/tests/
H A Dfifo_muxer.c41 static int prepare_packet(AVPacket *pkt, const FailingMuxerPacketData *pkt_data, int64_t pts) in prepare_packet() argument
/third_party/ffmpeg/libavfilter/
H A Dvf_feedback.c120 int64_t pts; in activate() local
/third_party/ffmpeg/tests/api/
H A Dapi-seek-test.c37 static int add_crc_to_array(uint32_t crc, int64_t pts) in add_crc_to_array() argument
56 static int compare_crc_in_array(uint32_t crc, int64_t pts) in compare_crc_in_array() argument
[all...]
/third_party/skia/src/core/
H A DSkDraw_atlas.cpp33 SkPoint pts[4]; in fill_rect() local
H A DSkLineClipper.cpp175 int SkLineClipper::ClipLine(const SkPoint pts[], const SkRect& clip, SkPoint lines[], in ClipLine() argument
[all...]
H A DSkMatrixPriv.h85 static void MapPointsWithStride(const SkMatrix& mx, SkPoint pts[], size_t stride, int count) { in MapPointsWithStride() argument
[all...]
H A DSkRect.cpp67 bool SkRect::setBoundsCheck(const SkPoint pts[], int count) { in setBoundsCheck() argument
107 setBoundsNoCheck(const SkPoint pts[], int count) setBoundsNoCheck() argument
[all...]
/third_party/skia/src/gpu/geometry/
H A DGrShape.cpp60 SkPoint pts[2]; in simplifyPath() local
H A DGrQuad.cpp86 static GrQuad::Type quad_type_for_points(const SkPoint pts[4], const SkMatrix& matrix) { in quad_type_for_points() argument
116 MakeFromSkQuad(const SkPoint pts[4], const SkMatrix& matrix) MakeFromSkQuad() argument
[all...]
/third_party/skia/samplecode/
H A DSampleGradients.cpp13 SkPoint pts[] = { { r.fLeft, r.fTop }, { r.fRight, r.fTop } }; in setgrad() local
63 static sk_sp<SkShader> MakeLinear(const SkPoint pts[2], const GradData& data, SkTileMode tm) { in MakeLinear() argument
67 static sk_sp<SkShader> MakeRadial(const SkPoint pts[2], const GradData& data, SkTileMode tm) { in MakeRadial() argument
75 static sk_sp<SkShader> MakeSweep(const SkPoint pts[ argument
82 Make2Conical(const SkPoint pts[2], const GradData& data, SkTileMode tm) Make2Conical() argument
94 Make2ConicalConcentric(const SkPoint pts[2], const GradData& data, SkTileMode tm) Make2ConicalConcentric() argument
123 SkPoint pts[2] = { global() variable
[all...]
H A DSampleVertices.cpp42 SkPoint pts[] = { { 0, 0 }, in make_shader1() local
/third_party/skia/src/gpu/tessellate/shaders/
H A DGrTessellationShader.h46 static void WriteConicPatch(const SkPoint pts[3], float w, skgpu::VertexWriter* writer) { in WriteConicPatch() argument
52 static void WriteConicPatch(const SkPoint pts[3], float w, SkPoint patch[4]) { in WriteConicPatch() argument
/third_party/skia/src/gpu/effects/
H A DGrConvexPolyEffect.cpp41 SkPoint pts[4]; in Make() local
/third_party/skia/src/pathops/
H A DSkAddIntersections.cpp15 static void debugShowLineIntersection(int pts, const SkIntersectionHelper& wt, in debugShowLineIntersection() argument
35 static void debugShowQuadLineIntersection(int pts, cons argument
56 debugShowQuadIntersection(int pts, const SkIntersectionHelper& wt, const SkIntersectionHelper& wn, const SkIntersections& i) debugShowQuadIntersection() argument
76 debugShowConicLineIntersection(int pts, const SkIntersectionHelper& wt, const SkIntersectionHelper& wn, const SkIntersections& i) debugShowConicLineIntersection() argument
96 debugShowConicQuadIntersection(int pts, const SkIntersectionHelper& wt, const SkIntersectionHelper& wn, const SkIntersections& i) debugShowConicQuadIntersection() argument
116 debugShowConicIntersection(int pts, const SkIntersectionHelper& wt, const SkIntersectionHelper& wn, const SkIntersections& i) debugShowConicIntersection() argument
137 debugShowCubicLineIntersection(int pts, const SkIntersectionHelper& wt, const SkIntersectionHelper& wn, const SkIntersections& i) debugShowCubicLineIntersection() argument
157 debugShowCubicQuadIntersection(int pts, const SkIntersectionHelper& wt, const SkIntersectionHelper& wn, const SkIntersections& i) debugShowCubicQuadIntersection() argument
177 debugShowCubicConicIntersection(int pts, const SkIntersectionHelper& wt, const SkIntersectionHelper& wn, const SkIntersections& i) debugShowCubicConicIntersection() argument
197 debugShowCubicIntersection(int pts, const SkIntersectionHelper& wt, const SkIntersectionHelper& wn, const SkIntersections& i) debugShowCubicIntersection() argument
283 int pts = 0; AddIntersectTs() local
[all...]
H A DSkPathOpsQuad.h19 SkDPoint pts[5]; member
[all...]
H A DSkPathOpsCubic.h181 SkDPoint pts[7]; global() member
[all...]
/third_party/skia/tests/
H A DPathBuilderTest.cpp236 SkPoint pts[N]; in DEF_TEST() local
266 SkPoint pts[] = {{1, 2}, {3, 4}, {5, 6}, {7, 8}}; in DEF_TEST() local
[all...]
H A DPointTest.cpp43 const SkPoint pts[] = { { 0, v }, { v, 0 }, { 1, v }, { v, 1 }, { v, v } }; in test_normalize_cannormalize_consistent() local
H A DPathOpsConicLineIntersectionTest.cpp111 SkPoint pts[3] = { conic.fPts.fPts[0].asSkPoint(), conic.fPts.fPts[1].asSkPoint(), in DEF_TEST() local
/third_party/skia/tools/fonts/
H A DTestTypeface.cpp57 void SkTestFont::init(const SkScalar* pts, const unsigned char* verbs) { in init() argument
[all...]
/third_party/skia/gm/
H A Dvertices.cpp43 const SkPoint pts[] = {{kShaderSize / 4, 0}, {3 * kShaderSize / 4, kShaderSize}}; in make_shader1() local
77 static void fill_mesh(SkPoint pts[kMeshVertexCnt], SkPoint texs[kMeshVertexCnt], in fill_mesh() argument
223 SkPoint* pts = builder.positions(); draw_batching() local
[all...]

Completed in 12 milliseconds

12345678910>>...19