/external/pdfium/fxbarcode/ |
H A D | BC_Writer.cpp | 13 m_Height = 320; 39 m_Height = height;
|
H A D | BC_TwoDimWriter.cpp | 26 path.AppendRect(0, 0, (float)m_Width, (float)m_Height); 33 topPos = (m_Height - m_output->GetHeight()) / 2; 36 if (m_Width < m_output->GetWidth() && m_Height < m_output->GetHeight()) { 38 0.0, (float)m_Height / (float)m_output->GetHeight(), 78 if (m_Width < outputWidth || m_Height < outputHeight) { 82 if (m_Width > outputWidth || m_Height > outputHeight) { 86 (int32_t)(outputHeight * ceil((float)m_Height / (float)outputHeight));
|
H A D | BC_Writer.h | 32 int32_t m_Height; member in class:CBC_Writer
|
/external/pdfium/fxbarcode/oned/ |
H A D | BC_OnedUPCAWriter.cpp | 127 CFX_FloatRect rect((float)leftPosition, (float)(m_Height - iTextHeight), 128 (float)(leftPosition + strWidth - 0.5), (float)m_Height); 134 (float)(m_Height - iTextHeight), 136 (float)m_Height); 142 CFX_FloatRect rect2(0.0, (float)(m_Height - iTextHeight), 143 (float)strWidth1 - 1, (float)m_Height); 149 (float)(m_Height - iTextHeight), 151 (float)m_Height); 161 (float)(m_Height - iTextHeight + iFontSize)); 175 (float)(m_Height [all...] |
H A D | BC_OnedEAN13Writer.cpp | 156 CFX_FloatRect rect((float)leftPosition, (float)(m_Height - iTextHeight), 157 (float)(leftPosition + strWidth - 0.5), (float)m_Height); 162 (float)(leftPosition + 47 * multiple), (float)(m_Height - iTextHeight), 163 (float)(leftPosition + 47 * multiple + strWidth - 0.5), (float)m_Height); 170 CFX_FloatRect rect2(0.0f, (float)(m_Height - iTextHeight), 171 (float)strWidth1 - 0.5f, (float)m_Height); 185 (float)(m_Height - iTextHeight) + iFontSize); 200 (float)(m_Height - iTextHeight + iFontSize)); 216 (float)(m_Height - iTextHeight + iFontSize));
|
H A D | BC_OnedEAN8Writer.cpp | 159 CFX_FloatRect rect((float)leftPosition, (float)(m_Height - iTextHeight), 160 (float)(leftPosition + strWidth - 0.5), (float)m_Height); 166 (float)(leftPosition + 33 * multiple), (float)(m_Height - iTextHeight), 167 (float)(leftPosition + 33 * multiple + strWidth - 0.5), (float)m_Height); 178 (float)(m_Height - iTextHeight + iFontSize)); 192 (float)(m_Height - iTextHeight + iFontSize));
|
H A D | BC_OneDimWriter.cpp | 247 locY = m_Height - iTextHeight; 253 locY = m_Height - iTextHeight; 271 static_cast<float>(m_Height)); 275 static_cast<float>(m_Height), 0.0, 0.0);
|
/external/pdfium/core/fxge/dib/ |
H A D | cfx_dibitmap.cpp | 42 m_Height = 0; 66 m_Height = height; 79 m_Height = 0; 117 m_Height = pSrcBitmap->m_Height; 128 memset(pBuffer, (color & 0xff000000) ? 0xff : 0, m_Pitch * m_Height); 132 memset(pBuffer, index ? 0xff : 0, m_Pitch * m_Height); 136 memset(pBuffer, color >> 24, m_Pitch * m_Height); 140 memset(pBuffer, index, m_Pitch * m_Height); 151 memset(pBuffer, r, m_Pitch * m_Height); [all...] |
H A D | cfx_filtereddib.cpp | 18 m_Height = pSrc->GetHeight();
|
H A D | cfx_dibsource.h | 48 int GetHeight() const { return m_Height; } 128 int m_Height; member in class:CFX_DIBSource
|
H A D | cfx_dibsource.cpp | 600 : m_Width(0), m_Height(0), m_bpp(0), m_AlphaFlag(0), m_Pitch(0) {} 613 FX_RECT rect(0, 0, m_Width, m_Height); 681 if (!m_pAlphaMask->Create(m_Width, m_Height, FXDIB_8bppMask)) { 750 if (dest_left > m_Width || dest_top > m_Height) { 762 FX_RECT dest_bound(0, 0, m_Width, m_Height); 807 FX_RECT rect(0, 0, m_Width, m_Height); 833 FX_RECT rect(0, 0, pAlphaMask->m_Width, pAlphaMask->m_Height); 837 rect.Height() != m_Height) { 841 if (pAlphaMask->m_Width != m_Width || pAlphaMask->m_Height != m_Height) [all...] |
/external/pdfium/core/fpdfapi/page/ |
H A D | cpdf_image.h | 38 int32_t GetPixelHeight() const { return m_Height; } 74 int32_t m_Height = 0; member in class:CPDF_Image
|
H A D | cpdf_image.cpp | 63 m_Height = m_pDict->GetIntegerFor("Height"); 119 m_Height = height; 325 m_Height = BitmapHeight;
|
/external/pdfium/core/fpdfapi/render/ |
H A D | cpdf_dibsource.cpp | 159 m_Height = m_pDict->GetIntegerFor("Height"); 160 if (m_Width <= 0 || m_Height <= 0 || m_Width > kMaxImageDimension || 161 m_Height > kMaxImageDimension) { 173 CalculatePitch8(m_bpc, m_nComponents, m_Width) * m_Height; 270 m_Height = m_pDict->GetIntegerFor("Height"); 271 if (m_Width <= 0 || m_Height <= 0 || m_Width > kMaxImageDimension || 272 m_Height > kMaxImageDimension) { 285 CalculatePitch8(m_bpc, m_nComponents, m_Width) * m_Height; 336 m_pJbig2Context.get(), m_pDocument->CodecContext(), m_Width, m_Height, 492 m_Width, m_Height, m_bImageMas [all...] |
/external/pdfium/core/fxge/win32/ |
H A D | fx_win32_print.cpp | 338 m_Height = ::GetDeviceCaps(m_hDC, VERTRES); 342 m_Height, bCmykOutput); local 379 return m_Height; 498 m_Height(INT_MAX), 517 return m_Height; 566 pRect->bottom = m_Height;
|
H A D | win32_int.h | 183 int m_Height; member in class:CGdiDeviceDriver 328 int m_Height; member in class:CPSPrinterDriver 390 int m_Height; member in class:CTextOnlyPrinterDriver
|
H A D | fx_win32_dib.cpp | 209 ::BitBlt(m_hMemDC, 0, 0, m_Width, m_Height, hDC, left, top, SRCCOPY); 213 ::BitBlt(hDC, left, top, m_Width, m_Height, m_hMemDC, 0, 0, SRCCOPY);
|
H A D | fx_win32_device.cpp | 736 m_Height = abs(bitmap.bmHeight); 742 m_Height = ::GetDeviceCaps(m_hDC, VERTRES); 760 return m_Height; 926 ((y1 < 0) << 2) | ((y1 > m_Height) << 3); 928 ((y2 < 0) << 2) | ((y2 > m_Height) << 3); 939 rect_base rect = {0.0f, 0.0f, (float)(m_Width), (float)(m_Height)}; 943 (float)(m_Height));
|
/external/pdfium/fxbarcode/pdf417/ |
H A D | BC_PDF417Writer.cpp | 56 int32_t row = m_Height / (m_ModuleWidth * 20);
|
/external/pdfium/core/fxge/ |
H A D | cfx_renderdevice.h | 112 int GetHeight() const { return m_Height; } 297 int m_Height; member in class:CFX_RenderDevice
|
H A D | cfx_renderdevice.cpp | 372 m_Height(0), 401 m_Height = m_pDeviceDriver->GetDeviceCaps(FXDC_PIXEL_HEIGHT); 409 m_ClipBox.bottom = m_Height; 507 m_ClipBox.bottom = m_Height;
|