Searched refs:m_SrcHeight (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/core/fxcodec/codec/ |
D | fx_codec_progress.cpp | 277 m_SrcHeight = 0; in CCodec_ProgressiveDecoder() 361 m_SrcHeight = height; in PngReadHeader() 1047 m_pBmpContext, &m_SrcWidth, &m_SrcHeight, &m_BmpIsTopBottom, in DetectImageType() 1056 m_pBmpContext, &m_SrcWidth, &m_SrcHeight, &m_BmpIsTopBottom, in DetectImageType() 1061 m_clipBox = FX_RECT(0, 0, m_SrcWidth, m_SrcHeight); in DetectImageType() 1098 pJpegModule->ReadHeader(m_pJpegContext, &m_SrcWidth, &m_SrcHeight, in DetectImageType() 1107 pJpegModule->ReadHeader(m_pJpegContext, &m_SrcWidth, &m_SrcHeight, in DetectImageType() 1112 m_clipBox = FX_RECT(0, 0, m_SrcWidth, m_SrcHeight); in DetectImageType() 1200 m_pGifContext, &m_SrcWidth, &m_SrcHeight, &m_GifPltNumber, in DetectImageType() 1209 m_pGifContext, &m_SrcWidth, &m_SrcHeight, &m_GifPltNumber, in DetectImageType() [all …]
|
D | ccodec_progressivedecoder.h | 55 int32_t GetHeight() const { return m_SrcHeight; } in GetHeight() 147 int m_SrcHeight; variable
|
/external/pdfium/core/fxge/dib/ |
D | dib_int.h | 97 int m_SrcHeight; variable
|
D | fx_dib_engine.cpp | 308 m_SrcHeight = pSrcBitmap->GetHeight(); in CStretchEngine() 314 m_SrcHeight / FXSYS_abs(dest_width)) { in CStretchEngine() 325 double scale_y = (FX_FLOAT)m_SrcHeight / (FX_FLOAT)m_DestHeight; in CStretchEngine() 346 FX_RECT src_rect(0, 0, m_SrcWidth, m_SrcHeight); in CStretchEngine() 693 m_SrcHeight, m_SrcClip.top, m_SrcClip.bottom, m_Flags); in StretchVert()
|