Home
last modified time | relevance | path

Searched refs:resized (Results 1 – 25 of 154) sorted by relevance

1234567

/third_party/flutter/engine/flutter/testing/dart/
Dimage_resize_test.dart67 final Image resized = await blackSquare.resize();
68 expect(resized.height, blackSquare.height);
69 expect(resized.width, blackSquare.width);
74 final Image resized = await blackSquare.resize(targetHeight: 1);
75 expect(resized.height, 1);
76 expect(resized.width, 1);
81 final Image resized = await blackSquare.resize(targetWidth: 1);
82 expect(resized.height, 1);
83 expect(resized.width, 1);
88 final Image resized = await blackSquare.resize(targetWidth: 10);
[all …]
/third_party/EGL/extensions/ANGLE/
DEGL_ANGLE_window_fixed_size.txt67 "EGL_FIXED_SIZE_ANGLE specifies whether the surface must be resized by the
68 implementation when the native window is resized. The default value is
77 the window surface must be resized by the implementation subsequent to the
78 native window being resized, and prior to copying its contents to the
89 EGL_FIXED_SIZE_ANGLE boolean Surface will not be resized with a native
98 to which the surface was created. If the native window is resized and the
100 surface will eventually be resized by the implementation to match (as
102 yet resized the window surface, the size returned by eglQuerySurface will
108 resized to match a native window, and EGL_TRUE if the surface cannot be
109 resized."
[all …]
/third_party/skia/third_party/externals/egl-registry/extensions/ANGLE/
DEGL_ANGLE_window_fixed_size.txt67 "EGL_FIXED_SIZE_ANGLE specifies whether the surface must be resized by the
68 implementation when the native window is resized. The default value is
77 the window surface must be resized by the implementation subsequent to the
78 native window being resized, and prior to copying its contents to the
89 EGL_FIXED_SIZE_ANGLE boolean Surface will not be resized with a native
98 to which the surface was created. If the native window is resized and the
100 surface will eventually be resized by the implementation to match (as
102 yet resized the window surface, the size returned by eglQuerySurface will
108 resized to match a native window, and EGL_TRUE if the surface cannot be
109 resized."
[all …]
/third_party/skia/third_party/externals/angle2/extensions/
DEGL_ANGLE_window_fixed_size.txt69 "EGL_FIXED_SIZE_ANGLE specifies whether the surface must be resized by the
70 implementation when the native window is resized. The default value is
78 are ignored and the window surface must be resized by the implementation
79 subsequent to the native window being resized, and prior to copying its
90 EGL_FIXED_SIZE_ANGLE boolean Surface will not be resized with a native
99 to which the surface was created. If the native window is resized and the
101 surface will eventually be resized by the implementation to match (as
103 yet resized the window surface, the size returned by eglQuerySurface will
124 resized to match a native window, and EGL_TRUE if the surface cannot be
125 resized."
[all …]
/third_party/flutter/skia/third_party/externals/angle2/extensions/
DEGL_ANGLE_window_fixed_size.txt69 "EGL_FIXED_SIZE_ANGLE specifies whether the surface must be resized by the
70 implementation when the native window is resized. The default value is
78 are ignored and the window surface must be resized by the implementation
79 subsequent to the native window being resized, and prior to copying its
90 EGL_FIXED_SIZE_ANGLE boolean Surface will not be resized with a native
99 to which the surface was created. If the native window is resized and the
101 surface will eventually be resized by the implementation to match (as
103 yet resized the window surface, the size returned by eglQuerySurface will
124 resized to match a native window, and EGL_TRUE if the surface cannot be
125 resized."
[all …]
/third_party/boost/boost/numeric/odeint/stepper/
Dimplicit_euler.hpp134 bool resized = false; in resize_impl() local
135resized |= adjust_size_by_resizeability( m_dxdt , x , typename is_resizeable<deriv_type>::type() ); in resize_impl()
136resized |= adjust_size_by_resizeability( m_x , x , typename is_resizeable<state_type>::type() ); in resize_impl()
137resized |= adjust_size_by_resizeability( m_b , x , typename is_resizeable<deriv_type>::type() ); in resize_impl()
138resized |= adjust_size_by_resizeability( m_jacobi , x , typename is_resizeable<matrix_type>::type(… in resize_impl()
139resized |= adjust_size_by_resizeability( m_pm , x , typename is_resizeable<pmatrix_type>::type() ); in resize_impl()
140 return resized; in resize_impl()
Ddense_output_runge_kutta.hpp252 bool resized = false; in resize_impl() local
253resized |= adjust_size_by_resizeability( m_x1 , x , typename is_resizeable<state_type>::type() ); in resize_impl()
254resized |= adjust_size_by_resizeability( m_x2 , x , typename is_resizeable<state_type>::type() ); in resize_impl()
255 return resized; in resize_impl()
369 bool resized = false; in resize() local
370resized |= adjust_size_by_resizeability( m_x1 , x , typename is_resizeable<state_type>::type() ); in resize()
371resized |= adjust_size_by_resizeability( m_x2 , x , typename is_resizeable<state_type>::type() ); in resize()
372resized |= adjust_size_by_resizeability( m_dxdt1 , x , typename is_resizeable<deriv_type>::type() … in resize()
373resized |= adjust_size_by_resizeability( m_dxdt2 , x , typename is_resizeable<deriv_type>::type() … in resize()
374 return resized; in resize()
Dmodified_midpoint.hpp140 bool resized( false ); in resize_impl() local
141resized |= adjust_size_by_resizeability( m_x0 , x , typename is_resizeable<state_type>::type() ); in resize_impl()
142resized |= adjust_size_by_resizeability( m_x1 , x , typename is_resizeable<state_type>::type() ); in resize_impl()
143resized |= adjust_size_by_resizeability( m_dxdt , x , typename is_resizeable<deriv_type>::type() ); in resize_impl()
144 return resized; in resize_impl()
262 bool resized( false ); in resize() local
263resized |= adjust_size_by_resizeability( m_x0 , x , typename is_resizeable<state_type>::type() ); in resize()
264resized |= adjust_size_by_resizeability( m_x1 , x , typename is_resizeable<state_type>::type() ); in resize()
265 return resized; in resize()
Drosenbrock4.hpp301 bool resized = false; in resize_impl() local
302resized |= adjust_size_by_resizeability( m_dxdt , x , typename is_resizeable<deriv_type>::type() ); in resize_impl()
303resized |= adjust_size_by_resizeability( m_dfdt , x , typename is_resizeable<deriv_type>::type() ); in resize_impl()
304resized |= adjust_size_by_resizeability( m_dxdtnew , x , typename is_resizeable<deriv_type>::type(… in resize_impl()
305resized |= adjust_size_by_resizeability( m_xtmp , x , typename is_resizeable<state_type>::type() ); in resize_impl()
306resized |= adjust_size_by_resizeability( m_g1 , x , typename is_resizeable<state_type>::type() ); in resize_impl()
307resized |= adjust_size_by_resizeability( m_g2 , x , typename is_resizeable<state_type>::type() ); in resize_impl()
308resized |= adjust_size_by_resizeability( m_g3 , x , typename is_resizeable<state_type>::type() ); in resize_impl()
309resized |= adjust_size_by_resizeability( m_g4 , x , typename is_resizeable<state_type>::type() ); in resize_impl()
310resized |= adjust_size_by_resizeability( m_g5 , x , typename is_resizeable<state_type>::type() ); in resize_impl()
[all …]
Drunge_kutta4_classic.hpp152 bool resized = false; in resize_impl() local
153resized |= adjust_size_by_resizeability( m_x_tmp , x , typename is_resizeable<state_type>::type() … in resize_impl()
154resized |= adjust_size_by_resizeability( m_dxm , x , typename is_resizeable<deriv_type>::type() ); in resize_impl()
155resized |= adjust_size_by_resizeability( m_dxt , x , typename is_resizeable<deriv_type>::type() ); in resize_impl()
156resized |= adjust_size_by_resizeability( m_dxh , x , typename is_resizeable<deriv_type>::type() ); in resize_impl()
157 return resized; in resize_impl()
Drunge_kutta_cash_karp54_classic.hpp194 bool resized = false; in resize_impl() local
195resized |= adjust_size_by_resizeability( m_x_tmp , x , typename is_resizeable<state_type>::type() … in resize_impl()
196resized |= adjust_size_by_resizeability( m_k2 , x , typename is_resizeable<deriv_type>::type() ); in resize_impl()
197resized |= adjust_size_by_resizeability( m_k3 , x , typename is_resizeable<deriv_type>::type() ); in resize_impl()
198resized |= adjust_size_by_resizeability( m_k4 , x , typename is_resizeable<deriv_type>::type() ); in resize_impl()
199resized |= adjust_size_by_resizeability( m_k5 , x , typename is_resizeable<deriv_type>::type() ); in resize_impl()
200resized |= adjust_size_by_resizeability( m_k6 , x , typename is_resizeable<deriv_type>::type() ); in resize_impl()
201 return resized; in resize_impl()
Drosenbrock4_dense_output.hpp183 bool resized = false; in resize_impl() local
184resized |= adjust_size_by_resizeability( m_x1 , x , typename is_resizeable<state_type>::type() ); in resize_impl()
185resized |= adjust_size_by_resizeability( m_x2 , x , typename is_resizeable<state_type>::type() ); in resize_impl()
186 return resized; in resize_impl()
Dexplicit_generic_rk.hpp167 bool resized( false ); in resize_impl() local
168resized |= adjust_size_by_resizeability( m_x_tmp , x , typename is_resizeable<state_type>::type() … in resize_impl()
171resized |= adjust_size_by_resizeability( m_F[i] , x , typename is_resizeable<deriv_type>::type() ); in resize_impl()
173 return resized; in resize_impl()
Dexplicit_error_generic_rk.hpp152 bool resized( false ); in resize_impl() local
153resized |= adjust_size_by_resizeability( m_x_tmp , x , typename is_resizeable<state_type>::type() … in resize_impl()
156resized |= adjust_size_by_resizeability( m_F[i] , x , typename is_resizeable<deriv_type>::type() ); in resize_impl()
158 return resized; in resize_impl()
Drunge_kutta_dopri5.hpp286 bool resized = false; in resize_k_x_tmp_impl() local
287resized |= adjust_size_by_resizeability( m_x_tmp , x , typename is_resizeable<state_type>::type() … in resize_k_x_tmp_impl()
288resized |= adjust_size_by_resizeability( m_k2 , x , typename is_resizeable<deriv_type>::type() ); in resize_k_x_tmp_impl()
289resized |= adjust_size_by_resizeability( m_k3 , x , typename is_resizeable<deriv_type>::type() ); in resize_k_x_tmp_impl()
290resized |= adjust_size_by_resizeability( m_k4 , x , typename is_resizeable<deriv_type>::type() ); in resize_k_x_tmp_impl()
291resized |= adjust_size_by_resizeability( m_k5 , x , typename is_resizeable<deriv_type>::type() ); in resize_k_x_tmp_impl()
292resized |= adjust_size_by_resizeability( m_k6 , x , typename is_resizeable<deriv_type>::type() ); in resize_k_x_tmp_impl()
293 return resized; in resize_k_x_tmp_impl()
Dbulirsch_stoer_dense_out.hpp601 bool resized( false ); in resize_impl() local
603resized |= adjust_size_by_resizeability( m_x1 , x , typename is_resizeable<state_type>::type() ); in resize_impl()
604resized |= adjust_size_by_resizeability( m_x2 , x , typename is_resizeable<state_type>::type() ); in resize_impl()
605resized |= adjust_size_by_resizeability( m_dxdt1 , x , typename is_resizeable<state_type>::type() … in resize_impl()
606resized |= adjust_size_by_resizeability( m_dxdt2 , x , typename is_resizeable<state_type>::type() … in resize_impl()
607resized |= adjust_size_by_resizeability( m_err , x , typename is_resizeable<state_type>::type() ); in resize_impl()
610resized |= adjust_size_by_resizeability( m_table[i] , x , typename is_resizeable<state_type>::type… in resize_impl()
612resized |= adjust_size_by_resizeability( m_mp_states[i] , x , typename is_resizeable<state_type>::… in resize_impl()
615resized |= adjust_size_by_resizeability( m_derivs[i][j] , x , typename is_resizeable<deriv_type>::… in resize_impl()
618resized |= adjust_size_by_resizeability( m_diffs[i][j] , x , typename is_resizeable<deriv_type>::t… in resize_impl()
[all …]
Dvelocity_verlet.hpp214 bool resized = false; in resize_impl() local
215resized |= adjust_size_by_resizeability( m_a1 , x , typename is_resizeable< acceleration_type >::t… in resize_impl()
216resized |= adjust_size_by_resizeability( m_a2 , x , typename is_resizeable< acceleration_type >::t… in resize_impl()
217 return resized; in resize_impl()
/third_party/boost/boost/numeric/odeint/external/mtl4/
Dimplicit_euler_mtl4.hpp137 bool resized = false; in resize_impl() local
138resized |= adjust_size_by_resizeability( m_dxdt , x , typename is_resizeable<deriv_type>::type() ); in resize_impl()
139resized |= adjust_size_by_resizeability( m_x , x , typename is_resizeable<state_type>::type() ); in resize_impl()
140resized |= adjust_size_by_resizeability( m_identity , x , typename is_resizeable<matrix_type>::typ… in resize_impl()
141resized |= adjust_size_by_resizeability( m_jacobi , x , typename is_resizeable<matrix_type>::type(… in resize_impl()
142 return resized; in resize_impl()
/third_party/boost/boost/numeric/odeint/stepper/detail/
Dadaptive_adams_coefficients.hpp180 bool resized( false ); in resize_phi_impl() local
184resized |= adjust_size_by_resizeability( phi[0][i], x, typename is_resizeable<deriv_type>::type() … in resize_phi_impl()
185resized |= adjust_size_by_resizeability( phi[1][i], x, typename is_resizeable<deriv_type>::type() … in resize_phi_impl()
186resized |= adjust_size_by_resizeability( phi[2][i], x, typename is_resizeable<deriv_type>::type() … in resize_phi_impl()
188 return resized; in resize_phi_impl()
/third_party/flutter/engine/flutter/fml/
Dmessage.cc76 void* resized = ::realloc(buffer_, size); in Resize() local
78 const bool success = resized != nullptr; in Resize()
82 buffer_ = static_cast<uint8_t*>(resized); in Resize()
/third_party/boost/libs/geometry/doc/reference/algorithms/
Dappend.qbk32 In the last case, the interior rings are not resized automatically,
36 The multi-linestring is not resized automatically, so ensure
44 The multi-polygon is not resized automatically, so ensure
47 of the polygon: the interior rings are not resized
/third_party/node/deps/npm/node_modules/gauge/
Drender-template.js121 var resized = 0
135 } while (resizing && resized++ < output.length)
138 resized = 0
150 } while (resizing && resized++ < output.length)
/third_party/EGL/extensions/EXT/
DEGL_EXT_swap_buffers_with_damage.txt108 resized prior to the swap, <surface> must be resized to match.
109 <surface> will normally be resized by the EGL implementation
110 at the time the native window is resized. If the
216 asynchronously resized then the window system may maintain the old
221 resized because the rectangles and buffer contents will be moved in
231 when presenting to a native window that has been resized?
244 buffers become undefined when a native window has been resized,
253 platforms where native windows can be resized asynchronously with
328 native window that has been resized.
331 window that has been resized.
/third_party/skia/third_party/externals/egl-registry/extensions/EXT/
DEGL_EXT_swap_buffers_with_damage.txt108 resized prior to the swap, <surface> must be resized to match.
109 <surface> will normally be resized by the EGL implementation
110 at the time the native window is resized. If the
216 asynchronously resized then the window system may maintain the old
221 resized because the rectangles and buffer contents will be moved in
231 when presenting to a native window that has been resized?
244 buffers become undefined when a native window has been resized,
253 platforms where native windows can be resized asynchronously with
328 native window that has been resized.
331 window that has been resized.
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
Dxm_st.c211 bool resized; in xmesa_st_framebuffer_validate() local
228 resized = (xstfb->buffer->width != xstfb->texture_width || in xmesa_st_framebuffer_validate()
232 if (resized || new_mask) { in xmesa_st_framebuffer_validate()
238 if (!resized) { in xmesa_st_framebuffer_validate()

1234567