Searched refs:verticalLCD (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/core/ |
D | SkScalerContext.cpp | 188 const bool verticalLCD, const bool a8FromLCD, const bool hairline) in GenerateMetricsFromPath() argument 213 const bool needExtraWidth = (notEmptyAndFromLCD && !verticalLCD) || hairline; in GenerateMetricsFromPath() 214 const bool needExtraHeight = (notEmptyAndFromLCD && verticalLCD) || hairline; in GenerateMetricsFromPath() 465 const bool doBGR, const bool verticalLCD, const bool a8FromLCD, const bool hairline) in GenerateImageFromPath() argument 491 if (verticalLCD) { in GenerateImageFromPath() 546 pack4xHToMask(dst, mask, maskPreBlend, doBGR, verticalLCD); in GenerateImageFromPath() 552 pack4xHToMask(dst, mask, maskPreBlend, doBGR, verticalLCD); in GenerateImageFromPath()
|
D | SkScalerContext.h | 378 bool verticalLCD, bool a8FromLCD, bool hairline); 391 bool doBGR, bool verticalLCD, bool a8FromLCD, bool hairline);
|