OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_nWidth
(Results
1 - 5
of
5
) sorted by null
/external/pdfium/core/src/fxcodec/jbig2/
JBig2_Image.cpp
13
m_nWidth
= w;
15
if (
m_nWidth
<= 0 || m_nHeight <= 0 ||
m_nWidth
> INT_MAX - 31) {
30
m_nWidth
= w;
39
m_nWidth
= im.
m_nWidth
;
62
if(x < 0 || x >=
m_nWidth
) {
79
if(x < 0 || x >=
m_nWidth
) {
124
if (NULL == pSrcRect || *pSrcRect == FX_RECT(0, 0,
m_nWidth
, m_nHeight)) {
133
w =
m_nWidth
;
[
all
...]
JBig2_Image.h
58
FX_INT32
m_nWidth
;
JBig2_GeneralDecoder.cpp
[
all
...]
JBig2_Context.cpp
[
all
...]
/external/pdfium/core/src/fxcodec/codec/
fx_codec_jbig.cpp
72
width = (FX_DWORD)dest_image->
m_nWidth
;
149
width = (FX_DWORD)m_pJbig2Context->m_dest_image->
m_nWidth
;
161
width = (FX_DWORD)m_pJbig2Context->m_dest_image->
m_nWidth
;
Completed in 62 milliseconds