OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HRY
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/core/src/fxcodec/jbig2/
JBig2_HtrdProc.cpp
28
x = (HGX + mg *
HRY
+ ng * HRX) >> 8;
29
y = (HGY + mg * HRX - ng *
HRY
) >> 8;
57
x = (HGX + mg *
HRY
+ ng * HRX) >> 8;
58
y = (HGY + mg * HRX - ng *
HRY
) >> 8;
93
x = (HGX + mg *
HRY
+ ng * HRX) >> 8;
94
y = (HGY + mg * HRX - ng *
HRY
) >> 8;
JBig2_HtrdProc.h
42
FX_WORD
HRY
;
JBig2_Context.cpp
[
all
...]
Completed in 46 milliseconds