Home
last modified time | relevance | path

Searched defs:bisect (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/tools/viewer/
DBisectSlide.cpp23 sk_sp<BisectSlide> bisect(new BisectSlide(filepath)); in Create() local
DViewer.cpp820 sk_sp<BisectSlide> bisect = BisectSlide::Create(FLAGS_bisect[0]); in initSlides() local
/third_party/flutter/skia/tools/viewer/
DBisectSlide.cpp28 sk_sp<BisectSlide> bisect(new BisectSlide(filepath)); in Create() local
DViewer.cpp665 sk_sp<BisectSlide> bisect = BisectSlide::Create(FLAGS_bisect[0]); in initSlides() local
/third_party/python/Lib/
Dbisect.py109 bisect = bisect_right variable
/third_party/libsnd/src/
Dogg.c460 sf_count_t bisect ; in ogg_stream_seek_page_search() local
/third_party/python/Doc/whatsnew/
D3.10.rst934 bisect section in Improved Modules
/third_party/flutter/skia/src/gpu/ccpr/
DGrCCStrokeGeometry.cpp454 Sk2f bisect = normalize(n0 - n1); in recordLeftJoinIfNotEmpty() local
/third_party/gstreamer/gstplugins_base/ext/ogg/
Dgstoggdemux.c3133 gint64 bisect; in do_binary_search() local
4077 gint64 bisect; in gst_ogg_demux_bisect_forward_serialno() local
/third_party/flutter/skia/samplecode/
DSampleAAGeometry.cpp1045 SkVector bisect = { (lastV.fX + nextV.fX) / 2, (lastV.fY + nextV.fY) / 2 }; in draw_bisect() local