Home
last modified time | relevance | path

Searched refs:kSkipDrawing_SkXfermodeInterpretation (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/core/
DSkXfermodeInterpretation.cpp32 return kSkipDrawing_SkXfermodeInterpretation; in SkInterpretXfermode()
35 return kSkipDrawing_SkXfermodeInterpretation; in SkInterpretXfermode()
45 return kSkipDrawing_SkXfermodeInterpretation; in SkInterpretXfermode()
DSkXfermodeInterpretation.h20 kSkipDrawing_SkXfermodeInterpretation //< draw nothing enumerator
DSkBlitter.cpp817 case kSkipDrawing_SkXfermodeInterpretation:{ in Choose()