HomeSort by relevance Sort by last modified time
    Searched refs:restore (Results 201 - 225 of 891) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/skia/gm/
nested.cpp 104 canvas->restore();
shadertext2.cpp 146 canvas->restore();
168 canvas->restore();
184 canvas->restore();
190 canvas->restore();
verylargebitmap.cpp 35 canvas->restore();
complexclip.cpp 134 canvas->restore();
152 canvas->restore();
157 canvas->restore();
megalooper.cpp 109 canvas->restore();
159 canvas->restore();
205 canvas->restore();
shadertext.cpp 193 canvas->restore();
199 canvas->restore();
201 canvas->restore();
  /external/skia/src/animator/
SkDisplayApply.h 86 SkBool restore; member in class:SkApply
  /frameworks/base/core/java/android/text/style/
DynamicDrawableSpan.java 108 canvas.restore();
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
BitmapMeshActivity.java 79 canvas.restore();
ClipRegionActivity.java 88 canvas.restore();
PosTextActivity.java 76 canvas.restore();
LinesActivity.java 148 canvas.restore();
155 canvas.restore();
163 canvas.restore();
  /frameworks/base/tests/backup/
test_restore.sh 68 # pick the most recent set and restore from it
71 # run the restore
73 a shell bmgr restore "$restore_set"
  /hardware/samsung_slsi/exynos5/libswconverter/
csc_tiled_to_linear_uv_deinterleave_neon.s 160 ldmfd sp!, {r0-r2,r4} @ restore registers
195 ldmfd sp!, {r0-r1} @ restore registers
241 ldmfd sp!, {r0-r2,r4-r5} @ restore registers
248 ldmfd sp!, {r4-r12,r15} @ restore registers
csc_tiled_to_linear_uv_neon.s 138 ldmfd sp!, {r0-r1} @ restore registers
208 ldmfd sp!, {r0-r1,r3} @ restore registers
215 ldmfd sp!, {r4-r12,r15} @ restore registers
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
ProgressSpinner.java 78 canvas.restore();
  /external/chromium_org/ash/wm/
base_layout_manager.cc 172 // Save the previous show state so that we can correctly restore it.
244 const gfx::Rect* restore = GetRestoreBoundsInScreen(window); local
245 if (restore) {
247 ScreenAsh::ConvertRectFromScreen(window->parent(), *restore);
  /external/skia/tests/
CanvasStateTest.cpp 74 canvas.restore();
155 tmpCanvas->restore();
163 canvas.restore();
  /frameworks/base/core/java/android/widget/
AnalogClock.java 207 canvas.restore();
219 canvas.restore();
222 canvas.restore();
  /external/chromium_org/third_party/WebKit/Source/core/page/
PrintContext.cpp 206 ctx.restore();
216 ctx.restore();
397 graphicsContext.restore();
403 graphicsContext.restore();
408 graphicsContext.restore();
  /external/chromium_org/third_party/skia/include/gpu/
GrContext.h 658 * Save/restore the view-matrix in the context. It can optionally adjust a paint to account
666 * Note that when restore is called (or in the destructor) the context's matrix will be
675 ~AutoMatrix() { this->restore(); }
683 this->restore();
697 this->restore();
721 this->restore();
752 void restore() { function in class:GrContext::AutoMatrix
    [all...]
  /external/jpeg/
jmemdosa.asm 17 ; we save and restore all 8086 registers, even though most compilers only
61 open_err: pop ds ; restore registers and exit
93 close_err: pop ds ; restore registers and exit
127 seek_err: pop ds ; restore registers and exit
165 read_err: pop ds ; restore registers and exit
203 write_err: pop ds ; restore registers and exit
244 pop ds ; restore registers and exit
285 pop ds ; restore registers and exit
323 avail_done: pop ds ; restore registers and exit
366 pop ds ; restore registers and exi
    [all...]
  /external/qemu/distrib/jpeg-6b/
jmemdosa.asm 17 ; we save and restore all 8086 registers, even though most compilers only
61 open_err: pop ds ; restore registers and exit
93 close_err: pop ds ; restore registers and exit
127 seek_err: pop ds ; restore registers and exit
165 read_err: pop ds ; restore registers and exit
203 write_err: pop ds ; restore registers and exit
244 pop ds ; restore registers and exit
285 pop ds ; restore registers and exit
323 avail_done: pop ds ; restore registers and exit
366 pop ds ; restore registers and exi
    [all...]
  /external/skia/include/gpu/
GrContext.h 658 * Save/restore the view-matrix in the context. It can optionally adjust a paint to account
666 * Note that when restore is called (or in the destructor) the context's matrix will be
675 ~AutoMatrix() { this->restore(); }
683 this->restore();
697 this->restore();
721 this->restore();
752 void restore() { function in class:GrContext::AutoMatrix
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
CanvasTest.java 145 // abnormal case: save not called before restore
147 mCanvas.restore();
148 fail("should throw out IllegalStateException because cannot restore Canvas"
155 mCanvas.restore();
176 mCanvas.restore();
205 mCanvas.restore();
233 mCanvas.restore();
260 mCanvas.restore();
292 mCanvas.restore();
320 mCanvas.restore();
    [all...]

Completed in 1125 milliseconds

1 2 3 4 5 6 7 891011>>