OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:b_unit
(Results
1 - 1
of
1
) sorted by null
/external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_pattern.cpp
366
FX_FLOAT
b_unit
= (b[end_index] - b[start_index]) / (max_x - min_x);
local
369
FX_FLOAT B = b[start_index] + (start_x - min_x) *
b_unit
;
373
B +=
b_unit
;
[
all
...]
Completed in 45 milliseconds