Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/dib/
Dfx_dib_main.cpp41 m_Width = m_Height = 0; in CFX_DIBSource()
67 m_Width = m_Height = m_Pitch = 0; in Create()
96 m_Height = height; in Create()
105 m_Width = m_Height = m_Pitch = 0; in Create()
155 m_Height = pSrcBitmap->m_Height; in TakeOver()
160 FX_RECT rect(0, 0, m_Width, m_Height); in Clone()
231 if (!m_pAlphaMask->Create(m_Width, m_Height, FXDIB_8bppMask)) { in BuildAlphaMask()
293 FXSYS_memset8(m_pBuffer, (color & 0xff000000) ? 0xff : 0, m_Pitch * m_Height); in Clear()
297 FXSYS_memset8(m_pBuffer, index ? 0xff : 0, m_Pitch * m_Height); in Clear()
301 FXSYS_memset8(m_pBuffer, color >> 24, m_Pitch * m_Height); in Clear()
[all …]
Dfx_dib_convert.cpp930 if(!pClone->Create(m_Width, m_Height, dest_format)) { in CloneConvert()
961 …ret = ConvertBuffer(dest_format, pClone->GetBuffer(), pClone->GetPitch(), m_Width, m_Height, this,… in CloneConvert()
988 for (int row = 0; row < m_Height; row ++) { in ConvertFormat()
999 FX_LPBYTE dest_buf = FX_TryAlloc(FX_BYTE, dest_pitch * m_Height + 4); in ConvertFormat()
1005 FXSYS_memset8(dest_buf, 0xff, dest_pitch * m_Height + 4); in ConvertFormat()
1007 for (int row = 0; row < m_Height; row ++) { in ConvertFormat()
1038 …ret = ConvertBuffer(dest_format, dest_buf, dest_pitch, m_Width, m_Height, this, 0, 0, pal_8bpp, pI… in ConvertFormat()
Dfx_dib_transform.cpp59 FX_RECT dest_clip(0, 0, m_Height, m_Width); in SwapXY()
75 int row_start = bXFlip ? m_Height - dest_clip.right : dest_clip.left; in SwapXY()
76 int row_end = bXFlip ? m_Height - dest_clip.left : dest_clip.right; in SwapXY()
191 if (dest_width == m_Width && dest_height == m_Height) { in StretchTo()
Dfx_dib_composite.cpp4204 rect.Intersect(0, 0, m_Width, m_Height); in CompositeRect()
/external/pdfium/core/src/reflow/
Dlayoutprocessor_reflow.cpp82 FXSYS_fabs(posY + pData->m_Height) < tempPageHeight) { in FitPageMode()
86 if(pData->m_Height > fitPageHeight) { in FitPageMode()
88 FX_FLOAT spaceh = screenCount * fitPageHeight + posY + pData->m_Height; in FitPageMode()
92 zoom = spaceh / pData->m_Height; in FitPageMode()
93 tempDy = spaceh - pData->m_Height; in FitPageMode()
94 pData->m_Height = spaceh; in FitPageMode()
98 FX_FLOAT dy = pData->m_PosY + pData->m_Height + tempPageHeight; in FitPageMode()
102 } else if(FXSYS_fabs(posY + pData->m_Height) > tempPageHeight) { in FitPageMode()
113 if(pData->m_Height >= fitPageHeight) { in FitPageMode()
114 pData->m_Height = fitPageHeight - 1; in FitPageMode()
[all …]
Dreflowedpage.cpp226 CFX_FloatRect rect (0, pData->m_PosY + pData->m_Height, this->m_PageWidth, pData->m_PosY); in FocusGetData()
277 matrix.Transform(pData->m_PosX, pData->m_PosY + pData->m_Height, x1, y1); in FocusGetPosition()
461 …CFX_FloatRect rect (pData->m_PosX, pData->m_PosY + pData->m_Height, pData->m_PosX + pData->m_Width… in Display()
478 FX_FLOAT charW = pData->m_Width * 1000 / pData->m_Height; in Display()
Dreflowedpage.h306 m_Height = 0; in CRF_Data()
317 FX_FLOAT m_Height; variable
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_loadimage.cpp118 m_Width = m_Height = 0; in CPDF_DIBSource()
192 m_Height = m_pDict->GetInteger(FX_BSTRC("Height")); in Load()
193 if (m_Width <= 0 || m_Height <= 0 || m_Width > 0x01ffff || m_Height > 0x01ffff) { in Load()
205 CalculatePitch8(m_bpc, m_nComponents, m_Width, m_Height); in Load()
307 m_Height = m_pDict->GetInteger(FX_BSTRC("Height")); in StartLoadDIBSource()
308 if (m_Width <= 0 || m_Height <= 0 || m_Width > 0x01ffff || m_Height > 0x01ffff) { in StartLoadDIBSource()
320 CalculatePitch8(m_bpc, m_nComponents, m_Width, m_Height); in StartLoadDIBSource()
374 …ret = pJbig2Module->StartDecode(m_pJbig2Context, m_Width, m_Height, m_pStreamAcc->GetData(), m_pSt… in ContinueLoadDIBSource()
566 m_pDecoder = FPDFAPI_CreateFaxDecoder(src_data, src_size, m_Width, m_Height, pParams); in CreateDecoder()
568 …oder = CPDF_ModuleMgr::Get()->GetJpegModule()->CreateDecoder(src_data, src_size, m_Width, m_Height, in CreateDecoder()
[all …]
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_image.cpp102 m_Height = pDict->GetInteger(FX_BSTRC("Height")); in LoadImageF()
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec.cpp116 if (m_pDataCache->m_Height == m_OutputHeight && m_pDataCache->m_Width == m_OutputWidth) { in DownScale()
126 m_pDataCache->m_Height = m_OutputHeight; in DownScale()
Dcodec_int.h28 int m_Width, m_Height; member
/external/pdfium/core/src/fxge/ge/
Dfx_ge_device.cpp31 m_Height = m_pDeviceDriver->GetDeviceCaps(FXDC_PIXEL_HEIGHT); in InitDeviceInfo()
39 m_ClipBox.bottom = m_Height; in InitDeviceInfo()
120 m_ClipBox.bottom = m_Height; in UpdateClipBox()
/external/pdfium/core/src/fxge/win32/
Dfx_win32_print.cpp286 m_Height = ::GetDeviceCaps(m_hDC, VERTRES); in Init()
290 m_PSRenderer.Init(m_pPSOutput, pslevel, m_Width, m_Height, bCmykOutput); in Init()
322 return m_Height; in GetDeviceCaps()
Dfx_win32_dib.cpp276 ::BitBlt(m_hMemDC, 0, 0, m_Width, m_Height, hDC, left, top, SRCCOPY); in LoadFromDevice()
280 ::BitBlt(hDC, left, top, m_Width, m_Height, m_hMemDC, 0, 0, SRCCOPY); in SetToDevice()
Dwin32_int.h126 int m_Width, m_Height, m_nBitsPerPixel; variable
235 int m_Width, m_Height, m_nBitsPerPixel; variable
Dfx_win32_device.cpp429 m_Height = abs(bitmap.bmHeight); in CGdiDeviceDriver()
435 m_Height = ::GetDeviceCaps(m_hDC, VERTRES); in CGdiDeviceDriver()
451 return m_Height; in GetDeviceCaps()
726 int flag1 = (x1 < 0) | ((x1 > m_Width) << 1) | ((y1 < 0) << 2) | ((y1 > m_Height) << 3); in DrawLine()
727 int flag2 = (x2 < 0) | ((x2 > m_Width) << 1) | ((y2 < 0) << 2) | ((y2 > m_Height) << 3); in DrawLine()
732 agg::rect_base<FX_FLOAT> rect(0.0f, 0.0f, (FX_FLOAT)(m_Width), (FX_FLOAT)(m_Height)); in DrawLine()
/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfilters_int.h103 int m_Pitch, m_Height, m_Width, m_nComps, m_iLine; variable
Dfpdf_parser_filters.cpp743 …t = CPDF_ModuleMgr::Get()->GetJpegModule()->ReadHeader(m_pContext, &m_Width, &m_Height, &m_nComps); in v_FilterIn()
768 if (m_iLine == m_Height) { in v_FilterIn()
/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_image.cpp49 m_Height = height; in InitJPEG()
357 m_Height = BitmapHeight; in SetImage()
/external/pdfium/core/include/fxge/
Dfx_ge.h338 return m_Height; in GetHeight()
455 int m_Height; variable
Dfx_dib.h154 return m_Height; in GetHeight()
266 int m_Height; variable
/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h889 return m_Height; in GetPixelHeight()
934 FX_INT32 m_Height; variable