Searched defs:isPaintOpaque (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/core/
H A DSkPaintPriv.cpp16 bool isPaintOpaque(const SkPaint* paint, SkPaintBitmapOpacity contentType) { function
41 bool isPaintOpaque(const SkPaint* paint, const SkBitmap* bmpReplacesShader) { function
51 return isPaintOpaque(paint, contentType);
54 bool isPaintOpaque(const SkPaint* paint, const SkImage* image) { function
55 return isPaintOpaque(paint, image->isOpaque() ?

Completed in 75 milliseconds