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

12

/external/skqp/src/core/
H A DSkLatticeIter.h24 static bool Valid(int imageWidth, int imageHeight, const SkCanvas::Lattice& lattice);
28 static bool Valid(int imageWidth, int imageHeight, const SkIRect& center);
30 SkLatticeIter(int imageWidth, int imageHeight, const SkIRect& center, const SkRect& dst);
H A DSkDistanceFieldGen.cpp70 int imageWidth, int imageHeight,
76 for (int j = 0; j < imageHeight; ++j) {
93 if (j == imageHeight-1) {
68 init_glyph_data(DFData* data, unsigned char* edges, const unsigned char* image, int dataWidth, int dataHeight, int imageWidth, int imageHeight, int pad) argument
/external/autotest/client/deps/glbench/src/
H A Dyuv2rgb_2.glslv32 uniform float imageHeight;
43 lineCounter = vec2(c.y * imageHeight / 4.0, 0.0);
H A Dyuv2rgb_1.glslf49 uniform float imageHeight;
141 float ypixel = floor(t.y * imageHeight);
151 if (mod(imageHeight, 4.) == 0.) {
/external/skqp/src/gpu/ops/
H A DGrLatticeOp.h22 int imageHeight, std::unique_ptr<SkLatticeIter> iter,
H A DGrLatticeOp.cpp40 int imageWidth, int imageHeight,
43 imageHeight, std::move(iter), dst);
47 int imageWidth, int imageHeight, std::unique_ptr<SkLatticeIter> iter,
57 fImageHeight = imageHeight;
196 int imageHeight, std::unique_ptr<SkLatticeIter> iter,
198 return NonAALatticeOp::Make(std::move(paint), viewMatrix, imageWidth, imageHeight,
39 Make(GrPaint&& paint, const SkMatrix& viewMatrix, int imageWidth, int imageHeight, std::unique_ptr<SkLatticeIter> iter, const SkRect& dst) argument
46 NonAALatticeOp(Helper::MakeArgs& helperArgs, GrColor color, const SkMatrix& viewMatrix, int imageWidth, int imageHeight, std::unique_ptr<SkLatticeIter> iter, const SkRect& dst) argument
195 MakeNonAA(GrPaint&& paint, const SkMatrix& viewMatrix, int imageWidth, int imageHeight, std::unique_ptr<SkLatticeIter> iter, const SkRect& dst) argument
/external/skia/src/core/
H A DSkLatticeIter.h24 static bool Valid(int imageWidth, int imageHeight, const SkCanvas::Lattice& lattice);
28 static bool Valid(int imageWidth, int imageHeight, const SkIRect& center);
30 SkLatticeIter(int imageWidth, int imageHeight, const SkIRect& center, const SkRect& dst);
H A DSkDistanceFieldGen.cpp70 int imageWidth, int imageHeight,
76 for (int j = 0; j < imageHeight; ++j) {
93 if (j == imageHeight-1) {
68 init_glyph_data(DFData* data, unsigned char* edges, const unsigned char* image, int dataWidth, int dataHeight, int imageWidth, int imageHeight, int pad) 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/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
452 Surface renderedFrame (imageWidth, imageHeight);
453 Surface referenceFrame (imageWidth, imageHeight);
558 const int imageHeight = (MAX_NUM_BLOCKS_Y-1)*blockSize.y() + curRemainderY;
560 const int numBlocksY = deDivRoundUp32(imageHeight, blockSize.y());
564 tcu::CompressedTexture compressed (m_format, imageWidth, imageHeight);
574 Surface renderedFrame (imageWidth, imageHeight);
575 Surface referenceFrame (imageWidth, imageHeight);
[all...]
H A Des3fTextureSpecificationTests.cpp1127 int imageHeight,
1135 , m_imageHeight (imageHeight)
1151 int imageHeight = m_imageHeight > 0 ? m_imageHeight : m_height; local
1152 int slicePitch = imageHeight*rowPitch;
1776 int imageHeight,
1790 , m_imageHeight (imageHeight)
1827 int imageHeight = m_imageHeight > 0 ? m_imageHeight : m_subH; local
1828 int slicePitch = imageHeight*rowPitch;
2447 int imageHeight,
2456 , m_imageHeight (imageHeight)
1120 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
1763 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
2440 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
2473 int imageHeight = m_imageHeight > 0 ? m_imageHeight : m_height; local
2522 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
2555 int imageHeight = m_imageHeight > 0 ? m_imageHeight : m_height; local
2794 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
2861 int imageHeight = m_imageHeight > 0 ? m_imageHeight : m_subH; local
2905 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
2972 int imageHeight = m_imageHeight > 0 ? m_imageHeight : m_subH; local
3016 TexImage2DDepthCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int imageWidth, int imageHeight) argument
3062 TexImage2DArrayDepthCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int imageWidth, int imageHeight, int numLayers) argument
3109 TexSubImage2DDepthCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int imageWidth, int imageHeight) argument
3178 TexSubImage2DArrayDepthCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int imageWidth, int imageHeight, int numLayers) argument
3250 TexImage2DDepthBufferCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int imageWidth, int imageHeight) argument
3310 TexImage2DArrayDepthBufferCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int imageWidth, int imageHeight, int numLayers) argument
3332 int imageHeight = m_height; local
3989 int imageHeight; member in struct:deqp::gles3::Functional::__anon5189
4040 int imageHeight; member in struct:deqp::gles3::Functional::__anon5190
4163 int imageHeight; member in struct:deqp::gles3::Functional::__anon5191
4225 int imageHeight; member in struct:deqp::gles3::Functional::__anon5192
[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/skia/gm/
H A Dencode-srgb.cpp25 static const int imageHeight = 128; member in namespace:skiagm
122 return SkISize::Make(imageWidth * 2, imageHeight * 15);
147 canvas->translate(0.0f, (float) imageHeight);
/external/skqp/gm/
H A Dencode-srgb.cpp25 static const int imageHeight = 128; member in namespace:skiagm
122 return SkISize::Make(imageWidth * 2, imageHeight * 15);
147 canvas->translate(0.0f, (float) imageHeight);
/external/mesa3d/src/glx/
H A Dpixelstore.c94 state->storePack.imageHeight = a;
155 state->storeUnpack.imageHeight = a;
241 state->storePack.imageHeight = param;
296 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/deqp/modules/gles31/functional/
H A Des31fTextureSpecificationTests.cpp407 int imageHeight,
416 , m_imageHeight (imageHeight)
433 int imageHeight = m_imageHeight > 0 ? m_imageHeight : m_size; local
434 int slicePitch = imageHeight*rowPitch;
494 int imageHeight,
509 , m_imageHeight (imageHeight)
548 int imageHeight = m_imageHeight > 0 ? m_imageHeight : m_subH; local
549 int slicePitch = imageHeight*rowPitch;
727 int imageHeight = m_size; local
728 int slicePitch = imageHeight*rowPitc
401 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
482 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
873 int imageHeight; member in struct:deqp::gles31::Functional::__anon5475
962 int imageHeight; member in struct:deqp::gles31::Functional::__anon5476
[all...]
/external/deqp/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiIncrementalPresentTests.cpp266 deUint32 imageHeight)
273 : de::min(((deUint32)frameNdx) % imageHeight, imageHeight - 1u);
278 ? imageHeight
279 : 1 + de::min((deUint32)(frameNdx) % de::min<deUint32>(100, imageHeight / 3), imageHeight - y);
321 deUint32 imageHeight)
330 { imageWidth, imageHeight }
351 const vk::VkRect2D scissor = getRenderFrameRect(frameNdx, imageWidth, imageHeight);
372 deUint32 imageHeight)
264 getRenderFrameRect(size_t frameNdx, deUint32 imageWidth, deUint32 imageHeight) argument
315 cmdRenderFrame(const vk::DeviceInterface& vkd, vk::VkCommandBuffer commandBuffer, vk::VkPipelineLayout pipelineLayout, vk::VkPipeline pipeline, size_t frameNdx, deUint32 imageWidth, deUint32 imageHeight) argument
360 createCommandBuffer(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkCommandPool commandPool, vk::VkPipelineLayout pipelineLayout, vk::VkRenderPass renderPass, vk::VkFramebuffer framebuffer, vk::VkPipeline pipeline, vk::VkImage image, bool isFirst, size_t imageNextFrame, size_t currentFrame, deUint32 imageWidth, deUint32 imageHeight) argument
981 const deUint32 imageHeight = scaling == SCALING_NONE local
1104 const deUint32 imageHeight = m_swapchainConfigs[m_swapchainConfigNdx].imageExtent.height; local
[all...]
H A DvktWsiSharedPresentableImageTests.cpp299 deUint32 imageHeight)
333 { imageWidth, imageHeight }
827 const deUint32 imageHeight = scaling == SCALING_NONE local
834 const vk::VkExtent2D imageSize = { imageWidth, imageHeight };
979 const deUint32 imageHeight = m_swapchainConfigs[m_swapchainConfigNdx].imageExtent.height; local
986 m_pipeline = createPipeline(m_vkd, *m_device, *m_renderPass, *m_pipelineLayout, *m_vertexShaderModule, *m_fragmentShaderModule, imageWidth, imageHeight);
989 m_framebuffer = createFramebuffer(m_vkd, *m_device, *m_renderPass, *m_swapchainImageView, imageWidth, imageHeight);
289 createCommandBuffer(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkCommandPool commandPool, vk::VkPipelineLayout pipelineLayout, vk::VkRenderPass renderPass, vk::VkFramebuffer framebuffer, vk::VkPipeline pipeline, size_t frameNdx, deUint32 quadCount, deUint32 imageWidth, deUint32 imageHeight) argument
/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/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageTestsUtil.hpp214 vk::VkBufferImageCopy makeBufferImageCopy (const deUint32 imageWidth, const deUint32 imageHeight, const deUint32 mipLevel = 0u, const deUint32 layer = 0u);
215 vk::VkBufferImageCopy makeBufferImageCopy (const deUint32 imageWidth, const deUint32 imageHeight, const deUint32 mipLevel, const deUint32 layer, const deUint32 bufferRowLength, const deUint32 bufferImageHeight);
/external/ImageMagick/MagickCore/
H A Daccelerate-kernels-private.h1246 const unsigned int imageWidth, const unsigned int imageHeight,
1286 imagePixelIndex.y = ClampToCanvas(imagePixelIndex.y, imageHeight);
1304 || imageIndex.y >= imageHeight) {
1369 const uint imageWidth, const uint imageHeight,
1379 unsigned int imageHeight = get_global_size(1);
1382 || imageIndex.y >= imageHeight)
1396 inputPixelIndex.y = ClampToCanvas(inputPixelIndex.y, imageHeight);
1420 inputPixelIndex.y = ClampToCanvas(inputPixelIndex.y, imageHeight);
1470 , const unsigned int imageWidth, const unsigned int imageHeight
1484 clampedNeighbor.y = ClampToCanvas(neighbor.y, imageHeight);
[all...]
/external/mesa3d/src/mesa/main/
H A Dtexobj.c2064 int imageHeight; local
2081 imageHeight = 1;
2089 imageHeight = 1;
2097 imageHeight = image->Height;
2108 imageHeight = image->Height;
2118 imageHeight = image->Height;
2126 imageHeight = image->Height;
2135 imageHeight = 0;
2156 if (yoffset + height > imageHeight + yBorder) {

Completed in 646 milliseconds

12