Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkScalerContext.cpp294 #define LCD_PER_PIXEL 3 in pack4xHToMask() macro
335 static const unsigned int coefficients[LCD_PER_PIXEL][SAMPLES_PER_PIXEL*3] = { in pack4xHToMask()
361 int fir[LCD_PER_PIXEL] = { 0 }; in pack4xHToMask()
367 for (int subpxl_index = 0; subpxl_index < LCD_PER_PIXEL; ++subpxl_index) { in pack4xHToMask()
371 for (int subpxl_index = 0; subpxl_index < LCD_PER_PIXEL; ++subpxl_index) { in pack4xHToMask()