OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:restore
(Results
226 - 250
of
296
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webkit/WebCore/rendering/
RenderImage.cpp
383
context->
restore
();
RenderThemeChromiumWin.cpp
652
i.context->
restore
();
RenderView.cpp
232
paintInfo.context->
restore
();
SVGRootInlineBox.cpp
434
//
Restore
context & repaint rect
435
m_paintInfo.context->
restore
();
695
paintInfo.context->
restore
();
[
all
...]
RenderLayer.cpp
[
all
...]
RenderLayerBacking.cpp
869
p->
restore
();
[
all
...]
/external/webkit/WebCore/svg/
SVGFont.cpp
551
context->
restore
();
/external/webkit/WebKit/win/
FullscreenVideoController.cpp
468
context.
restore
();
/frameworks/base/core/java/android/view/
WindowManager.java
1168
void
restore
() {
method in class:WindowManager.LayoutParams
[
all
...]
/frameworks/base/core/java/android/widget/
ExpandableListView.java
408
canvas.
restore
();
[
all
...]
ProgressBar.java
851
canvas.
restore
();
SlidingDrawer.java
301
canvas.
restore
();
[
all
...]
/frameworks/base/libs/audioflinger/
AudioFlinger.h
528
void
restore
() { if (mSuspended) mSuspended--; }
function in class:android::AudioFlinger::PlaybackThread
/external/zlib/contrib/masmx64/
inffasx64.asm
369
mov rax, [rsp] ; /*
restore
rbp and rsp */
/packages/apps/Launcher2/src/com/android/launcher2/
Workspace.java
475
boolean
restore
= false;
500
if (
restore
) {
[
all
...]
/dalvik/vm/mterp/out/
InterpAsm-x86.S
119
/* save/
restore
the PC and/or FP from the glue struct */
[
all
...]
InterpAsm-x86-atom.S
102
*
Restore
the PC and FP from the glue struct
[
all
...]
/external/skia/src/core/
SkDraw.cpp
132
fPaint.setStyle(fStyle); //
restore
the old
602
SkAutoPaintStyleRestore
restore
(paint, SkPaint::kFill_Style);
[
all
...]
/external/webkit/WebCore/inspector/
InspectorController.cpp
[
all
...]
/external/webkit/WebKit/android/nav/
CachedRoot.cpp
325
virtual void
restore
() {
function in class:android::BoundsCanvas
331
SkCanvas::
restore
();
[
all
...]
/external/webkit/WebKit/chromium/src/
WebFrameImpl.cpp
284
ctx.
restore
();
[
all
...]
/external/skia/src/views/
SkListView.cpp
362
SkAutoCanvasRestore
restore
(canvas, true);
/external/webkit/WebCore/platform/chromium/
PopupMenuChromium.cpp
782
gc->
restore
();
[
all
...]
/external/webkit/WebCore/platform/graphics/cg/
GraphicsContextCG.cpp
181
//
restore
of the secondary context (in GraphicsContextPlatformPrivateCG.h).
183
m_data->
restore
();
280
setCGFillColor(context, strokeColor(), strokeColorSpace()); // The save/
restore
make it safe to mutate the fill color here without setting it back to the old color.
[
all
...]
/external/webkit/WebCore/platform/graphics/openvg/
PainterOpenVG.cpp
944
void PainterOpenVG::
restore
()
function in class:WebCore::PainterOpenVG
Completed in 1222 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>