OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:r_pos_1
(Results
1 - 1
of
1
) sorted by null
/external/pdfium/core/src/fxge/dib/
fx_dib_transform.cpp
273
FX_BYTE
r_pos_1
= (*src_pos2 * i_resx + *src_pos3 * res_x) >> 8;
local
274
return (r_pos_0 * (255 - res_y) +
r_pos_1
* res_y) >> 8;
[
all
...]
Completed in 89 milliseconds