Searched refs:doBGR (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/src/core/ |
H A D | SkScalerContext.cpp | 292 const bool doBGR, const bool doVert) { in pack4xHToMask() 377 if (doBGR) { in pack4xHToMask() 456 const bool doBGR, const bool doVert, const bool a8FromLCD, in generateMask() 537 pack4xHToMask(dst, mask, maskPreBlend, doBGR, doVert); in generateMask() 543 pack4xHToMask(dst, mask, maskPreBlend, doBGR, doVert); in generateMask() 586 const bool doBGR = SkToBool(fRec.fFlags & SkScalerContext::kLCD_BGROrder_Flag); in getImage() local 589 generateMask(mask, devPath, fPreBlend, doBGR, doVert, a8LCD, hairline); in getImage() 290 pack4xHToMask(const SkPixmap& src, const SkMask& dst, const SkMaskGamma::PreBlend& maskPreBlend, const bool doBGR, const bool doVert) pack4xHToMask() argument 454 generateMask(const SkMask& mask, const SkPath& path, const SkMaskGamma::PreBlend& maskPreBlend, const bool doBGR, const bool doVert, const bool a8FromLCD, const bool hairline) generateMask() argument
|
/third_party/skia/src/ports/ |
H A D | SkFontHost_FreeType_common.cpp | 1229 const bool doBGR = SkToBool(fRec.fFlags & SkScalerContext::kLCD_BGROrder_Flag); in generateGlyphImage() local 1401 copyFT2LCD16<true>(ftGlyph.bitmap, mask, doBGR, in generateGlyphImage() 1404 copyFT2LCD16<false>(ftGlyph.bitmap, mask, doBGR, in generateGlyphImage()
|
Completed in 6 milliseconds