HomeSort by relevance Sort by last modified time
    Searched refs:isLCD (Results 1 - 8 of 8) sorted by null

  /external/skia/src/ports/
SkFontHost_FreeType.cpp 67 static bool isLCD(const SkScalerContext::Rec& rec) {
664 if (!is_lcd_supported() && isLCD(*rec)) {
671 if (SkPaint::kFull_Hinting == h && !isLCD(*rec)) {
688 if (!isLCD(*rec)) {
829 if (isLCD(fRec)) {
    [all...]
SkFontHost_win.cpp 106 static bool isLCD(const SkScalerContext::Rec& rec) {
    [all...]
SkFontHost_mac_coretext.cpp     [all...]
SkFontHost_win_dw.cpp 39 static bool isLCD(const SkScalerContext::Rec& rec) {
    [all...]
  /external/skia/legacy/src/ports/
SkFontHost_FreeType.cpp 88 static bool isLCD(const SkScalerContext::Rec& rec) {
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)) {
    [all...]
SkFontHost_win.cpp 42 static bool isLCD(const SkScalerContext::Rec& rec) {
873 const bool isAA = !isLCD(fRec);
    [all...]
SkFontHost_mac_coretext.cpp     [all...]
  /external/skia/legacy/src/core/
SkScalerContext.cpp 361 static bool isLCD(const SkScalerContext::Rec& rec) {

Completed in 758 milliseconds