/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/samplecode/ |
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/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...] |
/third_party/ffmpeg/libavcodec/ |
H A D | decode.c | 248 int64_t pts = AV_NOPTS_VALUE; in guess_correct_pts() local [all...] |
H A D | pgssubdec.c | 67 int64_t pts; member 501 int64_t pts; in display_end_segment() local 389 parse_presentation_segment(AVCodecContext *avctx, const uint8_t *buf, int buf_size, int64_t pts) parse_presentation_segment() argument [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | af_adeclick.c | 74 int64_t pts; member 608 int64_t pts; in activate() local [all...] |
H A D | af_dialoguenhance.c | 340 int64_t pts; in activate() local
|
H A D | af_compand.c | 66 int64_t pts; member [all...] |
H A D | asrc_sinc.c | 42 int64_t pts; member
|
H A D | signature.h | 75 uint64_t pts; member
|
H A D | af_speechnorm.c | 81 int64_t pts; member 463 int64_t pts; in activate() local
|
H A D | f_select.c | 306 static double get_concatdec_select(AVFrame *frame, int64_t pts) in get_concatdec_select() argument [all...] |
H A D | vf_estdif.c | 51 int64_t pts; member [all...] |
H A D | af_apsyclip.c | 578 int64_t pts; in activate() local
|
H A D | vf_decimate.c | 249 int64_t pts; in activate() local
|
H A D | af_afir.c | 356 int64_t pts; in activate() local
|
H A D | af_ladspa.c | 39 int64_t pts; member 73 int64_t pts; member [all...] |
H A D | af_lv2.c | 54 int64_t pts; member
|
H A D | avf_showfreqs.c | 73 int64_t pts; member 377 static int plot_freqs(AVFilterLink *inlink, int64_t pts) in plot_freqs() argument 481 int64_t pts = in->pts; in filter_frame() local [all...] |