| /third_party/skia/src/gpu/ops/ |
| H A D | DefaultPathRenderer.cpp | 93 void addLine(const SkPoint pts[]) { in addLine() argument 105 void addQuad(const SkPoint pts[], SkScalar srcSpaceTolSqd, SkScalar srcSpaceTol) { in addQuad() argument 124 void addConic(SkScalar weight, const SkPoint pts[], SkScala argument 133 addCubic(const SkPoint pts[], SkScalar srcSpaceTolSqd, SkScalar srcSpaceTol) addCubic() argument 156 SkPoint pts[4]; addPath() local 191 SkPoint pts[4]; PathHasMultipleSubpaths() local [all...] |
| /third_party/skia/samplecode/ |
| H A D | SampleQuadStroker.cpp | 359 const SkPoint* pts = SkPathPriv::PointData(path); in draw_t_divs() local 559 SkPoint pts[4]; arcCenter() local [all...] |
| /third_party/skia/src/core/ |
| H A D | SkRecorder.cpp | 162 onDrawPoints(PointMode mode, size_t count, const SkPoint pts[], const SkPaint& paint) onDrawPoints() argument
|
| H A D | SkStroke.cpp | 437 SkPoint pts[4]; in has_valid_tangent() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
| H A D | Renderer.cpp | 2065 int pts = state.pointSizeRegister; in setupPoint() local
|
| /third_party/skia/src/shaders/gradients/ |
| H A D | SkGradientShader.cpp | 843 sk_sp<SkShader> SkGradientShader::MakeLinear(const SkPoint pts[2], in MakeLinear() argument 854 sk_sp<SkShader> SkGradientShader::MakeLinear(const SkPoint pts[2], in MakeLinear() argument
|
| /third_party/skia/src/pdf/ |
| H A D | SkPDFGradientShader.cpp | 43 static void unit_to_points_matrix(const SkPoint pts[2], SkMatrix* matrix) { in unit_to_points_matrix() argument
|
| /third_party/skia/third_party/externals/freetype/src/truetype/ |
| H A D | ttinterp.h | 172 pts, /* ! */ member
|
| /third_party/skia/tools/fonts/ |
| H A D | TestSVGTypeface.cpp | 1095 SkPoint* pts = quads->push_back_n(3); in convert_noninflect_cubic_to_quads() local [all...] |
| /third_party/skia/fuzz/ |
| H A D | FuzzCanvas.cpp | 238 SkPoint pts[2]; in make_fuzz_shader() local
|
| /third_party/skia/gm/ |
| H A D | gradients.cpp | 74 static sk_sp<SkShader> MakeLinear(const SkPoint pts[2], const GradData& data, in MakeLinear() argument 80 static sk_sp<SkShader> MakeLinear4f(const SkPoint pts[2], const GradData& data, in MakeLinear4f() argument 87 static sk_sp<SkShader> MakeRadial(const SkPoint pts[2], const GradData& data, in MakeRadial() argument 96 static sk_sp<SkShader> MakeRadial4f(const SkPoint pts[ argument 106 MakeSweep(const SkPoint pts[2], const GradData& data, SkTileMode, const SkMatrix& localMatrix) MakeSweep() argument 115 MakeSweep4f(const SkPoint pts[2], const GradData& data, SkTileMode, const SkMatrix& localMatrix) MakeSweep4f() argument 125 Make2Radial(const SkPoint pts[2], const GradData& data, SkTileMode tm, const SkMatrix& localMatrix) Make2Radial() argument 138 Make2Radial4f(const SkPoint pts[2], const GradData& data, SkTileMode tm, const SkMatrix& localMatrix) Make2Radial4f() argument 152 Make2Conical(const SkPoint pts[2], const GradData& data, SkTileMode tm, const SkMatrix& localMatrix) Make2Conical() argument 164 Make2Conical4f(const SkPoint pts[2], const GradData& data, SkTileMode tm, const SkMatrix& localMatrix) Make2Conical4f() argument 196 SkPoint pts[2] = { global() variable 253 SkPoint pts[2] ={ global() variable 305 SkPoint pts[2] = { global() variable 679 SkPoint pts[2] = { {0, 0}, {0, 0} }; global() variable 727 SkPoint pts[2]; global() member 855 const SkPoint pts[] = { {50, 50}, {450, 465}}; draw_many_stops() local 1052 static const SkPoint pts[] = { { size / 3, size / 3 }, { size * 2 / 3, size * 2 / 3} }; DEF_SIMPLE_GM() local [all...] |
| /third_party/skia/include/core/ |
| H A D | SkMatrix.h | 1321 void mapPoints(SkPoint pts[], int count) const { in mapPoints() argument
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | libaomenc.c | 54 int64_t pts; /**< time stamp to show frame member
|
| H A D | mpeg4videodec.c | 2929 int64_t pts; in decode_vop_header() local
|
| H A D | libvpxenc.c | 59 int64_t pts; /**< time stamp to show frame member 71 int64_t pts; member [all...] |
| H A D | vaapi_encode.h | 77 int64_t pts; member
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | avf_showspectrum.c | 101 int64_t pts; member 1592 int64_t pts; in activate() local [all...] |
| H A D | vf_drawtext.c | 968 double pts = s->var_values[VAR_T]; in func_pts() local [all...] |
| H A D | af_afwtdn.c | 1210 int64_t pts; in activate() local
|
| H A D | af_surround.c | 1623 int64_t pts; in activate() local
|
| H A D | f_ebur128.c | 708 const int64_t pts = insamples->pts + in filter_frame() local
|
| H A D | af_biquads.c | 153 int64_t pts; member 1320 int64_t pts = buf->pts; in filter_frame() local 1346 int64_t pts; in activate() local [all...] |
| H A D | avf_showcqt.c | 1530 int64_t pts = av_rescale_q(insamples->pts, inlink->time_base, av_make_q(1, inlink->sample_rate)); in filter_frame() local [all...] |
| H A D | vf_fieldmatch.c | 841 int64_t pts; in activate() local
|
| /third_party/ffmpeg/libavdevice/ |
| H A D | decklink_dec.cpp | 589 static void handle_klv(AVFormatContext *avctx, decklink_ctx *ctx, IDeckLinkVideoInputFrame *videoFrame, int64_t pts) in handle_klv() argument 746 int64_t pts = AV_NOPTS_VALUE; in get_pkt_pts() local [all...] |