Home
last modified time | relevance | path

Searched defs:newHeight (Results 1 – 25 of 25) sorted by relevance

/external/angle/samples/WindowTest/
DWindowTest.cpp45 int newHeight = height; in main() local
/external/s2-geometry-library-java/src/com/google/common/geometry/
DS2Cap.java210 double newHeight = Math.max(height, ROUND_UP * 0.5 * dist2); in addPoint() local
229 double newHeight = Math.max(height, ROUND_UP * 2 * d * d); in addCap() local
/external/tensorflow/tensorflow/lite/java/ovic/src/main/java/org/tensorflow/ovic/
DOvicClassifierBenchmarker.java136 int newHeight = Math.round(height - stHeight * 2); in convertBitmapToInput() local
/external/oboe/samples/drumthumper/src/main/java/com/plausibleaudio/drumthumper/
DTriggerPad.kt115 val newHeight = (textSizePixels.toInt() * 2) + padTop + padBottom in onMeasure() constant
/external/perfetto/ui/src/frontend/
Ddetails_panel.ts99 const newHeight = constant
/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/support/image/
DImageProcessor.java77 int newHeight = imageOperator.getOutputImageHeight(currentHeight, currentWidth); in inverseTransform() local
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
DTransformationUtils.java269 final int newHeight = Math.round(newRect.height()); in rotateImageExif() local
/external/angle/src/libANGLE/renderer/gl/wgl/
DDXGISwapChainWindowSurfaceWGL.cpp350 size_t newHeight = rect.bottom - rect.top; in checkForResize() local
/external/webrtc/sdk/android/src/java/org/webrtc/
DAndroidVideoDecoder.java358 private VideoCodecStatus reinitDecode(int newWidth, int newHeight) { in reinitDecode()
DHardwareVideoEncoder.java486 private VideoCodecStatus resetCodec(int newWidth, int newHeight, boolean newUseSurfaceMode) { in resetCodec()
/external/webrtc/sdk/android/api/org/webrtc/
DTextureBufferImpl.java173 Matrix transformMatrix, int newWidth, int newHeight) { in applyTransformMatrix()
/external/skqp/src/image/
DSkImage_GpuYUVA.cpp209 int newHeight = SkTMin(static_cast<int>(yuvaPixmaps[i].height() * scale), in MakeFromYUVAPixmaps() local
DSkImage_Gpu.cpp517 int newHeight = SkTMin(static_cast<int>(originalPixmap.height() * scale), maxTextureSize); in MakeCrossContextFromPixmap() local
/external/deqp/framework/egl/
DegluGLContextFactory.cpp568 int newHeight = 0; in postIterate() local
/external/skqp/src/core/
DSkImageFilter.cpp349 int newWidth, int newHeight, int offX, int offY) { in pad_image()
/external/deqp/modules/egl/
DteglResizeTests.cpp280 const int newHeight = newSurface.getHeight(); in compareCorners() local
/external/skia/src/core/
DSkImageFilter.cpp386 int newWidth, int newHeight, int offX, int offY) { in pad_image()
/external/mesa3d/src/amd/addrlib/src/r800/
Dsiaddrlib.cpp1307 UINT_32 newHeight; in HwlComputeXmaskAddrFromCoord() local
1465 UINT_32 newHeight; in HwlComputeXmaskCoordFromAddr() local
/external/skia/src/image/
DSkImage_Gpu.cpp655 int newHeight = std::min(static_cast<int>(originalPixmap.height() * scale), maxTextureSize); in MakeCrossContextFromPixmap() local
/external/mesa3d/src/mesa/main/
Dtexcompress_fxt1.c1308 GLint newHeight = (height + 3) & ~3; in fxt1_encode() local
Dmipmap.c1921 GLint newWidth, newHeight, newDepth; in _mesa_prepare_mipmap_levels() local
/external/deqp/modules/gles3/functional/
Des3fFboRenderTest.cpp1134 int newHeight = 32; in render() local
/external/mesa3d/src/amd/addrlib/src/core/
Daddrlib1.cpp2376 UINT_32 newHeight = 0; in HwlComputeXmaskAddrFromCoord() local
/external/deqp/modules/gles2/functional/
Des2fFboRenderTest.cpp1746 int newHeight = 32; in render() local
/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderImageLoadStoreTests.cpp223 int newHeight = int(height * scale); in scaleDimensionsToMemory() local