Home
last modified time | relevance | path

Searched defs:resize (Results 151 – 175 of 1335) sorted by relevance

12345678910>>...54

/aosp_15_r20/frameworks/base/core/java/android/hardware/display/
H A DVirtualDisplay.java96 public void resize(int width, int height, int densityDpi) { in resize() method in VirtualDisplay
/aosp_15_r20/external/angle/util/ozone/
H A DOzoneWindow.cpp65 bool OzoneWindow::resize(int width, int height) in resize() function in OzoneWindow
/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/util/
H A DMaxSizeVector.h69 void resize(size_t n) { in resize() function
/aosp_15_r20/external/angle/util/display/
H A DDisplayWindow.cpp63 bool DisplayWindow::resize(int width, int height) in resize() function in DisplayWindow
/aosp_15_r20/external/skia/tools/window/unix/
H A DGraphiteDawnVulkanWindowContext_unix.cpp87 void GraphiteDawnVulkanWindowContext_unix::resize(int w, int h) { in resize() function in __anonb63026980111::GraphiteDawnVulkanWindowContext_unix
H A DRasterWindowContext_unix.cpp58 void RasterWindowContext_xlib::resize(int w, int h) { in resize() function in __anonfc47571a0111::RasterWindowContext_xlib
/aosp_15_r20/external/skia/tools/window/win/
H A DRasterWindowContext_win.cpp52 void RasterWindowContext_win::resize(int w, int h) { in resize() function in __anone7f539ae0111::RasterWindowContext_win
/aosp_15_r20/external/angle/src/libANGLE/
H A DBlobCache.h112 void resize(size_t maxCacheSizeBytes) { mBlobCache.resize(maxCacheSizeBytes); } in resize() function
/aosp_15_r20/hardware/google/aemu/base/include/aemu/base/
DAlignedBuf.h78 void resize(size_t newSize) { in resize() function
/aosp_15_r20/external/skia/tools/viewer/
H A DSkSLSlide.h37 void resize(SkScalar winWidth, SkScalar winHeight) override { in resize() function
H A DSlide.h41 virtual void resize(SkScalar winWidth, SkScalar winHeight) {} in resize() function
/aosp_15_r20/external/mesa3d/src/gfxstream/aemu/include/
H A DAlignedBuf.h78 void resize(size_t newSize) { resizeImpl(newSize); } in resize() function
/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/utilities/
H A DIntIntMap.java121 private void resize() { in resize() method in IntIntMap
H A DIntFloatMap.java122 private void resize() { in resize() method in IntFloatMap
/aosp_15_r20/external/skia/src/gpu/ganesh/gl/
H A DGrGLVertexArray.h32 void resize(int newCount) { in resize() function
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/_gen/
Dallocators.go24 resize string // code to shrink to sub-power-of-two size (takes size as fmt arg) member
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/external/mpi/
Dmpi_state.hpp77 static void resize( mpi_state< InnerState1 > &x , const mpi_state< InnerState2 > &y ) in resize() function
/aosp_15_r20/external/angle/src/common/
H A DMemoryBuffer.cpp23 bool MemoryBuffer::resize(size_t size) in resize() function in angle::MemoryBuffer
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/qs/panels/domain/interactor/
DIconTilesInteractor.java77 public final void resize(@org.jetbrains.annotations.NotNull() in resize() method in IconTilesInteractor
/aosp_15_r20/external/mesa3d/src/gallium/frontends/wgl/
H A Dstw_winsys.h59 (*resize)(struct stw_winsys_framebuffer *fb, member
/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/utils/
H A DSeekableInMemoryByteChannel.java168 private void resize(int newLength) { in resize() method in SeekableInMemoryByteChannel
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/qs/panels/ui/viewmodel/
DPaginatedGridViewModel.java95 public void resize(@org.jetbrains.annotations.NotNull() in resize() method in PaginatedGridViewModel
/aosp_15_r20/external/scudo/standalone/
H A Dvector.h62 void resize(uptr NewSize) { in resize() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/examples/
Dmy_vector.cpp62 void resize( const size_t n ) in resize() function in my_vector
/aosp_15_r20/system/chre/util/include/chre/util/
H A Dfixed_size_vector_impl.h206 void FixedSizeVector<ElementType, kCapacity>::resize(size_t newSize) { in resize() function

12345678910>>...54