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

  /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();
96 LayerInfo fInfo;
113 static void ApplyInfo(SkPaint* dst, const SkPaint& src, const LayerInfo&);
134 SkPaint* addLayer(const LayerInfo&);
147 SkPaint* addLayerOnTop(const LayerInfo&);
  /external/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) {

Completed in 610 milliseconds