Searched defs:imageHeight (Results 1 - 25 of 25) sorted by relevance

/external/opencv3/modules/videoio/include/opencv2/videoio/
H A Dcap_ios.h64 int imageHeight; variable
80 @property (nonatomic, assign) int imageHeight; variable
/external/deqp/modules/gles3/functional/
H A Des3fPrerequisiteTests.cpp183 int imageHeight = 0; local
195 imageHeight = targetHeight;
202 imageHeight = targetHeight / 2;
209 imageHeight = targetHeight - y;
215 imageHeight = 1 + (deRandom_getUint32(&rnd) % (targetHeight - y - 1));
219 Surface resImage(imageWidth, imageHeight);
220 Surface refImage(imageWidth, imageHeight);
221 Surface diffImage(imageWidth, imageHeight);
239 for (int j = 0; j < imageHeight; j++)
H A Des3fASTCDecompressionCases.cpp424 const int imageHeight = numYBlocksPerImage * blockSize.y(); local
430 tcu::CompressedTexture compressed (m_format, imageWidth, imageHeight);
435 << imageWidth << "x" << imageHeight
449 Surface renderedFrame (imageWidth, imageHeight);
450 Surface referenceFrame (imageWidth, imageHeight);
555 const int imageHeight = (MAX_NUM_BLOCKS_Y-1)*blockSize.y() + curRemainderY;
557 const int numBlocksY = deDivRoundUp32(imageHeight, blockSize.y());
561 tcu::CompressedTexture compressed (m_format, imageWidth, imageHeight);
568 Surface renderedFrame (imageWidth, imageHeight);
569 Surface referenceFrame (imageWidth, imageHeight);
[all...]
H A Des3fTextureSpecificationTests.cpp1128 int imageHeight,
1136 , m_imageHeight (imageHeight)
1152 int imageHeight = m_imageHeight > 0 ? m_imageHeight : m_height; local
1153 int slicePitch = imageHeight*rowPitch;
1777 int imageHeight,
1791 , m_imageHeight (imageHeight)
1828 int imageHeight = m_imageHeight > 0 ? m_imageHeight : m_subH; local
1829 int slicePitch = imageHeight*rowPitch;
2448 int imageHeight,
2457 , m_imageHeight (imageHeight)
1121 TexImage3DParamsCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int width, int height, int depth, int imageHeight, int rowLength, int skipImages, int skipRows, int skipPixels, int alignment) argument
1764 TexSubImage3DParamsCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int width, int height, int depth, int subX, int subY, int subZ, int subW, int subH, int subD, int imageHeight, int rowLength, int skipImages, int skipRows, int skipPixels, int alignment) argument
2441 TexImage2DArrayBufferCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int width, int height, int depth, int imageHeight, int rowLength, int skipImages, int skipRows, int skipPixels, int alignment, int offset) argument
2474 int imageHeight = m_imageHeight > 0 ? m_imageHeight : m_height; local
2523 TexImage3DBufferCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int width, int height, int depth, int imageHeight, int rowLength, int skipImages, int skipRows, int skipPixels, int alignment, int offset) argument
2556 int imageHeight = m_imageHeight > 0 ? m_imageHeight : m_height; local
2795 TexSubImage2DArrayBufferCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int width, int height, int depth, int subX, int subY, int subZ, int subW, int subH, int subD, int imageHeight, int rowLength, int skipImages, int skipRows, int skipPixels, int alignment, int offset) argument
2862 int imageHeight = m_imageHeight > 0 ? m_imageHeight : m_subH; local
2906 TexSubImage3DBufferCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int width, int height, int depth, int subX, int subY, int subZ, int subW, int subH, int subD, int imageHeight, int rowLength, int skipImages, int skipRows, int skipPixels, int alignment, int offset) argument
2973 int imageHeight = m_imageHeight > 0 ? m_imageHeight : m_subH; local
3017 TexImage2DDepthCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int imageWidth, int imageHeight) argument
3063 TexImage2DArrayDepthCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int imageWidth, int imageHeight, int numLayers) argument
3110 TexSubImage2DDepthCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int imageWidth, int imageHeight) argument
3179 TexSubImage2DArrayDepthCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int imageWidth, int imageHeight, int numLayers) argument
3251 TexImage2DDepthBufferCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int imageWidth, int imageHeight) argument
3311 TexImage2DArrayDepthBufferCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int imageWidth, int imageHeight, int numLayers) argument
3333 int imageHeight = m_height; local
3990 int imageHeight; member in struct:deqp::gles3::Functional::__anon4426
4041 int imageHeight; member in struct:deqp::gles3::Functional::__anon4427
4164 int imageHeight; member in struct:deqp::gles3::Functional::__anon4428
4226 int imageHeight; member in struct:deqp::gles3::Functional::__anon4429
[all...]
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/
H A DImage.java38 private float imageX, imageY, imageWidth, imageHeight; field in class:Image
98 imageHeight = size.y;
108 imageY = (int)(height - imageHeight);
112 imageY = (int)(height / 2 - imageHeight / 2);
130 imageWidth, imageHeight, scaleX, scaleY, rotation);
134 if (drawable != null) drawable.draw(batch, x + imageX, y + imageY, imageWidth * scaleX, imageHeight * scaleY);
196 return imageHeight;
/external/skia/src/gpu/batches/
H A DGrNinePatch.cpp42 int imageHeight, const SkIRect& center, const SkRect &dst)
51 fImageHeight = imageHeight;
179 GrDrawBatch* CreateNonAA(GrColor color, const SkMatrix& viewMatrix, int imageWidth, int imageHeight, argument
181 return new GrNonAANinePatchBatch(color, viewMatrix, imageWidth, imageHeight, center, dst);
41 GrNonAANinePatchBatch(GrColor color, const SkMatrix& viewMatrix, int imageWidth, int imageHeight, const SkIRect& center, const SkRect &dst) argument
/external/deqp/modules/gles2/functional/
H A Des2fPrerequisiteTests.cpp183 int imageHeight = 0; local
195 imageHeight = targetHeight;
202 imageHeight = targetHeight / 2;
209 imageHeight = targetHeight - y;
215 imageHeight = 1 + (deRandom_getUint32(&rnd) % (targetHeight - y - 1));
219 Surface resImage(imageWidth, imageHeight);
220 Surface refImage(imageWidth, imageHeight);
221 Surface diffImage(imageWidth, imageHeight);
239 for (int j = 0; j < imageHeight; j++)
/external/mesa3d/src/glx/
H A Dpixel.c170 GLint imageHeight = state->storeUnpack.imageHeight; local
192 if (imageHeight > 0) {
193 rowsPerImage = imageHeight;
397 GLint imageHeight = state->storePack.imageHeight; local
418 if (imageHeight > 0) {
419 rowsPerImage = imageHeight;
H A Dglxclient.h173 GLuint imageHeight; member in struct:__GLXpixelStoreModeRec
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DFingerPrintGraph.java86 int imageHeight; field in class:FingerPrintGraph
555 this.imageHeight = this.graphHeight + GAP + 16 + MARGIN;
556 this.image = new Image(DEFAULT_DISPLAY, this.imageWidth, this.imageHeight);
561 this.gc.fillRectangle(0, 0, this.imageWidth, this.imageHeight);
/external/opencv/cv/src/
H A Dcvoptflowhs.cpp108 int imageHeight = imgSize.height; local
177 BufferSize = imageHeight * imageWidth;
215 for( i = 1; i < imageHeight - 1; i++ )
226 MemX[0][imageHeight - 1] =
227 MemX[1][imageHeight - 1] = CONV( imgA[pixNumber - imgStep],
238 LastLine = imgStep * (imageHeight - 1);
239 while( ConvLine < imageHeight )
326 for( i = 0; i < imageHeight; i++ )
340 LastLine = velStep * (imageHeight - 1);
351 for( i = 0; i < imageHeight;
[all...]
H A Dcvoptflowlk.cpp111 int imageHeight = imgSize.height; local
156 if( imageHeight < winHeight )
252 for( i = 1; i < imageHeight - 1; i++ )
263 MemX[0][imageHeight - 1] =
264 MemX[1][imageHeight - 1] = CONV( imgA[pixNumber - imgStep],
276 while( PixelLine < imageHeight )
278 if( ConvLine < imageHeight )
292 if( L3 >= imageHeight )
293 L3 = imageHeight - 1;
464 if( PixelLine >= imageHeight
[all...]
/external/skia/src/core/
H A DSkDistanceFieldGen.cpp68 int imageWidth, int imageHeight,
74 for (int j = 0; j < imageHeight; ++j) {
91 if (j == imageHeight-1) {
66 init_glyph_data(DFData* data, unsigned char* edges, const unsigned char* image, int dataWidth, int dataHeight, int imageWidth, int imageHeight, int pad) argument
/external/mesa3d/src/mesa/main/
H A Dtexobj.c1449 int imageHeight; local
1466 imageHeight = 1;
1474 imageHeight = 1;
1482 imageHeight = image->Height;
1493 imageHeight = image->Height;
1502 imageHeight = image->Height;
1510 imageHeight = image->Height;
1519 imageHeight = 0;
1540 if (yoffset + height > imageHeight + yBorder) {
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp1202 deUint32 imageHeight = region.bufferImageCopy.bufferImageHeight; local
1203 if (!imageHeight)
1204 imageHeight = region.bufferImageCopy.imageExtent.height;
1215 int texelIndex = texelOffset + (z * imageHeight + y) * rowLength;
1411 deUint32 imageHeight = region.bufferImageCopy.bufferImageHeight; local
1412 if (!imageHeight)
1413 imageHeight = region.bufferImageCopy.imageExtent.height;
1424 int texelIndex = texelOffset + (z * imageHeight + y) * rowLength;
/external/deqp/modules/gles31/functional/
H A Des31fTextureSpecificationTests.cpp405 int imageHeight,
414 , m_imageHeight (imageHeight)
431 int imageHeight = m_imageHeight > 0 ? m_imageHeight : m_size; local
432 int slicePitch = imageHeight*rowPitch;
492 int imageHeight,
507 , m_imageHeight (imageHeight)
546 int imageHeight = m_imageHeight > 0 ? m_imageHeight : m_subH; local
547 int slicePitch = imageHeight*rowPitch;
725 int imageHeight = m_size; local
726 int slicePitch = imageHeight*rowPitc
399 TexImageCubeArrayBufferCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int size, int depth, int imageHeight, int rowLength, int skipImages, int skipRows, int skipPixels, int alignment, int offset) argument
480 TexSubImageCubeArrayBufferCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int size, int depth, int subX, int subY, int subZ, int subW, int subH, int subD, int imageHeight, int rowLength, int skipImages, int skipRows, int skipPixels, int alignment, int offset) argument
871 int imageHeight; member in struct:deqp::gles31::Functional::__anon4742
960 int imageHeight; member in struct:deqp::gles31::Functional::__anon4743
[all...]
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/texturepacker/
H A DTexturePacker.java151 page.imageHeight = height;
307 writer.write("size: " + page.imageWidth + "," + page.imageHeight + "\n");
374 public int x, y, width, height, imageWidth, imageHeight; field in class:TexturePacker.Page
/external/opencv3/modules/highgui/src/
H A Dwindow_carbon.cpp93 int imageHeight;//FD member in struct:CvWindow
226 int height = window->imageHeight;
262 int height = window->imageHeight = window->image->rows;
1039 ly = ly * window->imageHeight / (content.bottom - content.top - window->trackbarheight);
/external/skia/src/gpu/
H A DGrDrawContext.cpp565 int imageHeight,
576 imageWidth, imageHeight,
561 drawImageNine(const GrClip& clip, const GrPaint& paint, const SkMatrix& viewMatrix, int imageWidth, int imageHeight, const SkIRect& center, const SkRect& dst) argument
/external/ImageMagick/MagickCore/
H A Daccelerate.c1631 imageHeight, local
1773 imageHeight = (unsigned int) image->rows;
1775 clStatus|=clEnv->library->clSetKernelArg(clkernel,i++,sizeof(unsigned int),(void *)&imageHeight);
1820 imageHeight = (unsigned int) image->rows;
1822 clStatus|=clEnv->library->clSetKernelArg(clkernel,i++,sizeof(unsigned int),(void *)&imageHeight);
1989 imageHeight, local
2089 imageHeight = (unsigned int) image->rows;
2090 clStatus |=clEnv->library->clSetKernelArg(hullPass1,3,sizeof(unsigned int),(void *)&imageHeight);
2103 imageHeight = (unsigned int) image->rows;
2104 clStatus |=clEnv->library->clSetKernelArg(hullPass2,3,sizeof(unsigned int),(void *)&imageHeight);
3688 imageHeight, local
[all...]
/external/dng_sdk/source/
H A Ddng_lossless_jpeg.cpp315 int32 imageHeight; member in struct:DecompressInfo
413 uint32 &imageHeight,
724 info.imageHeight = Get2bytes ();
732 if ((info.imageHeight <= 0) ||
1183 ((info.imageHeight & 1) == 0);
1858 int32 numROW = info.imageHeight;
2543 uint32 &imageHeight,
2553 imageHeight = info.imageHeight;
2581 uint32 imageHeight; local
2542 StartRead(uint32 &imageWidth, uint32 &imageHeight, uint32 &imageChannels) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/libgdx/backends/gdx-backend-android/libs/
H A Dsupport-v4-19.0.1.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...

Completed in 675 milliseconds