OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_OrigHeight
(Results
1 - 5
of
5
) sorted by null
/external/pdfium/core/src/fxcodec/codec/
fx_codec_jpeg.cpp
380
cinfo.image_height =
m_OrigHeight
;
392
m_OrigHeight
= cinfo.image_height;
394
m_OutputHeight =
m_OrigHeight
;
424
m_OutputHeight =
m_OrigHeight
= height;
467
FX_GetDownsampleRatio(m_OrigWidth,
m_OrigHeight
, dest_width, dest_height);
469
m_OutputHeight = (
m_OrigHeight
+ m_DownScale - 1) / m_DownScale;
487
m_OutputHeight = (
m_OrigHeight
+ m_DownScale - 1) / m_DownScale;
fx_codec.cpp
352
if (((FX_DWORD)m_OrigWidth * m_nComps * m_bpc *
m_OrigHeight
+ 7) / 8 >
367
m_OutputHeight =
m_OrigHeight
= height;
fx_codec_fax.cpp
652
m_OrigHeight
= Rows;
656
if (
m_OrigHeight
== 0) {
657
m_OrigHeight
= height;
662
m_OutputHeight =
m_OrigHeight
;
codec_int.h
92
int
m_OrigHeight
;
fx_codec_flate.cpp
803
m_OutputHeight =
m_OrigHeight
= height;
Completed in 5160 milliseconds