OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fPreBlend
(Results
1 - 6
of
6
) sorted by null
/external/skia/src/ports/
SkScalerContext_win_dw.cpp
732
if (
fPreBlend
.isApplicable()) {
733
rgb_to_a8<true>(src, glyph,
fPreBlend
.fG);
735
rgb_to_a8<false>(src, glyph,
fPreBlend
.fG);
739
if (
fPreBlend
.isApplicable()) {
741
rgb_to_lcd16<true, false>(src, glyph,
fPreBlend
.fR,
fPreBlend
.fG,
fPreBlend
.fB);
743
rgb_to_lcd16<true, true>(src, glyph,
fPreBlend
.fR,
fPreBlend
.fG,
fPreBlend
.fB)
[
all
...]
SkFontHost_FreeType_common.cpp
370
if (
fPreBlend
.isApplicable()) {
372
fPreBlend
.fR,
fPreBlend
.fG,
fPreBlend
.fB);
375
fPreBlend
.fR,
fPreBlend
.fG,
fPreBlend
.fB);
499
if (SkMask::kA8_Format == glyph.fMaskFormat &&
fPreBlend
.isApplicable()) {
505
dst[x] =
fPreBlend
.fG[dst[x]];
SkFontHost_mac.cpp
[
all
...]
SkFontHost_win.cpp
[
all
...]
/external/skia/src/core/
SkScalerContext.cpp
92
,
fPreBlend
(fMaskFilter ? SkMaskGamma::PreBlend() : SkScalerContext::GetMaskPreBlend(fRec))
523
if (
fPreBlend
.isApplicable()) {
524
applyLUTToA8Mask(mask,
fPreBlend
.fG);
528
generateMask(mask, devPath,
fPreBlend
);
SkScalerContext.h
329
const SkMaskGamma::PreBlend
fPreBlend
;
Completed in 1342 milliseconds