Home
last modified time | relevance | path

Searched refs:sub_view (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/gil/image_processing/
Dfilter.hpp90 auto sub_view = subimage_view( in filter_median_impl() local
96 values.assign(sub_view.begin(), sub_view.end()); in filter_median_impl()
/third_party/python/Objects/
Dbytes_methods.c727 Py_buffer sub_view = {NULL, NULL}; in tailmatch() local
736 if (PyObject_GetBuffer(substr, &sub_view, PyBUF_SIMPLE) != 0) in tailmatch()
738 sub = sub_view.buf; in tailmatch()
739 slen = sub_view.len; in tailmatch()
761 PyBuffer_Release(&sub_view); in tailmatch()
765 PyBuffer_Release(&sub_view); in tailmatch()
/third_party/flutter/engine/flutter/shell/platform/darwin/ios/framework/Source/
DFlutterPlatformViews.mm325 for (UIView* sub_view in [flutter_view subviews]) {
326 [sub_view removeFromSuperview];