HomeSort by relevance Sort by last modified time
    Searched refs:sample_align (Results 1 - 2 of 2) sorted by null

  /external/skia/tools/fonts/
generate_fir_coeff.py 62 for sample_offset, sample_align in sample_offsets:
127 print "Prepending %d 0x00 for allignment." % (sample_align,)
128 coeffs_rounded_aligned = ([0] * int(sample_align)) + coeffs_rounded
  /external/skqp/tools/fonts/
generate_fir_coeff.py 62 for sample_offset, sample_align in sample_offsets:
127 print "Prepending %d 0x00 for allignment." % (sample_align,)
128 coeffs_rounded_aligned = ([0] * int(sample_align)) + coeffs_rounded

Completed in 2964 milliseconds