OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:imgcf
(Results
1 - 1
of
1
) sorted by null
/external/skia/src/core/
SkCanvas.cpp
399
SkColorFilter*
imgCF
;
400
if (!imgf->asAColorFilter(&
imgCF
)) {
407
return
imgCF
;
410
// The paint has both a colorfilter(paintCF) and an imagefilter-which-is-a-colorfilter(
imgCF
)
412
SkAutoTUnref<SkColorFilter> autoImgCF(
imgCF
);
413
return SkColorFilter::CreateComposeFilter(
imgCF
, paintCF);
[
all
...]
Completed in 3332 milliseconds