Searched refs:m_SrcWidth (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/core/fxcodec/codec/ |
D | fx_codec_progress.cpp | 266 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 …]
|
D | ccodec_progressivedecoder.h | 54 int32_t GetWidth() const { return m_SrcWidth; } in GetWidth() 221 int m_SrcWidth; variable
|
/external/pdfium/core/fxge/dib/ |
D | cstretchengine.cpp | 253 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()
|
D | cstretchengine.h | 73 int m_SrcWidth; variable
|