Home
last modified time | relevance | path

Searched defs:View (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/libs/gil/test/legacy/
Dperformance.cpp64 using View = RGB_VIEW(T); typedef
82 using View = RGB_VIEW(T1); typedef
101 using View = RGB_PLANAR_VIEW(T1); typedef
121 using View = RGB_PLANAR_VIEW(T1); typedef
161 using View = RGB_VIEW(T); typedef
180 using View = RGB_PLANAR_VIEW(T1); typedef
Dimage.cpp196 using View = typename Img::view_t; in basic_test() typedef
/third_party/flutter/engine/flutter/runtime/
Druntime_controller.h22 class View; variable
/third_party/mingw-w64/mingw-w64-headers/include/
Dmmcobj.h130 typedef struct View View; typedef
500 #define _AppEvents_OnNewView(This,View) (This)->lpVtbl->OnNewView(This,View) argument
501 #define _AppEvents_OnViewClose(This,View) (This)->lpVtbl->OnViewClose(This,View) argument
502 #define _AppEvents_OnViewChange(This,View,NewOwnerNode) (This)->lpVtbl->OnViewChange(This,View,NewO… argument
503 #define _AppEvents_OnSelectionChange(This,View,NewNodes) (This)->lpVtbl->OnSelectionChange(This,Vie… argument
506 #define _AppEvents_OnListUpdated(This,View) (This)->lpVtbl->OnListUpdated(This,View) argument
895 #define Document_get_ActiveView(This,View) (This)->lpVtbl->get_ActiveView(This,View) argument
1360 #define Views_Item(This,Index,View) (This)->lpVtbl->Item(This,Index,View) argument
1380 struct View : public IDispatch { struct
1479 struct View { struct
[all …]
Dwininet.h860 GOPHER_VIEW_ATTRIBUTE_TYPE View; member
Dadoctint.h88 typedef interface ADOView View; typedef
/third_party/boost/boost/gil/extension/io/tiff/detail/
Dread.hpp360 void read_palette_image( const View& /* dst_view */ in read_palette_image()
/third_party/boost/libs/endian/test/
Dendian_test.cpp115 union View in detect_order() union