Searched refs:outputHeight (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/fxbarcode/ |
D | BC_TwoDimWriter.cpp | 76 int32_t outputHeight = scaledHeight.ValueOrDie(); in RenderResult() local 78 if (m_Width < outputWidth || m_Height < outputHeight) { in RenderResult() 82 if (m_Width > outputWidth || m_Height > outputHeight) { in RenderResult() 85 outputHeight = in RenderResult() 86 (int32_t)(outputHeight * ceil((float)m_Height / (float)outputHeight)); in RenderResult() 90 int32_t multiY = (int32_t)ceil((float)outputHeight / (float)tempHeight); in RenderResult() 96 int32_t topPadding = std::max((outputHeight - (inputHeight * multiY)) / 2, 0); in RenderResult() 98 m_output->Init(outputWidth, outputHeight); in RenderResult() 100 (inputY < inputHeight) && (outputY < outputHeight - multiY); in RenderResult()
|
/external/pdfium/fxbarcode/oned/ |
D | BC_OneDimWriter.cpp | 303 const int32_t outputHeight = 1; in RenderResult() local 317 RenderVerticalBars(outputX, outputWidth - outputX, outputHeight); in RenderResult() 321 RenderVerticalBars(outputX, m_multiple, outputHeight); in RenderResult()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Context.cpp | 3314 …GLsizei outputHeight = (mState.packParameters.imageHeight == 0) ? height : mState.packParameters.i… in readPixels() local 3316 …pixels = ((char*)pixels) + gl::ComputePackingOffset(format, type, outputWidth, outputHeight, mStat… in readPixels() 3354 …t, 1, es2::ConvertReadFormatType(format, type), pixels, outputPitch, outputPitch * outputHeight); in readPixels()
|