HomeSort by relevance Sort by last modified time
    Searched refs:m_Width (Results 1 - 25 of 27) sorted by null

1 2

  /external/pdfium/core/src/fxge/dib/
fx_dib_main.cpp 41 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; i ++) {
    [all...]
fx_dib_convert.cpp     [all...]
fx_dib_transform.cpp 59 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) {
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_loadimage.cpp 89 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...]
fpdf_render_image.cpp 195 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 ++) {
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_image.cpp 114 m_Width = pDict->GetInteger(FX_BSTRC("Width"));
fpdf_page_parser_new.cpp 694 m_pType3Char->m_Width = FXSYS_round(m_pParser->m_Type3Data[0] * 1000);
  /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);
756 m_Pitch = m_Width * m_nComps;
  /external/pdfium/core/src/fxcodec/codec/
fx_codec.cpp 116 if (m_pDataCache->m_Height == m_OutputHeight && m_pDataCache->m_Width == m_OutputWidth) {
128 m_pDataCache->m_Width = m_OutputWidth;
codec_int.h 19 int m_Width, m_Height;
238 FX_DWORD m_width; 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 291 m_Width = ::GetDeviceCaps(m_hDC, HORZRES);
299 m_PSRenderer.Init(m_pPSOutput, pslevel, m_Width, m_Height, bCmykOutput);
332 return m_Width;
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 438 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));
    [all...]
  /external/pdfium/core/src/reflow/
reflowedpage.h 302 m_Width = 0;
315 FX_FLOAT m_Width;
layoutprocessor_reflow.cpp 98 pData->m_Width *= zoom;
826 m_fCurrLineWidth = pData->m_PosX + pData->m_Width;
    [all...]
reflowedpage.cpp 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;
reflowedtextpage.cpp 91 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/
fpdf_resource.h 440 int m_Width;
907 return m_Width;
949 FX_INT32 m_Width;
  /external/pdfium/core/src/fxge/ge/
fx_ge_device.cpp 30 m_Width = m_pDeviceDriver->GetDeviceCaps(FXDC_PIXEL_WIDTH);
38 m_ClipBox.right = m_Width;
119 m_ClipBox.right = m_Width;
  /external/pdfium/core/include/fxge/
fx_dib.h 149 return m_Width;
264 int m_Width;
fx_ge.h 337 return m_Width;
457 int m_Width;
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_image.cpp 48 m_Width = width;
365 m_Width = BitmapWidth;
  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font.cpp     [all...]

Completed in 778 milliseconds

1 2