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

  /external/chromium_org/pdf/
draw_utils.cc 294 int32_t matrix_y = std::max(depth + shadow_rc.y() - y - 1, local
303 if (matrix_y < 0)
304 matrix_y = 0;
305 else if (matrix_y >= static_cast<int32>(depth))
306 matrix_y = depth - 1;
308 *pixel = matrix.GetValue(matrix_x, matrix_y);

Completed in 293 milliseconds