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

/external/chromium_org/third_party/skia/include/effects/
H A DSkLayerDrawLooper.h42 * - Color is always computed using the LayerInfo's fColorMode.
60 struct SK_API LayerInfo { struct in class:SkLayerDrawLooper
67 * Initial the LayerInfo. Defaults to settings that will draw the
73 LayerInfo();
103 LayerInfo fInfo;
120 static void ApplyInfo(SkPaint* dst, const SkPaint& src, const LayerInfo&);
141 SkPaint* addLayer(const LayerInfo&);
154 SkPaint* addLayerOnTop(const LayerInfo&);
/external/skia/include/effects/
H A DSkLayerDrawLooper.h42 * - Color is always computed using the LayerInfo's fColorMode.
60 struct SK_API LayerInfo { struct in class:SkLayerDrawLooper
67 * Initial the LayerInfo. Defaults to settings that will draw the
73 LayerInfo();
97 LayerInfo fInfo;
114 static void ApplyInfo(SkPaint* dst, const SkPaint& src, const LayerInfo&);
135 SkPaint* addLayer(const LayerInfo&);
148 SkPaint* addLayerOnTop(const LayerInfo&);
/external/chromium_org/third_party/skia/src/effects/
H A DSkLayerDrawLooper.cpp17 SkLayerDrawLooper::LayerInfo::LayerInfo() { function in class:SkLayerDrawLooper::LayerInfo
63 SkPaint* dst, const SkPaint& src, const LayerInfo& info) {
224 LayerInfo info;
310 SkPaint* SkLayerDrawLooper::Builder::addLayer(const LayerInfo& info) {
325 LayerInfo info;
331 SkPaint* SkLayerDrawLooper::Builder::addLayerOnTop(const LayerInfo& info) {
/external/skia/src/effects/
H A DSkLayerDrawLooper.cpp17 SkLayerDrawLooper::LayerInfo::LayerInfo() { function in class:SkLayerDrawLooper::LayerInfo
63 SkPaint* dst, const SkPaint& src, const LayerInfo& info) {
238 LayerInfo info;
339 SkPaint* SkLayerDrawLooper::Builder::addLayer(const LayerInfo& info) {
354 LayerInfo info;
360 SkPaint* SkLayerDrawLooper::Builder::addLayerOnTop(const LayerInfo& info) {

Completed in 789 milliseconds