HomeSort by relevance Sort by last modified time
    Searched defs:LayerInfo (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/include/effects/
SkLayerDrawLooper.h 42 * - Color is always computed using the LayerInfo's fColorMode.
60 struct SK_API LayerInfo {
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/chromium_org/third_party/skia/src/effects/
SkLayerDrawLooper.cpp 17 SkLayerDrawLooper::LayerInfo::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/include/effects/
SkLayerDrawLooper.h 42 * - Color is always computed using the LayerInfo's fColorMode.
60 struct SK_API LayerInfo {
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/skia/src/effects/
SkLayerDrawLooper.cpp 17 SkLayerDrawLooper::LayerInfo::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 219 milliseconds