/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...] |
/external/webkit/WebCore/rendering/ |
RenderThemeMac.mm | 770 paintInfo.context->restore(); [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/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();
|
/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();
|
/external/skia/src/core/ |
SkComposeShader.cpp | 106 SkAutoAlphaRestore restore(const_cast<SkPaint*>(&paint), 0xFF);
|
/external/webkit/WebCore/page/ |
PrintContext.cpp | 146 ctx.restore();
|
/external/webkit/WebCore/platform/graphics/ |
GraphicsContext.cpp | 96 void GraphicsContext::restore() function in class:WebCore::GraphicsContext 102 LOG_ERROR("ERROR void GraphicsContext::restore() stack is empty"); 411 restore(); 424 restore(); 442 restore();
|
/external/webkit/WebCore/platform/graphics/cg/ |
PDFDocumentImage.cpp | 176 context->restore();
|
/external/webkit/WebCore/platform/graphics/filters/ |
FEComposite.cpp | 141 filterContext->restore();
|
/external/webkit/WebCore/platform/graphics/skia/ |
PlatformContextSkia.cpp | 232 // time restore is invoked the layer and |imageBuffer| are combined to 241 // Copy off the image as |imageBuffer| may be deleted before restore is invoked. 273 void PlatformContextSkia::restore() function in class:PlatformContextSkia 278 canvas()->restore(); 288 // Restore our native canvas. 289 canvas()->restore(); 603 // the layer's bitmap while it's in effect. When WebKit calls restore() to 610 // When we call restore on the SkCanvas, the layer's bitmap is composed 623 m_canvas->restore();
|
/external/webkit/WebCore/platform/graphics/win/ |
GraphicsContextWin.cpp | 148 void GraphicsContextPlatformPrivate::restore() function in class:WebCore::GraphicsContextPlatformPrivate
|