Searched refs:convexMask (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/
H A DLayer.h247 inline void setConvexMask(const SkPath* convexMask) { argument
248 this->convexMask = convexMask;
252 return convexMask;
432 const SkPath* convexMask; member in class:android::uirenderer::Layer
H A DLayer.cpp65 convexMask = NULL;
H A DOpenGLRenderer.h151 // Specialized saveLayer implementation, which will pass the convexMask to an FBO layer, if
154 const SkPaint* paint, int flags, const SkPath* convexMask);
558 const SkPaint* paint, int flags, const SkPath* convexMask);
H A DDisplayListOp.h380 void setMask(const SkPath* convexMask) { argument
381 mConvexMask = convexMask;
H A DOpenGLRenderer.cpp602 const SkPaint* paint, int flags, const SkPath* convexMask) {
609 createLayer(left, top, right, bottom, paint, flags, convexMask);
738 const SkPaint* paint, int flags, const SkPath* convexMask) {
768 layer->setConvexMask(convexMask); // note: the mask must be cleared before returning to the cache
601 saveLayer(float left, float top, float right, float bottom, const SkPaint* paint, int flags, const SkPath* convexMask) argument
737 createLayer(float left, float top, float right, float bottom, const SkPaint* paint, int flags, const SkPath* convexMask) argument

Completed in 852 milliseconds