/third_party/flutter/engine/flutter/shell/platform/darwin/macos/framework/Source/ |
D | FlutterView.mm | 50 - (void)reshape { method 51 [super reshape];
|
D | FlutterViewController.mm | 468 * Responds to view reshape by notifying the engine of the change in dimensions.
|
/third_party/flutter/glfw/examples/ |
D | boing.c | 52 void reshape( GLFWwindow* window, int w, int h ); 215 void reshape( GLFWwindow* window, int w, int h ) in reshape() function 639 glfwSetFramebufferSizeCallback(window, reshape); in main() 649 reshape(window, width, height); in main()
|
D | gears.c | 245 void reshape( GLFWwindow* window, int width, int height ) in reshape() function 324 glfwSetFramebufferSizeCallback(window, reshape); in main() 332 reshape(window, width, height); in main()
|
/third_party/gstreamer/gstplugins_good/sys/osxvideo/ |
D | cocoawindow.m | 395 - (void) reshape { 400 [super reshape]; 641 [self reshape]; 658 [self reshape]; 663 [self reshape];
|
D | cocoawindow.h | 64 - (void) reshape;
|
/third_party/skia/modules/skottie/src/text/ |
D | TextAdapter.h | 67 void reshape();
|
D | TextAdapter.cpp | 451 void TextAdapter::reshape() { in reshape() function in skottie::internal::TextAdapter 539 this->reshape(); in onSync()
|
/third_party/ffmpeg/tools/python/ |
D | convert_from_tensorflow.py | 179 kernel = kernel.reshape(filter_height, filter_width, in_channels, out_channels) 233 kernel = kernel.reshape(in_channels, out_channels) 277 kernel = kernel.reshape(filter_height, filter_width, in_channels, out_channels)
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SUN/ |
D | GLX_SUN_get_transparent_index.txt | 123 size and shape. And the application should reshape the overlay window
|
/third_party/openGLES/extensions/SUN/ |
D | GLX_SUN_get_transparent_index.txt | 123 size and shape. And the application should reshape the overlay window
|
/third_party/flutter/skia/third_party/externals/imgui/examples/example_apple_opengl2/ |
D | main.mm | 110 -(void)reshape
|
/third_party/skia/third_party/externals/imgui/examples/example_apple_opengl2/ |
D | main.mm | 149 -(void)reshape { [[self openGLContext] update]; [self updateAndDrawDem… method
|
/third_party/mindspore/patches/ |
D | 0017-support-build-training-lib.patch | 157 + "src/expression/ops/reshape.cc",
|
D | 0009-adapt-nnrt-v2_0.patch | 921 + Reshape reshape{}; 923 + (void)ReshapeBlockMarshalling(data, reshape);
|
D | 0013-train-0001.patch | 2481 + * reshape | 2485 + * reshape | 3755 +#include "ops/reshape.h"
|
D | 0003-implement-mindir-module-and-support-nnrt-delegate.patch | 6448 + Reshape reshape{}; 6450 + (void)ReshapeBlockMarshalling(data, reshape);
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | caopengllayersink.m | 929 /* default reshape */
|
/third_party/ltp/doc/ |
D | c-test-tutorial-simple.txt | 799 branch, this will allow you to reshape your commit history without fear.
|
/third_party/python/Lib/test/ |
D | pickletester.py | 3028 arr = np.arange(12).reshape((3, 4))
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_uniform_buffer_object.txt | 1755 void reshape(int w, int h) { 1766 reshape(width, height);
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_uniform_buffer_object.txt | 1745 void reshape(int w, int h) { 1756 reshape(width, height);
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 33403 Need to set the ':' as the reshape method now takes one parameter. 33405 NSOpenGLView which has a reshape function without any parameter. 33406 Now the GstGLNSView inherits from NSView and we re-use the reshape 33413 Use the reshape function after being defined. The other way 33414 would have been to declare the reshape function in the header. 33416 gstglwindow_cocoa.m:555: warning: 'GstGLNSView' may not respond to '-reshape' 33587 gstglwindow_cocoa.m:555: warning: 'GstGLNSView' may not respond to '-reshape' 33803 gl/cocoa: NSView::drawRect() should call into reshape too 33805 obscured and b) might need to reshape because of clipping 34216 * expose context in draw / reshape callbacks [all …]
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 104466 Need to set the ':' as the reshape method now takes one parameter. 104468 NSOpenGLView which has a reshape function without any parameter. 104469 Now the GstGLNSView inherits from NSView and we re-use the reshape 104476 Use the reshape function after being defined. The other way 104477 would have been to declare the reshape function in the header. 104479 gstglwindow_cocoa.m:555: warning: 'GstGLNSView' may not respond to '-reshape' 105153 gstglwindow_cocoa.m:555: warning: 'GstGLNSView' may not respond to '-reshape' 106335 gl/cocoa: NSView::drawRect() should call into reshape too 106337 obscured and b) might need to reshape because of clipping 107754 * expose context in draw / reshape callbacks [all …]
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 12644 osxvideosink: call superclass in reshape 12646 …../sys/osxvideo/cocoawindow.m:437:1: error: method possibly missing a [super reshape] call [-Werro…
|