| /third_party/ffmpeg/libavfilter/ |
| H A D | aeval.c | 67 int64_t pts; member
|
| H A D | avf_concat.c | 46 int64_t pts; member 231 int64_t pts; in find_next_delta_ts() local 360 int64_t pts; activate() local [all...] |
| H A D | vf_guided.c | 406 int64_t pts; in activate() local
|
| H A D | vf_zoompan.c | 160 int64_t pts = s->frame_count; in output_single_frame() local 265 int64_t pts; in activate() local
|
| H A D | vsrc_gradients.c | 40 int64_t pts; member
|
| H A D | vsrc_mandelbrot.c | 64 uint64_t pts; member 240 static void draw_mandelbrot(AVFilterContext *ctx, uint32_t *color, int linesize, int64_t pts) in draw_mandelbrot() argument
|
| H A D | vsrc_mptestsrc.c | 56 int64_t pts, max_pts, duration; member
|
| H A D | vf_premultiply.c | 751 int64_t pts; in activate() local
|
| H A D | vf_xfade_opencl.c | 63 int64_t pts; member 264 int64_t pts; in xfade_opencl_activate() local [all...] |
| /third_party/ffmpeg/libavformat/ |
| H A D | dv.c | 45 int64_t pts; member
|
| H A D | omadec.c | 364 int ret, pts; in aal_read_packet() local
|
| H A D | xmv.c | 69 int64_t pts; ///< PTS of the most current video frame. member
|
| H A D | ape.c | 48 int64_t pts; member 151 int64_t pts, file_size; in ape_read_header() local
|
| H A D | aaxdec.c | 102 int64_t pts = 0; in get_pts() local
|
| H A D | oggdec.c | 691 int64_t pts; in ogg_get_length() local 772 int64_t pts = AV_NOPTS_VALUE; in ogg_calc_pts() local 825 int64_t fpos, pts, dts; in ogg_read_packet() local 894 int64_t pts = AV_NOPTS_VALUE; ogg_read_timestamp() local [all...] |
| /third_party/skia/samplecode/ |
| H A D | SamplePath.cpp | 602 showFrame(SkCanvas* canvas, const SkPoint pts[], int count, const SkPaint& p) showFrame() argument 637 SkPoint pts[2]; showFlattness() local [all...] |
| H A D | SampleSlides.cpp | 177 static sk_sp<SkShader> MakeLinear(const SkPoint pts[2], const GradData& data, SkTileMode tm) { in MakeLinear() argument 181 static sk_sp<SkShader> MakeRadial(const SkPoint pts[2], const GradData& data, SkTileMode tm) { in MakeRadial() argument 189 static sk_sp<SkShader> MakeSweep(const SkPoint pts[2], const GradData& data, SkTileMode tm) { in MakeSweep() argument 196 Make2Conical(const SkPoint pts[2], const GradData& data, SkTileMode tm) Make2Conical() argument 213 SkPoint pts[2] = { gradient_slide() local 252 SkPoint pts[] = { { 0, 0 }, make_shader1() local [all...] |
| /third_party/skia/src/core/ |
| H A D | SkEdgeClipper.cpp | 53 const SkPoint pts[] = { p0, p1 }; in clipLine() local 86 static bool chopMonoQuadAtY(SkPoint pts[3], SkScalar y, SkScalar* t) { in chopMonoQuadAtY() argument 90 static bool chopMonoQuadAtX(SkPoint pts[3], SkScalar x, SkScalar* t) { in chopMonoQuadAtX() argument 95 chop_quad_in_Y(SkPoint pts[3], const SkRect& clip) chop_quad_in_Y() argument 145 SkPoint pts[3]; clipMonoQuad() local 283 chop_cubic_in_Y(SkPoint pts[4], const SkRect& clip) chop_cubic_in_Y() argument 338 SkPoint pts[4]; clipMonoCubic() local 400 compute_cubic_bounds(const SkPoint pts[4]) compute_cubic_bounds() argument 474 appendQuad(const SkPoint pts[3], bool reverse) appendQuad() argument 488 appendCubic(const SkPoint pts[4], bool reverse) appendCubic() argument 501 next(SkPoint pts[]) next() argument 548 sk_assert_monotonic_y(const SkPoint pts[], int count) sk_assert_monotonic_y() argument 554 sk_assert_monotonic_x(const SkPoint pts[], int count) sk_assert_monotonic_x() argument [all...] |
| H A D | SkRegion_path.cpp | 277 SkPoint pts[4]; in count_path_runtype_values() local [all...] |
| /third_party/skia/src/pathops/ |
| H A D | SkOpSegment.h | 44 SkOpSegment* addConic(SkPoint pts[3], SkScalar weight, SkOpContour* parent) { in addConic() argument 52 SkOpSegment* addCubic(SkPoint pts[4], SkOpContour* parent) { in addCubic() argument 71 SkOpSegment* addLine(SkPoint pts[2], SkOpContour* parent) { in addLine() argument 87 addQuad(SkPoint pts[3], SkOpContour* parent) addQuad() argument 316 const SkPoint* pts() const { pts() function in SkOpSegment [all...] |
| /third_party/skia/tests/ |
| H A D | TriangulatingPathRendererTests.cpp | 703 SkPoint pts[2] = { {0, 0}, {1, 1} }; in create_linear_gradient_processor() local 831 static void add_tri_edges(skiatest::Reporter* r, EdgeMap& edgeMap, const SkPoint pts[3]) { in add_tri_edges() argument [all...] |
| /third_party/skia/tools/fonts/ |
| H A D | create_test_font.cpp | 116 static int output_points(const SkPoint* pts, int emSize, int count, SkString* ptsOut) { in output_points() argument
|
| /third_party/skia/gm/ |
| H A D | polygonoffset.cpp | 26 static void create_ngon(int n, SkPoint* pts, SkScalar w, SkScalar h, SkPathDirection dir) { in create_ngon() argument
|
| H A D | blurrect.cpp | 86 SkPoint pts[2] = { in make_radial() local [all...] |
| H A D | dashing.cpp | 217 SkPoint pts[2]; in drawDashedLines() local 478 SkPoint pts[2] = { in DEF_SIMPLE_GM() local [all...] |