Home
last modified time | relevance | path

Searched refs:column_fraction (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/services/BuiltInPrintService/jni/plugins/
H A Dlib_pwg.c332 int column_fraction = ((pixel_width % 128) != 0) ? 1 : 0; in _generate_blank_data() local
333 int column_data_size = 1 + (columns_full + column_fraction) * (monochrome ? 2 : 4); in _generate_blank_data()
348 for (int x = 0; x < columns_full + column_fraction; x++) { in _generate_blank_data()