Searched refs:doBGR (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/skia/src/core/ |
H A D | SkScalerContext.cpp | 330 const bool doBGR, const bool doVert) { in pack4xHToMask() argument 415 if (doBGR) { in pack4xHToMask() 496 const bool doBGR, const bool verticalLCD, const bool a8FromLCD, const bool hairline) in GenerateImageFromPath() argument 577 pack4xHToMask(dst, dstMask, maskPreBlend, doBGR, verticalLCD); in GenerateImageFromPath() 583 pack4xHToMask(dst, dstMask, maskPreBlend, doBGR, verticalLCD); in GenerateImageFromPath() 631 const bool doBGR = SkToBool(fRec.fFlags & SkScalerContext::kLCD_BGROrder_Flag); in getImage() local 635 GenerateImageFromPath(mask, *devPath, fPreBlend, doBGR, doVert, a8LCD, hairline); in getImage()
|
H A D | SkScalerContext.h | 424 bool doBGR, bool verticalLCD, bool a8FromLCD, bool hairline);
|
/aosp_15_r20/external/skia/src/ports/ |
H A D | SkFontHost_FreeType_common.cpp | 1665 const bool doBGR = SkToBool(fFlags & SkScalerContext::kLCD_BGROrder_Flag); in generateGlyphImage() local 1733 copyFT2LCD16<true>(ftGlyph.bitmap, &mask, doBGR, in generateGlyphImage() 1736 copyFT2LCD16<false>(ftGlyph.bitmap, &mask, doBGR, in generateGlyphImage()
|
H A D | SkTypeface_fontations.cpp | 658 const bool doBGR = SkToBool(fRec.fFlags & SkScalerContext::kLCD_BGROrder_Flag); in generateImage() local 665 GenerateImageFromPath(mask, *devPath, fPreBlend, doBGR, doVert, a8LCD, hairline); in generateImage()
|
H A D | SkScalerContext_win_dw.cpp | 2402 const bool doBGR = SkToBool(fRec.fFlags & SkScalerContext::kLCD_BGROrder_Flag); in generateImage() local 2406 GenerateImageFromPath(mask, *devPath, fPreBlend, doBGR, doVert, a8LCD, hairline); in generateImage()
|