HomeSort by relevance Sort by last modified time
    Searched refs:m_Height (Results 1 - 22 of 22) sorted by null

  /external/pdfium/core/src/fxge/dib/
fx_dib_main.cpp 41 m_Width = m_Height = 0;
67 m_Width = m_Height = m_Pitch = 0;
97 m_Height = height;
106 m_Width = m_Height = m_Pitch = 0;
156 m_Height = pSrcBitmap->m_Height;
161 FX_RECT rect(0, 0, m_Width, m_Height);
244 if (!m_pAlphaMask->Create(m_Width, m_Height, FXDIB_8bppMask)) {
306 FXSYS_memset8(m_pBuffer, (color & 0xff000000) ? 0xff : 0, m_Pitch * m_Height);
310 FXSYS_memset8(m_pBuffer, index ? 0xff : 0, m_Pitch * m_Height);
    [all...]
fx_dib_convert.cpp     [all...]
fx_dib_transform.cpp 59 FX_RECT dest_clip(0, 0, m_Height, m_Width);
79 int row_start = bXFlip ? m_Height - dest_clip.right : dest_clip.left;
80 int row_end = bXFlip ? m_Height - dest_clip.left : dest_clip.right;
196 if (dest_width == m_Width && dest_height == m_Height) {
    [all...]
fx_dib_composite.cpp     [all...]
  /external/pdfium/core/src/reflow/
layoutprocessor_reflow.cpp 85 FXSYS_fabs(posY + pData->m_Height) < tempPageHeight) {
89 if(pData->m_Height > fitPageHeight) {
91 FX_FLOAT spaceh = screenCount * fitPageHeight + posY + pData->m_Height;
95 zoom = spaceh / pData->m_Height;
96 tempDy = spaceh - pData->m_Height;
97 pData->m_Height = spaceh;
101 FX_FLOAT dy = pData->m_PosY + pData->m_Height + tempPageHeight;
105 } else if(FXSYS_fabs(posY + pData->m_Height) > tempPageHeight) {
116 if(pData->m_Height >= fitPageHeight) {
117 pData->m_Height = fitPageHeight - 1
    [all...]
reflowedpage.cpp 229 CFX_FloatRect rect (0, pData->m_PosY + pData->m_Height, this->m_PageWidth, pData->m_PosY);
280 matrix.Transform(pData->m_PosX, pData->m_PosY + pData->m_Height, x1, y1);
464 CFX_FloatRect rect (pData->m_PosX, pData->m_PosY + pData->m_Height, pData->m_PosX + pData->m_Width, pData->m_PosY);
481 FX_FLOAT charW = pData->m_Width * 1000 / pData->m_Height;
reflowedpage.h 305 m_Height = 0;
316 FX_FLOAT m_Height;
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_loadimage.cpp 89 m_Width = m_Height = 0;
169 m_Height = m_pDict->GetInteger(FX_BSTRC("Height"));
170 if (m_Width <= 0 || m_Height <= 0 || m_Width > 0x01ffff || m_Height > 0x01ffff) {
193 if (src_pitch > 0 && (FX_DWORD)m_Height > (unsigned)INT_MAX / src_pitch) {
198 m_pStreamAcc->LoadAllData(pStream, FALSE, m_Height * src_pitch, TRUE);
324 m_Height = m_pDict->GetInteger(FX_BSTRC("Height"));
325 if (m_Width <= 0 || m_Height <= 0 || m_Width > 0x01ffff || m_Height > 0x01ffff) {
348 if (src_pitch > 0 && (FX_DWORD)m_Height > (unsigned)INT_MAX / src_pitch) {
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_image.cpp 113 m_Height = pDict->GetInteger(FX_BSTRC("Height"));
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
filters_int.h 100 int m_Pitch, m_Height, m_Width, m_nComps, m_iLine;
fpdf_parser_filters.cpp 744 int ret = CPDF_ModuleMgr::Get()->GetJpegModule()->ReadHeader(m_pContext, &m_Width, &m_Height, &m_nComps);
769 if (m_iLine == m_Height) {
  /external/pdfium/core/src/fxcodec/codec/
fx_codec.cpp 116 if (m_pDataCache->m_Height == m_OutputHeight && m_pDataCache->m_Width == m_OutputWidth) {
127 m_pDataCache->m_Height = m_OutputHeight;
codec_int.h 19 int m_Width, m_Height;
239 FX_DWORD m_height; member in class:CCodec_Jbig2Context
  /external/pdfium/core/src/fxge/win32/
win32_int.h 124 int m_Width, m_Height, m_nBitsPerPixel;
233 int m_Width, m_Height, m_nBitsPerPixel;
fx_win32_print.cpp 292 m_Height = ::GetDeviceCaps(m_hDC, VERTRES);
299 m_PSRenderer.Init(m_pPSOutput, pslevel, m_Width, m_Height, bCmykOutput);
334 return m_Height;
fx_win32_dib.cpp 304 ::BitBlt(m_hMemDC, 0, 0, m_Width, m_Height, hDC, left, top, SRCCOPY);
308 ::BitBlt(hDC, left, top, m_Width, m_Height, m_hMemDC, 0, 0, SRCCOPY);
fx_win32_device.cpp 439 m_Height = abs(bitmap.bmHeight);
445 m_Height = ::GetDeviceCaps(m_hDC, VERTRES);
461 return m_Height;
715 int flag1 = (x1 < 0) | ((x1 > m_Width) << 1) | ((y1 < 0) << 2) | ((y1 > m_Height) << 3);
716 int flag2 = (x2 < 0) | ((x2 > m_Width) << 1) | ((y2 < 0) << 2) | ((y2 > m_Height) << 3);
721 agg::rect_base<FX_FLOAT> rect(0.0f, 0.0f, (FX_FLOAT)(m_Width), (FX_FLOAT)(m_Height));
    [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_device.cpp 31 m_Height = m_pDeviceDriver->GetDeviceCaps(FXDC_PIXEL_HEIGHT);
39 m_ClipBox.bottom = m_Height;
120 m_ClipBox.bottom = m_Height;
  /external/pdfium/core/include/fpdfapi/
fpdf_resource.h 902 return m_Height;
947 FX_INT32 m_Height;
  /external/pdfium/core/include/fxge/
fx_dib.h 154 return m_Height;
266 int m_Height;
fx_ge.h 342 return m_Height;
459 int m_Height;
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_image.cpp 49 m_Height = height;
366 m_Height = BitmapHeight;

Completed in 767 milliseconds