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

  /external/skia/include/effects/
SkLayerDrawLooper.h 25 * kEntirePaint_Bits means use the layer's paint completely.
44 kEntirePaint_Bits = -1
  /external/chromium_org/third_party/skia/include/effects/
SkLayerDrawLooper.h 25 * kEntirePaint_Bits means use the layer's paint completely.
44 kEntirePaint_Bits = -1
  /external/chromium_org/third_party/skia/src/effects/
SkLayerDrawLooper.cpp 59 // Even with kEntirePaint_Bits, we always ensure that the master paint's
73 if (kEntirePaint_Bits == bits) {
246 } else if (kEntirePaint_Bits == rec->fInfo.fPaintBits) {
  /external/skia/src/effects/
SkLayerDrawLooper.cpp 59 // Even with kEntirePaint_Bits, we always ensure that the master paint's
73 if (kEntirePaint_Bits == bits) {
275 } else if (kEntirePaint_Bits == rec->fInfo.fPaintBits) {

Completed in 362 milliseconds