Home
last modified time | relevance | path

Searched defs:pts (Results 476 - 500 of 511) sorted by relevance

1...<<1112131415161718192021

/third_party/skia/src/utils/
H A DSkShadowTessellator.cpp769 void SkBaseShadowTessellator::handleQuad(const SkPoint pts[3]) { in handleQuad() argument
794 handleQuad(const SkMatrix& m, SkPoint pts[3]) handleQuad() argument
799 handleCubic(const SkMatrix& m, SkPoint pts[4]) handleCubic() argument
820 handleConic(const SkMatrix& m, SkPoint pts[3], SkScalar w) handleConic() argument
946 SkPoint pts[4]; computePathPolygon() local
1059 SkPoint pts[4]; computeClipAndPathPolygons() local
[all...]
/third_party/skia/gm/
H A Dcompositor_quads.cpp135 static void draw_outset_line(SkCanvas* canvas, const SkMatrix& local, const SkPoint pts[2], in draw_outset_line() argument
153 SkPoint pts[] = {{x * kTileWidth, 0}, {x * kTileWidth, kRowCount * kTileHeight}}; in draw_tile_boundaries() local
157 SkPoint pts[] = {{0, y * kTileHeight}, {kTileWidth * kColCount, y * kTileHeight}}; in draw_tile_boundaries() local
/third_party/skia/modules/canvaskit/
H A Dcanvaskit_bindings.cpp470 const float* pts = reinterpret_cast<const float*>(ptsPtr); PathAddVerbsPointsWeights() local
[all...]
/third_party/skia/modules/skparagraph/samples/
H A DSampleParagraph.cpp53 SkPoint pts[] = {{r.fLeft, r.fTop}, {r.fRight, r.fTop}}; in setgrad() local
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/
H A Drtw8723d.c917 u32 pts = (tx ? iqk_cfg->val_iqkpts : 0xf9000000); in rtw8723d_iqk_one_shot() local
/kernel/linux/linux-5.10/drivers/media/usb/uvc/
H A Duvcvideo.h423 u32 pts; member
471 u32 pts; /* PTS of the last packet */ member
/kernel/linux/linux-6.6/drivers/media/usb/uvc/
H A Duvcvideo.h304 u32 pts; member
353 u32 pts; /* PTS of the last packet */ member
/kernel/linux/linux-6.6/kernel/
H A Dfork.c2089 static __poll_t pidfd_poll(struct file *file, struct poll_table_struct *pts) in pidfd_poll() argument
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/
H A Drtw8723d.c936 u32 pts = (tx ? iqk_cfg->val_iqkpts : 0xf9000000); in rtw8723d_iqk_one_shot() local
/third_party/ffmpeg/libavcodec/
H A Dvideotoolboxenc.c2000 CMTime pts; in vtenc_cm_to_avpacket() local
H A Dmpegvideo_enc.c1006 int64_t pts; in load_input_picture() local
[all...]
H A Davcodec.h2311 int64_t pts; ///< Same as packet pts, in AV_TIME_BASE member
2808 int64_t pts; /* pts of the current frame */ member
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_deshake_opencl.c2012 int64_t pts; in activate() local
H A Dvsrc_testsrc.c61 int64_t pts; member
[all...]
/third_party/ffmpeg/libavformat/
H A Drtmpproto.c2355 uint32_t ts, cts, pts = 0; in handle_metadata() local
H A Dmpegts.c306 int64_t pts, dts; member
[all...]
H A Dmatroskaenc.c162 uint64_t pts; member
951 uint64_t pts = entry->pts; in mkv_assemble_cues() local
[all...]
/third_party/skia/tests/
H A DGrStyledShapeTest.cpp480 SkPoint pts[2]; in isAxisAlignedLine() local
[all...]
/third_party/skia/tools/debugger/
H A DDrawCommand.cpp505 SkPoint pts[4]; in MakeJsonPath() local
1589 DrawPointsCommand(SkCanvas::PointMode mode, size_t count, const SkPoint pts[], const SkPaint& paint) DrawPointsCommand() argument
[all...]
/third_party/skia/tools/viewer/
H A DViewer.cpp1811 static bool ImGui_DragQuad(SkPoint* pts) { in ImGui_DragQuad() argument
/kernel/linux/linux-5.10/kernel/bpf/
H A Dsyscall.c673 static __poll_t bpf_map_poll(struct file *filp, struct poll_table_struct *pts) in bpf_map_poll() argument
/kernel/linux/linux-6.6/kernel/bpf/
H A Dsyscall.c927 static __poll_t bpf_map_poll(struct file *filp, struct poll_table_struct *pts) in bpf_map_poll() argument
/third_party/ffmpeg/fftools/
H A Dffmpeg.c222 static void sub2video_push_ref(InputStream *ist, int64_t pts) in sub2video_push_ref() argument
246 int64_t pts, end_pts; in sub2video_update() local
280 static void sub2video_heartbeat(InputStream *ist, int64_t pts) in sub2video_heartbeat() argument
1002 int64_t pts; do_subtitle_out() local
1517 int64_t pts = INT64_MIN + 1; print_report() local
2017 ifilter_send_eof(InputFilter *ifilter, int64_t pts) ifilter_send_eof() argument
2352 int64_t pts = av_rescale_q_rnd(ist->pts, AV_TIME_BASE_Q, ist->st->time_base, send_filter_eof() local
2872 int64_t t, *pts; parse_forced_key_frames() local
3773 int64_t stream_ts_offset, pts, now; get_input_packet() local
[all...]
H A Dffmpeg.h330 int64_t pts; ///< current pts of the decoded frame (in AV_TIME_BASE units) member
/third_party/skia/src/pathops/
H A DSkPathOpsDebug.cpp602 static void dump_curve(SkPath::Verb verb, const SkPoint& pts, float weight) { in dump_curve() argument
700 void SkDQuad::debugSet(const SkDPoint* pts) { in debugSet() argument
705 void SkDCubic::debugSet(const SkDPoint* pts) { in debugSet() argument
710 void SkDConic::debugSet(const SkDPoint* pts, SkScalar weight) { in debugSet() argument
1139 const SkDPoint* pts = curvePart.fCubic.fPts; debugShowActiveSpans() local
2830 output_points(const SkPoint* pts, int count) output_points() argument
[all...]

Completed in 81 milliseconds

1...<<1112131415161718192021