Searched refs:m_Width (Results 1 - 25 of 27) sorted by relevance

12

/external/pdfium/core/src/fxge/dib/
H A Dfx_dib_main.cpp41 m_Width = m_Height = 0;
67 m_Width = m_Height = m_Pitch = 0;
96 m_Width = width;
106 m_Width = m_Height = m_Pitch = 0;
155 m_Width = pSrcBitmap->m_Width;
161 FX_RECT rect(0, 0, m_Width, m_Height);
244 if (!m_pAlphaMask->Create(m_Width, m_Height, FXDIB_8bppMask)) {
329 for (int col = 0; col < m_Width; col ++) {
343 for (int i = 0; i < m_Width;
[all...]
H A Dfx_dib_convert.cpp952 if(!pClone->Create(m_Width, m_Height, dest_format)) {
983 ret = ConvertBuffer(dest_format, pClone->GetBuffer(), pClone->GetPitch(), m_Width, m_Height, this, 0, 0, pal_8bpp, pIccTransform);
1012 for (int col = 0; col < m_Width; col ++) {
1020 int dest_pitch = (dest_bpp * m_Width + 31) / 32 * 4;
1032 for (int col = 0; col < m_Width; col ++) {
1060 ret = ConvertBuffer(dest_format, dest_buf, dest_pitch, m_Width, m_Height, this, 0, 0, pal_8bpp, pIccTransform);
H A Dfx_dib_transform.cpp59 FX_RECT dest_clip(0, 0, m_Height, m_Width);
81 int col_start = bYFlip ? m_Width - dest_clip.bottom : dest_clip.top;
82 int col_end = bYFlip ? m_Width - dest_clip.top : dest_clip.bottom;
196 if (dest_width == m_Width && dest_height == m_Height) {
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_loadimage.cpp89 m_Width = m_Height = 0;
168 m_Width = m_pDict->GetInteger(FX_BSTRC("Width"));
170 if (m_Width <= 0 || m_Height <= 0 || m_Width > 0x01ffff || m_Height > 0x01ffff) {
184 if (src_pitch > 0 && (FX_DWORD)m_Width > (unsigned)INT_MAX / src_pitch) {
187 src_pitch *= m_Width;
224 m_Pitch = m_Width;
242 m_Pitch = m_Width;
279 m_Pitch = m_Width;
297 m_Pitch = m_Width;
[all...]
H A Dfpdf_render_image.cpp195 for (i = 0; i < m_Width; i ++) {
213 for (i = 0; i < m_Width; i ++) {
224 for (i = 0; i < m_Width; i ++) {
244 for (i = 0; i < m_Width; i ++) {
249 for (i = 0; i < m_Width; i ++) {
261 for (i = 0; i < m_Width; i ++) {
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_image.cpp114 m_Width = pDict->GetInteger(FX_BSTRC("Width"));
H A Dfpdf_page_parser_new.cpp694 m_pType3Char->m_Width = FXSYS_round(m_pParser->m_Type3Data[0] * 1000);
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfilters_int.h100 int m_Pitch, m_Height, m_Width, m_nComps, m_iLine; member in class:CPDF_JpegFilter
H A Dfpdf_parser_filters.cpp744 int ret = CPDF_ModuleMgr::Get()->GetJpegModule()->ReadHeader(m_pContext, &m_Width, &m_Height, &m_nComps);
756 m_Pitch = m_Width * m_nComps;
/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec.cpp116 if (m_pDataCache->m_Height == m_OutputHeight && m_pDataCache->m_Width == m_OutputWidth) {
128 m_pDataCache->m_Width = m_OutputWidth;
H A Dcodec_int.h19 int m_Width, m_Height; member in struct:CCodec_ImageDataCache
/external/pdfium/core/src/reflow/
H A Dlayoutprocessor_reflow.cpp98 pData->m_Width *= zoom;
826 m_fCurrLineWidth = pData->m_PosX + pData->m_Width;
1034 pData->m_PosX = pLastData->m_PosX + pLastData->m_Width + textMatrix.TransformDistance(pTextObj->m_TextState.GetObject()->m_CharSpace);
1055 pData->m_Width = FXSYS_fabs(fs * textMatrix.TransformDistance((FX_FLOAT)w) / 1000);
1057 pData->m_Width /= horzScale;
1111 pRFImage->m_Width = ObjBBox.Width();
1135 return pEndData->m_PosX - pBeginData->m_PosX + pEndData->m_Width;
1364 m_fCurrLineWidth -= (*m_pCurrLine)[curs - 1]->m_Width;
1418 if(pNextData->m_PosX - (pData->m_PosX + pData->m_Width) >= pData->m_Height / 4) {
1500 pData->m_Width *
[all...]
H A Dreflowedpage.h302 m_Width = 0;
315 FX_FLOAT m_Width; member in class:CRF_Data
H A Dreflowedpage.cpp464 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;
H A Dreflowedtextpage.cpp91 CFX_FloatRect FloatRectTmp(pData->m_PosX, pData->m_PosY, pData->m_PosX + pData->m_Width, pData->m_PosY + ReltiveCorddAs - ReltiveCorddDs);
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_resource.h440 int m_Width; member in class:CPDF_Type3Char
907 return m_Width;
949 FX_INT32 m_Width; member in class:CPDF_Image
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_device.cpp30 m_Width = m_pDeviceDriver->GetDeviceCaps(FXDC_PIXEL_WIDTH);
38 m_ClipBox.right = m_Width;
119 m_ClipBox.right = m_Width;
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_print.cpp291 m_Width = ::GetDeviceCaps(m_hDC, HORZRES);
299 m_PSRenderer.Init(m_pPSOutput, pslevel, m_Width, m_Height, bCmykOutput);
332 return m_Width;
H A Dfx_win32_dib.cpp304 ::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);
H A Dwin32_int.h124 int m_Width, m_Height, m_nBitsPerPixel; member in class:CGdiDeviceDriver
233 int m_Width, m_Height, m_nBitsPerPixel; member in class:CPSPrinterDriver
H A Dfx_win32_device.cpp438 m_Width = bitmap.bmWidth;
444 m_Width = ::GetDeviceCaps(m_hDC, HORZRES);
459 return m_Width;
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));
/external/pdfium/core/include/fxge/
H A Dfx_ge.h337 return m_Width;
457 int m_Width; member in class:CFX_RenderDevice
H A Dfx_dib.h149 return m_Width;
264 int m_Width; member in class:CFX_DIBSource
/external/pdfium/core/src/fpdfapi/fpdf_edit/
H A Dfpdf_edit_image.cpp48 m_Width = width;
365 m_Width = BitmapWidth;
/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dfpdf_font.cpp1706 pChar->m_Width = (FX_INT32)(pChar->m_Width * scale + 0.5f);
1737 return pChar->m_Width;

Completed in 876 milliseconds

12