Searched refs:isLCD (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_FreeType.cpp87 static bool isLCD(const SkScalerContext::Rec& rec) { function
753 if (!is_lcd_supported() && isLCD(*rec)) {
760 if (SkPaint::kFull_Hinting == h && !isLCD(*rec)) {
777 if (!isLCD(*rec)) {
968 if (isLCD(fRec)) {
1190 if (isLCD(fRec)) {
H A DSkScalerContext_win_dw.cpp33 static bool isLCD(const SkScalerContext::Rec& rec) { function
739 } else if (!isLCD(fRec)) {
H A DSkFontHost_win.cpp60 static bool isLCD(const SkScalerContext::Rec& rec) { function
1298 const bool isAA = !isLCD(fRec);
2419 if (isLCD(*rec) && !isAxisAligned(*rec)) {
2424 if (!fCanBeLCD && isLCD(*rec)) {
H A DSkFontHost_mac.cpp1224 const bool isLCD = isLCDFormat(glyph.fMaskFormat); local
1225 if (isLCD || (glyph.fMaskFormat == SkMask::kA8_Format && supports_LCD() && generateA8FromLCD)) {
/external/skia/src/ports/
H A DSkFontHost_FreeType.cpp87 static bool isLCD(const SkScalerContext::Rec& rec) { function
754 if (!is_lcd_supported() && isLCD(*rec)) {
761 if (SkPaint::kFull_Hinting == h && !isLCD(*rec)) {
778 if (!isLCD(*rec)) {
969 if (isLCD(fRec)) {
1191 if (isLCD(fRec)) {
H A DSkScalerContext_win_dw.cpp31 static bool isLCD(const SkScalerContext::Rec& rec) { function
699 } else if (!isLCD(fRec)) {
H A DSkFontHost_win.cpp60 static bool isLCD(const SkScalerContext::Rec& rec) { function
1330 const bool isAA = !isLCD(fRec);
2446 if (isLCD(*rec) && !isAxisAligned(*rec)) {
2451 if (!fCanBeLCD && isLCD(*rec)) {
H A DSkFontHost_mac.cpp1224 const bool isLCD = isLCDFormat(glyph.fMaskFormat); local
1225 if (isLCD || (glyph.fMaskFormat == SkMask::kA8_Format && supports_LCD() && generateA8FromLCD)) {

Completed in 152 milliseconds