Home
last modified time | relevance | path

Searched defs:fill_type (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Diostream_state_saver.h49 using fill_type = typename ostream_type::char_type; variable
/third_party/gstreamer/gstplugins_good/gst/videobox/
Dgstvideobox.c139 fill_ayuv (GstVideoBoxFill fill_type, guint b_alpha, in fill_ayuv()
652 fill_planar_yuv (GstVideoBoxFill fill_type, guint b_alpha, in fill_planar_yuv()
1762 fill_rgb32 (GstVideoBoxFill fill_type, guint b_alpha, in fill_rgb32()
1807 fill_rgb24 (GstVideoBoxFill fill_type, guint b_alpha, in fill_rgb24()
2143 fill_gray (GstVideoBoxFill fill_type, guint b_alpha, in fill_gray()
2216 fill_yuy2 (GstVideoBoxFill fill_type, guint b_alpha, in fill_yuy2()
3238 GstVideoBoxFill fill_type = video_box->fill_type; in gst_video_box_process() local
Dgstvideobox.h77 GstVideoBoxFill fill_type; member
/third_party/flutter/engine/flutter/lib/ui/painting/
Dpath.cc69 void CanvasPath::setFillType(int fill_type) { in setFillType()