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

/external/skia/include/core/
H A DSkTextBlob.h71 bool isLCD() const;
/external/skia/src/ports/
H A DSkFontHost_FreeType.cpp66 static bool isLCD(const SkScalerContext::Rec& rec) { function
689 if (isLCD(*rec)) {
701 if (SkPaint::kFull_Hinting == h && !isLCD(*rec)) {
718 if (!isLCD(*rec)) {
862 if (isLCD(fRec)) {
1083 if (isLCD(fRec)) {
H A DSkScalerContext_win_dw.cpp33 static bool isLCD(const SkScalerContext::Rec& rec) { function
700 } else if (!isLCD(fRec)) {
H A DSkFontHost_win.cpp58 static bool isLCD(const SkScalerContext::Rec& rec) { function
1236 const bool isAA = !isLCD(fRec);
2348 if (isLCD(*rec) && !isAxisAligned(*rec)) {
2353 if (!fCanBeLCD && isLCD(*rec)) {
H A DSkFontHost_mac.cpp1254 const bool isLCD = isLCDFormat(glyph.fMaskFormat); local
1255 if (isLCD || (glyph.fMaskFormat == SkMask::kA8_Format && supports_LCD() && generateA8FromLCD)) {
/external/skia/src/core/
H A DSkTextBlob.cpp349 bool SkTextBlob::RunIterator::isLCD() const { function in class:SkTextBlob::RunIterator
/external/skia/src/gpu/
H A DGrAtlasTextContext.cpp241 if (it.isLCD()) {

Completed in 131 milliseconds