Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/codec/
Dfx_codec_progress.cpp267 m_SrcHeight = 0; in CCodec_ProgressiveDecoder()
339 m_SrcHeight = height; in PngReadHeader()
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()
1233 m_pGifContext.get(), &m_SrcWidth, &m_SrcHeight, &m_GifPltNumber, in GifDetectImageType()
[all …]
Dccodec_progressivedecoder.h55 int32_t GetHeight() const { return m_SrcHeight; } in GetHeight()
222 int m_SrcHeight; variable
/external/pdfium/core/fxge/dib/
Dcstretchengine.cpp254 m_SrcHeight = pSrcBitmap->GetHeight(); in CStretchEngine()
260 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()
597 m_SrcHeight, m_SrcClip.top, m_SrcClip.bottom, m_Flags); in StretchVert()
Dcstretchengine.h74 int m_SrcHeight; variable