Home
last modified time | relevance | path

Searched refs:bmpReplacesShader (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkPaintPriv.cpp41 bool isPaintOpaque(const SkPaint* paint, const SkBitmap* bmpReplacesShader) { in isPaintOpaque() argument
44 if(!bmpReplacesShader) in isPaintOpaque()
46 else if(bmpReplacesShader->isOpaque()) in isPaintOpaque()
DSkPaintPriv.h44 bool isPaintOpaque(const SkPaint* paint, const SkBitmap* bmpReplacesShader = NULL);