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

/external/chromium_org/third_party/skia/src/core/
H A DSkScalerContext.cpp426 #define LCD_PER_PIXEL 3 macro
456 static const unsigned int coefficients[LCD_PER_PIXEL][SAMPLES_PER_PIXEL*3] = {
471 int fir[LCD_PER_PIXEL] = { 0 };
477 for (int subpxl_index = 0; subpxl_index < LCD_PER_PIXEL; ++subpxl_index) {
481 for (int subpxl_index = 0; subpxl_index < LCD_PER_PIXEL; ++subpxl_index) {
/external/skia/src/core/
H A DSkScalerContext.cpp426 #define LCD_PER_PIXEL 3 macro
456 static const unsigned int coefficients[LCD_PER_PIXEL][SAMPLES_PER_PIXEL*3] = {
471 int fir[LCD_PER_PIXEL] = { 0 };
477 for (int subpxl_index = 0; subpxl_index < LCD_PER_PIXEL; ++subpxl_index) {
481 for (int subpxl_index = 0; subpxl_index < LCD_PER_PIXEL; ++subpxl_index) {

Completed in 398 milliseconds