Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkBlitter_ARGB32.cpp197 const bool lcdMode = mask.fFormat == SkMask::kHorizontalLCD_Format; in blitMask() local
205 if (lcdMode || verticalLCDMode) { in blitMask()
309 const bool lcdMode = mask.fFormat == SkMask::kHorizontalLCD_Format; in blitMask() local
321 if (lcdMode || verticalLCDMode) { in blitMask()
DSkScalerContext.cpp406 const bool lcdMode = fRec.fMaskFormat == SkMask::kHorizontalLCD_Format || in getImage() local
429 if (SkMask::kA8_Format == fRec.fMaskFormat || lcdMode) { in getImage()
453 if (lcdMode) in getImage()