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

  /external/skia/include/core/
SkFont.h 117 kLCD_MaskType,
  /external/skia/src/core/
SkFont.cpp 146 maskType = paint.isLCDRenderText() ? kLCD_MaskType : kA8_MaskType;

Completed in 47 milliseconds