HomeSort by relevance Sort by last modified time
    Searched refs:RESTORE (Results 26 - 38 of 38) sorted by null

12

  /external/chromium_org/third_party/skia/src/core/
SkPicturePlayback.cpp 480 case RESTORE:
481 canvas->restore();
SkPictureRecord.cpp 102 0, // RESTORE - no paint
318 * Restore has just been called (but not recorded), look back at the
322 * RESTORE
328 // TODO: add a stack to track save*/restore offsets rather than searching backwards
333 int pattern[] = { SAVE_LAYER, kDRAW_BITMAP_FLAVOR, /* RESTORE */ };
380 // In this case the saveLayer/restore isn't needed at all - just kill the saveLayer
381 // and signal the caller (by returning true) to not add the RESTORE op
388 // and signal the caller (by returning true) to not add the RESTORE op
428 * Restore has just been called (but not recorded), look back at the
434 * RESTORE
    [all...]
  /external/skia/src/core/
SkPicturePlayback.cpp 26 a save/restore block because a clip... command returned false (empty).
890 SkASSERT(RESTORE == op);
905 canvas.restore();
909 // a restore to balanced the saveLayer we're skipping
949 SkASSERT(RESTORE == op);
    [all...]
SkPictureRecord.cpp 110 0, // RESTORE - no paint
339 * Restore has just been called (but not recorded), look back at the
343 * RESTORE
349 // TODO: add a stack to track save*/restore offsets rather than searching backwards
354 int pattern[] = { SAVE_LAYER, kDRAW_BITMAP_FLAVOR, /* RESTORE */ };
401 // In this case the saveLayer/restore isn't needed at all - just kill the saveLayer
402 // and signal the caller (by returning true) to not add the RESTORE op
409 // and signal the caller (by returning true) to not add the RESTORE op
449 * Restore has just been called (but not recorded), look back at the
455 * RESTORE
    [all...]
  /external/chromium_org/third_party/skia/src/utils/debugger/
SkDrawCommand.cpp 60 case RESTORE: return "Restore";
129 canvas->restore();
177 canvas->restore();
193 canvas->restore();
468 canvas->restore();
550 canvas->restore();
593 canvas->restore();
678 canvas->restore();
877 : INHERITED(RESTORE) {
    [all...]
  /external/chromium_org/v8/src/
jsregexp.cc 812 // <pop affected registers to restore their state>
    [all...]
  /external/pcre/dist/sljit/
sljitNativeSPARC_common.c 147 #define RESTORE (OPC1(0x2) | OPC3(0x3d))
483 return push_inst(compiler, RESTORE | D(SLJIT_R0) | S1(src) | S2(0), UNMOVABLE_INS);
    [all...]
  /external/chromium_org/content/renderer/
render_view_impl.cc 328 // To avoid having tab/session restore require sending a message to get the
331 // content state is modified and not sent to session restore, but this is
    [all...]
  /external/iproute2/doc/
ip-cref.tex     [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java 786 * Backup/restore process management
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk-dyn/assets/js/
android_3p-bundle.js     [all...]

Completed in 2040 milliseconds

12