HomeSort by relevance Sort by last modified time
    Searched full:b_unit (Results 1 - 1 of 1) sorted by null

  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_pattern.cpp 363 FX_FLOAT b_unit = (b[end_index] - b[start_index]) / (max_x - min_x); local
366 FX_FLOAT B = b[start_index] + (start_x - min_x) * b_unit;
370 B += b_unit;
    [all...]

Completed in 680 milliseconds