Home
last modified time | relevance | path

Searched refs:m_SrcWidth (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fxcodec/codec/
Dfx_codec_progress.cpp266 m_SrcWidth = 0; in CCodec_ProgressiveDecoder()
338 m_SrcWidth = width; in PngReadHeader()
706 memset(m_pDecodeBuf, pal_index, m_SrcWidth); in GifReadScanline()
1044 m_pBmpContext.get(), &m_SrcWidth, &m_SrcHeight, &m_BmpIsTopBottom, in BmpDetectImageType()
1053 m_pBmpContext.get(), &m_SrcWidth, &m_SrcHeight, &m_BmpIsTopBottom, in BmpDetectImageType()
1085 if (!CFX_DIBitmap::CalculatePitchAndSize(m_SrcWidth, m_SrcHeight, format, in BmpDetectImageType()
1100 m_clipBox = FX_RECT(0, 0, m_SrcWidth, m_SrcHeight); in BmpDetectImageType()
1142 pJpegModule->ReadHeader(m_pJpegContext.get(), &m_SrcWidth, &m_SrcHeight, in JpegDetectImageType()
1151 pJpegModule->ReadHeader(m_pJpegContext.get(), &m_SrcWidth, &m_SrcHeight, in JpegDetectImageType()
1156 m_clipBox = FX_RECT(0, 0, m_SrcWidth, m_SrcHeight); in JpegDetectImageType()
[all …]
Dccodec_progressivedecoder.h54 int32_t GetWidth() const { return m_SrcWidth; } in GetWidth()
221 int m_SrcWidth; variable
/external/pdfium/core/fxge/dib/
Dcstretchengine.cpp253 m_SrcWidth = pSrcBitmap->GetWidth(); in CStretchEngine()
255 m_SrcPitch = (m_SrcWidth * m_SrcBpp + 31) / 32 * 4; in CStretchEngine()
259 abs(dest_height) / 8 < static_cast<long long>(m_SrcWidth) * in CStretchEngine()
269 double scale_x = static_cast<float>(m_SrcWidth) / m_DestWidth; in CStretchEngine()
285 FX_RECT src_rect(0, 0, m_SrcWidth, m_SrcHeight); in CStretchEngine()
342 m_SrcWidth, m_SrcClip.left, m_SrcClip.right, m_Flags); in StartStretchHorz()
Dcstretchengine.h73 int m_SrcWidth; variable