Home
last modified time | relevance | path

Searched defs:pts (Results 301 - 325 of 440) sorted by relevance

1...<<1112131415161718

/third_party/skia/src/core/
H A DSkEdgeClipper.cpp53 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 DSkRegion_path.cpp277 SkPoint pts[4]; in count_path_runtype_values() local
[all...]
/third_party/skia/samplecode/
H A DSampleSlides.cpp177 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 DSkOpSegment.h44 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 DTriangulatingPathRendererTests.cpp703 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 Dcreate_test_font.cpp116 static int output_points(const SkPoint* pts, int emSize, int count, SkString* ptsOut) { in output_points() argument
/third_party/skia/gm/
H A Dpolygonoffset.cpp26 static void create_ngon(int n, SkPoint* pts, SkScalar w, SkScalar h, SkPathDirection dir) { in create_ngon() argument
H A Dblurrect.cpp86 SkPoint pts[2] = { in make_radial() local
[all...]
H A Ddashing.cpp217 SkPoint pts[2]; in drawDashedLines() local
478 SkPoint pts[2] = { in DEF_SIMPLE_GM() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Ddecode.c248 int64_t pts = AV_NOPTS_VALUE; in guess_correct_pts() local
[all...]
H A Dpgssubdec.c67 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 Daf_adeclick.c74 int64_t pts; member
608 int64_t pts; in activate() local
[all...]
H A Daf_dialoguenhance.c340 int64_t pts; in activate() local
H A Daf_compand.c66 int64_t pts; member
[all...]
H A Dasrc_sinc.c42 int64_t pts; member
H A Dsignature.h75 uint64_t pts; member
H A Daf_speechnorm.c81 int64_t pts; member
463 int64_t pts; in activate() local
H A Df_select.c306 static double get_concatdec_select(AVFrame *frame, int64_t pts) in get_concatdec_select() argument
[all...]
H A Dvf_estdif.c51 int64_t pts; member
[all...]
H A Daf_apsyclip.c578 int64_t pts; in activate() local
H A Dvf_decimate.c249 int64_t pts; in activate() local
H A Daf_afir.c356 int64_t pts; in activate() local
H A Daf_ladspa.c39 int64_t pts; member
73 int64_t pts; member
[all...]
H A Daf_lv2.c54 int64_t pts; member
H A Davf_showfreqs.c73 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...]

Completed in 25 milliseconds

1...<<1112131415161718