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

/external/skia/src/ports/
H A DSkFontHost_FreeType.cpp88 static bool isLCD(const SkScalerContext::Rec& rec) { function
648 if (!gLCDSupport && isLCD(*rec)) {
655 if (SkPaint::kFull_Hinting == h && !isLCD(*rec)) {
659 if ((rec->fFlags & SkScalerContext::kSubpixelPositioning_Flag) || isLCD(*rec)) {
815 if (isLCD(fRec)) {
1030 if (isLCD(fRec)) {
H A DSkFontHost_win.cpp42 static bool isLCD(const SkScalerContext::Rec& rec) { function
873 const bool isAA = !isLCD(fRec);
1335 if (isLCD(*rec) && !isAxisAligned(*rec)) {
H A DSkFontHost_mac_coretext.cpp1218 const bool isLCD = isLCDFormat(glyph.fMaskFormat); local
1220 const bool isA8 = !isLCD && !isBW;
1242 if (isLCD) {
1258 if (isLCD) {
/external/skia/src/core/
H A DSkScalerContext.cpp361 static bool isLCD(const SkScalerContext::Rec& rec) { function

Completed in 544 milliseconds