OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_startY
(Results
1 - 4
of
4
) sorted by null
/external/pdfium/xfa/src/fxbarcode/qrcode/
BC_QRAlignmentPatternFinder.h
16
int32_t
m_startY
;
BC_QRAlignmentPatternFinder.cpp
37
m_startY
(startY),
55
int32_t middleI =
m_startY
+ (height >> 1);
/external/pdfium/core/src/fxcodec/codec/
fx_codec_progress.cpp
398
(int32_t)((line - pCodec->m_clipBox.top) * scale_y) + pCodec->
m_startY
;
538
int des_top = pCodec->
m_startY
;
663
int startY = pCodec->
m_startY
;
725
int des_top = pCodec->
m_startY
;
769
int des_top =
m_startY
;
[
all
...]
fx_codec_progress.h
204
int
m_startY
;
Completed in 409 milliseconds