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

  /external/skia/tests/
MatrixClipCollapseTest.cpp 476 *expected->append() = SAVE_LAYER;
514 *expected->append() = SAVE_LAYER;
521 *expected->append() = SAVE_LAYER;
538 // required to match forced SAVE_LAYER
  /external/skia/src/core/
SkPictureRecord.cpp 84 0, // SAVE_LAYER - see below - this paint's location varies
112 if (SAVE_LAYER == op) {
178 size_t initialOffset = this->addDraw(SAVE_LAYER, &size);
180 SkASSERT(initialOffset+get_paint_offset(SAVE_LAYER, size) == fWriter.bytesWritten());
321 SkASSERT(SAVE == drawOp || SAVE_LAYER == drawOp);
    [all...]
SkPictureFlat.h 54 SAVE_LAYER,
SkPicturePlayback.cpp 412 case SAVE_LAYER: {

Completed in 821 milliseconds