/external/pdfium/core/src/fxge/dib/ |
D | fx_dib_main.cpp | 41 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 …]
|
D | fx_dib_convert.cpp | 930 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()
|
D | fx_dib_transform.cpp | 59 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()
|
D | fx_dib_composite.cpp | 4204 rect.Intersect(0, 0, m_Width, m_Height); in CompositeRect()
|
/external/pdfium/core/src/reflow/ |
D | layoutprocessor_reflow.cpp | 82 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 …]
|
D | reflowedpage.cpp | 226 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()
|
D | reflowedpage.h | 306 m_Height = 0; in CRF_Data() 317 FX_FLOAT m_Height; variable
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_loadimage.cpp | 118 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/ |
D | fpdf_page_image.cpp | 102 m_Height = pDict->GetInteger(FX_BSTRC("Height")); in LoadImageF()
|
/external/pdfium/core/src/fxcodec/codec/ |
D | fx_codec.cpp | 116 if (m_pDataCache->m_Height == m_OutputHeight && m_pDataCache->m_Width == m_OutputWidth) { in DownScale() 126 m_pDataCache->m_Height = m_OutputHeight; in DownScale()
|
D | codec_int.h | 28 int m_Width, m_Height; member
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_device.cpp | 31 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/ |
D | fx_win32_print.cpp | 286 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()
|
D | fx_win32_dib.cpp | 276 ::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()
|
D | win32_int.h | 126 int m_Width, m_Height, m_nBitsPerPixel; variable 235 int m_Width, m_Height, m_nBitsPerPixel; variable
|
D | fx_win32_device.cpp | 429 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/ |
D | filters_int.h | 103 int m_Pitch, m_Height, m_Width, m_nComps, m_iLine; variable
|
D | fpdf_parser_filters.cpp | 743 …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/ |
D | fpdf_edit_image.cpp | 49 m_Height = height; in InitJPEG() 357 m_Height = BitmapHeight; in SetImage()
|
/external/pdfium/core/include/fxge/ |
D | fx_ge.h | 338 return m_Height; in GetHeight() 455 int m_Height; variable
|
D | fx_dib.h | 154 return m_Height; in GetHeight() 266 int m_Height; variable
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_resource.h | 889 return m_Height; in GetPixelHeight() 934 FX_INT32 m_Height; variable
|