Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/
Dprogressivedecoder.cpp252 m_SrcHeight = height; in PngReadHeader()
707 pBmpContext.get(), &m_SrcWidth, &m_SrcHeight, &m_BmpIsTopBottom, in BmpDetectImageTypeInBuffer()
716 pBmpContext.get(), &m_SrcWidth, &m_SrcHeight, &m_BmpIsTopBottom, in BmpDetectImageTypeInBuffer()
746 if (!CFX_DIBitmap::CalculatePitchAndSize(m_SrcWidth, m_SrcHeight, format, in BmpDetectImageTypeInBuffer()
760 m_clipBox = FX_RECT(0, 0, m_SrcWidth, m_SrcHeight); in BmpDetectImageTypeInBuffer()
845 pGifModule->ReadHeader(m_pGifContext.get(), &m_SrcWidth, &m_SrcHeight, in GifDetectImageTypeInBuffer()
855 pGifModule->ReadHeader(m_pGifContext.get(), &m_SrcWidth, &m_SrcHeight, in GifDetectImageTypeInBuffer()
860 m_clipBox = FX_RECT(0, 0, m_SrcWidth, m_SrcHeight); in GifDetectImageTypeInBuffer()
1035 pJpegModule->ReadHeader(m_pJpegContext.get(), &m_SrcWidth, &m_SrcHeight, in JpegDetectImageTypeInBuffer()
1044 pJpegModule->ReadHeader(m_pJpegContext.get(), &m_SrcWidth, &m_SrcHeight, in JpegDetectImageTypeInBuffer()
[all …]
Dprogressivedecoder.h82 int32_t GetHeight() const { return m_SrcHeight; } in GetHeight()
273 int m_SrcHeight = 0; variable
/external/pdfium/core/fxge/dib/
Dcstretchengine.h87 const int m_SrcHeight; variable
Dcstretchengine.cpp237 m_SrcHeight(pSrcBitmap->GetHeight()), in CStretchEngine()
263 m_SrcHeight / abs(dest_width)) { in CStretchEngine()
270 double scale_y = static_cast<float>(m_SrcHeight) / m_DestHeight; in CStretchEngine()
285 FX_RECT src_rect(0, 0, m_SrcWidth, m_SrcHeight); in CStretchEngine()
593 table.Calc(m_DestHeight, m_DestClip.top, m_DestClip.bottom, m_SrcHeight, in StretchVert()