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

  /external/skia/legacy/include/core/
SkUserConfig.h 44 #define PICTURE_VERSION_ICS 1 // r1562 of Skia
  /external/skia/legacy/src/core/
SkPicture.cpp 196 if (pictureVersion != PICTURE_VERSION_ICS &&
SkFlattenable.cpp 117 if(fPictureVersion == PICTURE_VERSION_ICS) {
SkPaint.cpp     [all...]
SkPicturePlayback.cpp 474 if (pictureVersion == PICTURE_VERSION_ICS) {
    [all...]
SkXfermode.cpp 747 if (buffer.getPictureVersion() == PICTURE_VERSION_ICS) {
    [all...]
  /external/skia/legacy/src/effects/
SkLayerDrawLooper.cpp 221 if (buffer.getPictureVersion() == PICTURE_VERSION_ICS)

Completed in 61 milliseconds