HomeSort by relevance Sort by last modified time
    Searched refs:restore (Results 101 - 125 of 320) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/webkit/WebCore/platform/graphics/cairo/
ImageCairo.cpp 167 context->restore();
216 context->restore();
  /external/webkit/WebCore/platform/graphics/skia/
PathSkia.cpp 301 scratch->restore();
320 scratch->restore();
  /external/webkit/WebCore/platform/graphics/wx/
ImageWx.cpp 173 ctxt->restore();
235 ctxt->restore();
  /external/webkit/WebCore/rendering/
RenderThemeWince.cpp 390 paintInfo.context->restore();
507 i.context->restore();
527 i.context->restore();
571 paintInfo.context->restore();
596 paintInfo.context->restore();
620 paintInfo.context->restore();
636 paintInfo.context->restore();
652 paintInfo.context->restore();
RenderThemeMac.mm 770 paintInfo.context->restore();
    [all...]
  /external/webkit/WebCore/svg/graphics/
SVGPaintServerGradient.cpp 207 context->restore();
257 // Restore on-screen drawing context
271 context->restore();
  /external/webkit/WebKit/android/plugins/
ANPCanvasInterface.cpp 44 canvas->skcanvas->restore();
176 ASSIGN(i, restore);
  /external/webkit/WebKit/chromium/tests/
TransparencyWinTest.cpp 140 src->context()->restore();
192 src->context()->restore();
247 src->context()->restore();
280 src->context()->restore();
395 src->context()->restore();
479 src->context()->restore();
569 src->context()->restore();
618 src->context()->restore();
  /external/openssl/crypto/bn/asm/
pa-risc2.s 281 LDD -80(%sp),%r9 ; restore r9
282 LDD -88(%sp),%r8 ; restore r8
283 LDD -96(%sp),%r7 ; restore r7
284 LDD -104(%sp),%r6 ; restore r6
285 LDD -112(%sp),%r5 ; restore r5
286 LDD -120(%sp),%r4 ; restore r4
288 LDD,MB -128(%sp),%r3 ; restore r3
442 LDD -96(%sp),%r7 ; restore r7
443 LDD -104(%sp),%r6 ; restore r6
444 LDD -112(%sp),%r5 ; restore r5
    [all...]
  /external/sonivox/arm-fm-22k/lib_src/
eas_ota.c 372 /* if no previous position to restore, continue forward */
373 else if (pData->restore.fileOffset < 0)
423 if ((result = OTA_SavePosition(pEASData->hwInstData, pData, &pData->restore)) != EAS_SUCCESS)
435 /* restore previous position */
438 if ((result = OTA_RestorePosition(pEASData->hwInstData, pData, &pData->restore)) != EAS_SUCCESS)
861 pData->restore.fileOffset = -1;
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_ota.c 372 /* if no previous position to restore, continue forward */
373 else if (pData->restore.fileOffset < 0)
423 if ((result = OTA_SavePosition(pEASData->hwInstData, pData, &pData->restore)) != EAS_SUCCESS)
435 /* restore previous position */
438 if ((result = OTA_RestorePosition(pEASData->hwInstData, pData, &pData->restore)) != EAS_SUCCESS)
861 pData->restore.fileOffset = -1;
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_ota.c 372 /* if no previous position to restore, continue forward */
373 else if (pData->restore.fileOffset < 0)
423 if ((result = OTA_SavePosition(pEASData->hwInstData, pData, &pData->restore)) != EAS_SUCCESS)
435 /* restore previous position */
438 if ((result = OTA_RestorePosition(pEASData->hwInstData, pData, &pData->restore)) != EAS_SUCCESS)
861 pData->restore.fileOffset = -1;
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
CanvasTest.java 246 method = "restore",
250 // abnormal case: save not called before restore
252 mCanvas.restore();
253 fail("should throw out IllegalStateException because cannot restore Canvas"
260 mCanvas.restore();
271 method = "restore",
293 mCanvas.restore();
311 method = "restore",
334 mCanvas.restore();
362 mCanvas.restore();
    [all...]
  /external/openssl/crypto/
sparccpuid.S 129 restore
165 restore
204 restore
  /external/webkit/WebCore/platform/graphics/chromium/
TransparencyWin.cpp 170 m_drawContext->restore();
461 destCanvas->restore();
496 destCanvas->restore();
  /packages/apps/Music/src/com/android/music/
VerticalTextSpinner.java 306 canvas.restore();
321 canvas.restore();
341 canvas.restore();
  /dalvik/vm/mterp/armv5te/
entry.S 24 * got pushed onto the stack. From this it figures out how to restore
140 * Restore the stack pointer and PC from the save point established on entry.
145 * SP and LR. Here we restore SP, restore the registers, and then restore
156 LDMFD_PC "r4-r10,fp" @ restore 9 regs and return
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
PictureLayout.java 117 canvas.restore();
  /external/skia/bench/
TextBench.cpp 87 canvas->restore();
  /external/skia/gm/
gradients.cpp 98 canvas->restore();
tilemodes.cpp 126 canvas->restore();
  /external/skia/include/utils/
SkCamera.h 153 void restore();
SkDumpCanvas.h 60 virtual void restore();
SkProxyCanvas.h 32 virtual void restore();
  /external/skia/src/animator/
SkDisplayMovie.cpp 92 maker.fCanvas->restore();

Completed in 452 milliseconds

1 2 3 45 6 7 8 91011>>