Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkMask.h145 static bool FormatIsLCD(Format fm) { in FormatIsLCD() function
DSkScalerContext.h222 return SkMask::FormatIsLCD(this->getFormat()); in isLCD()
/external/skia/src/ports/
DSkFontHost_mac_atsui.cpp121 if (SkMask::FormatIsLCD((SkMask::Format)rec->fMaskFormat)) { in FilterRec()
DSkFontHost_win.cpp978 if (SkMask::FormatIsLCD((SkMask::Format)rec->fMaskFormat)) { in FilterRec()
DSkFontHost_mac_coretext.cpp910 if (SkMask::FormatIsLCD((SkMask::Format)rec->fMaskFormat)) { in FilterRec()