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

123

/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
H A DRenderData.java21 public int imageHeight = 0; field in class:RenderData
H A DTrackingInputHandler.java119 if (newY > mRenderData.imageHeight) newY = mRenderData.imageHeight;
148 float[] rectScreen = {0, 0, mRenderData.imageWidth, mRenderData.imageHeight};
192 if (mRenderData.imageWidth == 0 || mRenderData.imageHeight == 0) {
203 float[] imageSize = {mRenderData.imageWidth, mRenderData.imageHeight};
210 (float) mRenderData.screenHeight / mRenderData.imageHeight);
H A DDesktopView.java179 if (mRenderData.imageWidth != width || mRenderData.imageHeight != height) {
184 mRenderData.imageHeight = height;
/external/chromium_org/third_party/angle/tests/perf_tests/
H A DTexSubImage.h12 int imageHeight; member in struct:TexSubImageParams
H A DTexSubImage.cpp19 << " - " << imageWidth << "x" << imageHeight
53 glTexStorage2DEXT(GL_TEXTURE_2D, 1, GL_RGBA8, mParams.imageWidth, mParams.imageHeight);
189 rand() % (mParams.imageHeight - mParams.subImageHeight),
H A DSimpleBenchmarks.cpp94 params.imageHeight = 1024;
/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/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 Des3fTextureSpecificationTests.cpp1116 int imageHeight,
1124 , m_imageHeight (imageHeight)
1140 int imageHeight = m_imageHeight > 0 ? m_imageHeight : m_height; local
1141 int slicePitch = imageHeight*rowPitch;
1765 int imageHeight,
1779 , m_imageHeight (imageHeight)
1816 int imageHeight = m_imageHeight > 0 ? m_imageHeight : m_subH; local
1817 int slicePitch = imageHeight*rowPitch;
2436 int imageHeight,
2445 , m_imageHeight (imageHeight)
1109 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
1752 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
2429 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
2462 int imageHeight = m_imageHeight > 0 ? m_imageHeight : m_height; local
2511 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
2544 int imageHeight = m_imageHeight > 0 ? m_imageHeight : m_height; local
2783 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
2850 int imageHeight = m_imageHeight > 0 ? m_imageHeight : m_subH; local
2894 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
2961 int imageHeight = m_imageHeight > 0 ? m_imageHeight : m_subH; local
3005 TexImage2DDepthCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int imageWidth, int imageHeight) argument
3051 TexImage2DArrayDepthCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int imageWidth, int imageHeight, int numLayers) argument
3098 TexSubImage2DDepthCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int imageWidth, int imageHeight) argument
3167 TexSubImage2DArrayDepthCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int imageWidth, int imageHeight, int numLayers) argument
3239 TexImage2DDepthBufferCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int imageWidth, int imageHeight) argument
3299 TexImage2DArrayDepthBufferCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int imageWidth, int imageHeight, int numLayers) argument
3321 int imageHeight = m_height; local
3978 int imageHeight; member in struct:deqp::gles3::Functional::__anon20118
4029 int imageHeight; member in struct:deqp::gles3::Functional::__anon20119
4152 int imageHeight; member in struct:deqp::gles3::Functional::__anon20120
4214 int imageHeight; member in struct:deqp::gles3::Functional::__anon20121
[all...]
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
H A DDrawUtils.java102 int imageHeight = image.getBounds().height;
106 if (imageWidth <= targetRectangle.width && imageHeight <= targetRectangle.height) {
108 newImageHeight = imageHeight;
114 double k_h = targetRectangle.height / (double) imageHeight;
119 newImageHeight = (int) (imageHeight * k);
124 gc.drawImage(image, 0, 0, imageWidth, imageHeight, destX, destY, newImageWidth, newImageHeight);
232 int imageHeight = imageBounds.height;
233 if (imageWidth < minWidth && imageHeight < minHeight) {
250 } else if (imageWidth <= maxWidth && imageHeight <= maxHeight) {
254 double kY = (double) maxHeight / imageHeight;
[all...]
/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/chromium_org/third_party/mesa/src/src/glx/
H A Dpixelstore.c93 state->storePack.imageHeight = a;
154 state->storeUnpack.imageHeight = a;
240 state->storePack.imageHeight = param;
295 state->storeUnpack.imageHeight = param;
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;
/external/mesa3d/src/glx/
H A Dpixelstore.c93 state->storePack.imageHeight = a;
154 state->storeUnpack.imageHeight = a;
240 state->storePack.imageHeight = param;
295 state->storeUnpack.imageHeight = param;
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;
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Dthumbnail_loader.js360 var imageHeight = img.height;
378 var imageRatio = imageWidth / imageHeight;
393 var fitScaleY = (rotate ? boxWidth : boxHeight) / imageHeight;
403 fractionY = imageHeight * scale / boxHeight;
408 fractionX = imageWidth / imageHeight;
/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::__anon20363
960 int imageHeight; member in struct:deqp::gles31::Functional::__anon20364
[all...]
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
H A Dpreview_panel.js485 var imageHeight = ~~(height * scale);
496 canvas.height = imageHeight * INTERMEDIATE_SCALE;
507 var boxHeight = Math.max(PreviewPanel.Thumbnails.THUMBNAIL_SIZE, imageHeight);
/external/chromium_org/ui/file_manager/gallery/js/image_editor/
H A Dviewport.js516 * @param {number} imageHeight Height of the original image.
521 function(imageWidth, imageHeight, imageCropRect) {
523 imageWidth, imageHeight);
530 (imageCropRect.top + imageCropRect.height / 2 - imageHeight / 2) *
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
H A DWebGLImageConversion.h88 unsigned imageHeight() { return m_imageHeight; } function in class:blink::WebGLImageConversion::ImageExtractor
/external/chromium_org/third_party/WebKit/Source/platform/
H A DDragImage.cpp250 int imageHeight = scaleY * m_bitmap.height(); local
252 m_bitmap, skia::ImageOperations::RESIZE_LANCZOS3, imageWidth, imageHeight);
/external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/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

Completed in 3335 milliseconds

123