Home
last modified time | relevance | path

Searched refs:m_Height (Results 1 – 25 of 35) sorted by relevance

12

/external/pdfium/fxbarcode/oned/
DBC_OnedUPCAWriter.cpp113 CFX_FloatRect rect(kLeftPosition, (float)(m_Height - iTextHeight), in ShowChars()
114 kLeftPosition + kWidth - 0.5, (float)m_Height); in ShowChars()
119 CFX_FloatRect rect1(kLeftPosition + 40, (float)(m_Height - iTextHeight), in ShowChars()
120 kLeftPosition + 40 + kWidth - 0.5, (float)m_Height); in ShowChars()
126 CFX_FloatRect rect2(0.0, (float)(m_Height - iTextHeight), kWidth1 - 1, in ShowChars()
127 (float)m_Height); in ShowChars()
132 CFX_FloatRect rect3(kLeftPosition + 85, (float)(m_Height - iTextHeight), in ShowChars()
133 kLeftPosition + 85 + kWidth1 - 0.5, (float)m_Height); in ShowChars()
143 (float)(m_Height - iTextHeight + iFontSize)); in ShowChars()
155 (float)(m_Height - iTextHeight + iFontSize)); in ShowChars()
[all …]
DBC_OnedEAN13Writer.cpp133 CFX_FloatRect rect(kLeftPosition, (float)(m_Height - iTextHeight), in ShowChars()
134 kLeftPosition + kWidth - 0.5, (float)m_Height); in ShowChars()
138 CFX_FloatRect rect1(kLeftPosition + 47, (float)(m_Height - iTextHeight), in ShowChars()
139 kLeftPosition + 47 + kWidth - 0.5, (float)m_Height); in ShowChars()
145 CFX_FloatRect rect2(0.0f, (float)(m_Height - iTextHeight), 6.5f, in ShowChars()
146 (float)m_Height); in ShowChars()
160 (float)(m_Height - iTextHeight) + iFontSize); in ShowChars()
173 (float)(m_Height - iTextHeight + iFontSize)); in ShowChars()
187 (float)(m_Height - iTextHeight + iFontSize)); in ShowChars()
DBC_OnedEAN8Writer.cpp133 CFX_FloatRect rect(kLeftPosition, (float)(m_Height - iTextHeight), in ShowChars()
134 kLeftPosition + kWidth - 0.5, (float)m_Height); in ShowChars()
139 CFX_FloatRect rect1(kLeftPosition + 33, (float)(m_Height - iTextHeight), in ShowChars()
140 kLeftPosition + 33 + kWidth - 0.5, (float)m_Height); in ShowChars()
151 (float)(m_Height - iTextHeight + iFontSize)); in ShowChars()
164 (float)(m_Height - iTextHeight + iFontSize)); in ShowChars()
DBC_OneDimWriter.cpp214 locY = m_Height - iTextHeight; in ShowChars()
220 locY = m_Height - iTextHeight; in ShowChars()
238 static_cast<float>(m_Height)); in RenderDeviceResult()
242 static_cast<float>(m_Height), 0.0, 0.0); in RenderDeviceResult()
/external/armnn/samples/ObjectDetection/src/
DBoundingBox.cpp22 m_Height(height) {} in BoundingBox()
28 m_Height(other.m_Height) {} in BoundingBox()
43 return m_Height; in GetHeight()
59 m_Height = height; in SetHeight()
67 m_Height = other.m_Height; in operator =()
DSSDResultDecoder.cpp29 double longEdgeInput = std::max(resizedFrameSize.m_Width, resizedFrameSize.m_Height); in Decode()
30 double longEdgeOutput = std::max(outputFrameSize.m_Width, outputFrameSize.m_Height); in Decode()
52 double topLeftY = networkResults[0][i*4 + 0] * resizedFrameSize.m_Height; in Decode()
54 double botRightY = networkResults[0][i*4 + 2] * resizedFrameSize.m_Height; in Decode()
DYoloResultDecoder.cpp29 float longEdgeInput = std::max(resizedFrameSize.m_Width, resizedFrameSize.m_Height); in Decode()
30 float longEdgeOutput = std::max(outputFrameSize.m_Width, outputFrameSize.m_Height); in Decode()
DImageUtils.cpp94 double longEdgeOutput = std::max(aspectRatio.m_Width, aspectRatio.m_Height); in ResizeFrame()
125 PadFrame(cache, dest,destSize.m_Height - cache.rows,destSize.m_Width - cache.cols); in ResizeWithPad()
/external/pdfium/core/fxge/dib/
Dcfx_dibitmap.cpp44 m_Height = 0; in Create()
66 m_Height = height; in Create()
92 return {m_pBuffer.Get(), m_Height * m_Pitch}; in GetBuffer()
119 m_Height = pSrcBitmap->m_Height; in TakeOver()
130 memset(pBuffer, (color & 0xff000000) ? 0xff : 0, m_Pitch * m_Height); in Clear()
134 memset(pBuffer, index ? 0xff : 0, m_Pitch * m_Height); in Clear()
138 memset(pBuffer, color >> 24, m_Pitch * m_Height); in Clear()
142 memset(pBuffer, index, m_Pitch * m_Height); in Clear()
152 memset(pBuffer, r, m_Pitch * m_Height); in Clear()
160 for (int row = 1; row < m_Height; row++) { in Clear()
[all …]
Dcfx_dibbase.cpp645 FX_RECT rect(0, 0, m_Width, m_Height); in ClipToInternal()
774 if (dest_left > m_Width || dest_top > m_Height) in GetOverlapRect()
825 FX_RECT dest_bound(0, 0, m_Width, m_Height); in GetOverlapRect()
869 if (!pMask->Create(m_Width, m_Height, FXDIB_Format::k8bppMask)) in CloneAlphaMask()
872 for (int row = 0; row < m_Height; ++row) { in CloneAlphaMask()
885 if (!pFlipped->Create(m_Width, m_Height, GetFormat())) in FlipImage()
890 for (int row = 0; row < m_Height; ++row) { in FlipImage()
893 pFlipped->GetWritableScanline(bYFlip ? m_Height - row - 1 : row).data(); in FlipImage()
941 if (!pClone->Create(m_Width, m_Height, dest_format)) in ConvertTo()
960 m_Width, m_Height, holder, 0, 0, &pal_8bpp)) { in ConvertTo()
[all …]
Dcfx_dibbase.h47 int GetHeight() const { return m_Height; } in GetHeight()
109 int m_Height = 0; variable
/external/pdfium/fxbarcode/
DBC_TwoDimWriter.cpp47 if (m_Width < m_outputWidth || m_Height < m_outputHeight) { in RenderResult()
51 if (m_Width > m_outputWidth || m_Height > m_outputHeight) { in RenderResult()
55 floor(static_cast<float>(m_Height) / m_outputHeight)); in RenderResult()
73 m_topPadding = std::max((m_Height - m_outputHeight) / 2, 0); in RenderResult()
91 path.AppendRect(0, 0, m_Width, m_Height); in RenderDeviceResult()
98 if (m_Width < m_outputWidth && m_Height < m_outputHeight) { in RenderDeviceResult()
100 static_cast<float>(m_Height) / m_outputHeight, 0.0, in RenderDeviceResult()
DBC_Writer.cpp34 m_Height = height; in SetHeight()
/external/armnn/samples/common/include/Utils/
DTypes.hpp22 uint32_t m_Height; member
27 m_Width{width}, m_Height{height} {} in Size()
30 : Size(other.m_Width, other.m_Height) {} in Size()
/external/armnn/tests/
DImagePreprocessor.hpp42 , m_Height(height)
56 unsigned int GetNumImageElements() const { return 3 * m_Width * m_Height; } in GetNumImageElements()
62 unsigned int m_Height; member in ImagePreprocessor
DInferenceTestImage.cpp129 , m_Height(0u) in InferenceTestImage()
150 m_Height = armnn::numeric_cast<unsigned int>(height); in InferenceTestImage()
160 if (x >= m_Width || y >= m_Height) in GetPixelAs3Channels()
163 …equested ({0}, {1}). Maximum valid coordinates ({2}, {3}).", x, y, (m_Width - 1), (m_Height - 1))); in GetPixelAs3Channels()
206 im.m_Height = newHeight; in StbResize()
DInferenceTestImage.hpp76 unsigned int GetHeight() const { return m_Height; } in GetHeight()
108 unsigned int m_Height; member in InferenceTestImage
DImagePreprocessor.cpp32 result = image.Resize(m_Width, m_Height, CHECK_LOCATION(), in GetLabelAndResizedImageAsFloat()
45 armnn::TensorShape dstShape({m_BatchSize, 3, m_Height, m_Width}); in GetLabelAndResizedImageAsFloat()
/external/pdfium/core/fpdfapi/page/
Dcpdf_dib.cpp296 m_Height / max_size_required.height)))); in StartLoadDIBBase()
358 m_Height, pSrcSpan, nSrcKey, pGlobalSpan, nGlobalKey, in ContinueLoadDIBBase()
523 m_Width, m_Height, in CreateDecoder()
535 m_pDecoder = CreateFaxDecoder(src_span, m_Width, m_Height, pParams); in CreateDecoder()
537 m_pDecoder = CreateFlateDecoder(src_span, m_Width, m_Height, m_nComponents, in CreateDecoder()
541 src_span, m_Width, m_Height, m_nComponents, m_bpc); in CreateDecoder()
565 src_span, m_Width, m_Height, m_nComponents, in CreateDCTDecoder()
577 m_Height = info.height; in CreateDCTDecoder()
586 m_pDecoder = JpegModule::CreateDecoder(src_span, m_Width, m_Height, in CreateDCTDecoder()
631 m_pDecoder = JpegModule::CreateDecoder(src_span, m_Width, m_Height, in CreateDCTDecoder()
[all …]
Dcpdf_image.h41 int32_t GetPixelHeight() const { return m_Height; } in GetPixelHeight()
81 int32_t m_Height = 0; variable
/external/pdfium/core/fxge/win32/
Dctext_only_printer_driver.cpp24 m_Height(INT_MAX), in CTextOnlyPrinterDriver()
43 return m_Height; in GetDeviceCaps()
99 pRect->bottom = m_Height; in GetClipBox()
Dcps_printer_driver.cpp63 m_Height = ::GetDeviceCaps(m_hDC, VERTRES); in CPSPrinterDriver()
67 m_Width, m_Height); in CPSPrinterDriver()
103 return m_Height; in GetDeviceCaps()
Dcgdi_device_driver.cpp340 m_Height = abs(bitmap.bmHeight); in CGdiDeviceDriver()
346 m_Height = ::GetDeviceCaps(m_hDC, VERTRES); in CGdiDeviceDriver()
366 return m_Height; in GetDeviceCaps()
535 ((y1 < 0) << 2) | ((y1 > m_Height) << 3); in DrawLine()
537 ((y2 < 0) << 2) | ((y2 > m_Height) << 3); in DrawLine()
544 unsigned np = LineClip(m_Width, m_Height, x1, y1, x2, y2, x, y); in DrawLine()
/external/armnn/samples/ObjectDetection/test/delegate/
DArmnnDelegateNetworkExecutorTest.cpp45 int height = executor->GetImageAspectRatio().m_Height;
94 int height = executor->GetImageAspectRatio().m_Height;
/external/armnn/samples/ObjectDetection/include/
DBoundingBox.hpp93 unsigned int m_Height; member in od::BoundingBox

12