Home
last modified time | relevance | path

Searched refs:saveLayer (Results 1 – 25 of 125) sorted by relevance

12345

/external/chromium_org/third_party/skia/tests/
DRecordOptsTest.cpp84 recorder.saveLayer(NULL, NULL); in DEF_TEST()
126 recorder.saveLayer(&bounds, NULL); in DEF_TEST()
132 recorder.saveLayer(NULL, NULL); in DEF_TEST()
140 recorder.saveLayer(NULL, &badLayerPaint); in DEF_TEST()
146 recorder.saveLayer(NULL, &worseLayerPaint); in DEF_TEST()
152 recorder.saveLayer(NULL, &goodLayerPaint); in DEF_TEST()
158 recorder.saveLayer(NULL, &goodLayerPaint); in DEF_TEST()
DRecorderTest.cpp99 recorder.saveLayer(&bounds, &paint); in DEF_TEST()
137 recorder.saveLayer(NULL, NULL); in DEF_TEST()
141 recorder.saveLayer(NULL, NULL); in DEF_TEST()
DImageFilterTest.cpp499 recordingCanvas->saveLayer(&bounds, &paint); in draw_saveLayer_picture()
581 canvas->saveLayer(NULL, &filterPaint); in draw_blurred_rect()
697 canvas.saveLayer(&bounds, &filterPaint); in DEF_TEST()
726 recordingCanvas->saveLayer(NULL, &paint); in DEF_TEST()
846 recordingCanvas->saveLayer(&bounds, &imageFilterPaint); in DEF_TEST()
856 recordingCanvas->saveLayer(NULL, &imageFilterPaint); in DEF_TEST()
866 recordingCanvas->saveLayer(&bounds, &colorFilterPaint); in DEF_TEST()
1018 canvas.saveLayer(&bounds1, NULL); in DEF_TEST()
1022 canvas.saveLayer(&bounds2, &filterPaint); in DEF_TEST()
1041 canvas.saveLayer(&bounds1, NULL); in DEF_TEST()
DCanvasTest.cpp390 canvas->saveLayer(NULL, NULL); in SaveLayerStep()
401 canvas->saveLayer(&kTestRect, NULL); in BoundedSaveLayerStep()
412 canvas->saveLayer(NULL, &kTestPaint); in PaintSaveLayerStep()
513 canvas->saveLayer(bounds, paint); in DrawLayerTestStep()
520 canvas->saveLayer(bounds, paint); in DrawLayerTestStep()
521 canvas->saveLayer(bounds, paint); in DrawLayerTestStep()
/external/chromium_org/third_party/skia/samplecode/
DSampleLayers.cpp73 canvas->saveLayer(&r, NULL); in test_fade()
77 canvas->saveLayer(&r, NULL); in test_fade()
164 canvas->saveLayer(&r, &p); in onDraw()
182 canvas->saveLayer(&r, &p); in onDraw()
204 canvas->saveLayer(&r, &p); in onDraw()
/external/skia/samplecode/
DSampleLayers.cpp73 canvas->saveLayer(&r, NULL); in test_fade()
77 canvas->saveLayer(&r, NULL); in test_fade()
164 canvas->saveLayer(&r, &p); in onDraw()
182 canvas->saveLayer(&r, &p); in onDraw()
204 canvas->saveLayer(&r, &p); in onDraw()
/external/skia/tests/
DRecordOptsTest.cpp205 recorder.saveLayer(&bounds, NULL); in DEF_TEST()
211 recorder.saveLayer(NULL, NULL); in DEF_TEST()
219 recorder.saveLayer(NULL, &badLayerPaint); in DEF_TEST()
225 recorder.saveLayer(NULL, &worseLayerPaint); in DEF_TEST()
231 recorder.saveLayer(NULL, &goodLayerPaint); in DEF_TEST()
237 recorder.saveLayer(NULL, &goodLayerPaint); in DEF_TEST()
DImageFilterTest.cpp482 canvas.saveLayer(&bounds, &filterPaint); in DEF_TEST()
511 recordingCanvas->saveLayer(NULL, &paint); in DEF_TEST()
609 recordingCanvas->saveLayer(&bounds, &imageFilterPaint); in DEF_TEST()
619 recordingCanvas->saveLayer(NULL, &imageFilterPaint); in DEF_TEST()
629 recordingCanvas->saveLayer(&bounds, &colorFilterPaint); in DEF_TEST()
727 canvas.saveLayer(&bounds1, NULL); in DEF_TEST()
731 canvas.saveLayer(&bounds2, &filterPaint); in DEF_TEST()
750 canvas.saveLayer(&bounds1, NULL); in DEF_TEST()
/external/chromium_org/third_party/skia/src/core/
DSkRecordOpts.cpp93 SaveLayer* saveLayer = pattern->first<SaveLayer>(); in onMatch() local
94 if (saveLayer->bounds != NULL) { in onMatch()
99 SkPaint* layerPaint = saveLayer->paint; in onMatch()
DSkRecorder.cpp248 SkBool8 saveLayer; in didRestore() local
249 fSaveIsSaveLayer.pop(&saveLayer); in didRestore()
250 if (saveLayer) { in didRestore()
/external/skia/src/animator/
DSkDrawSaveLayer.cpp44 maker.fCanvas->saveLayer(&bounds->fRect, &realPaint); in draw()
47 maker.fCanvas->saveLayer(&bounds->fRect, save); in draw()
/external/chromium_org/third_party/skia/src/animator/
DSkDrawSaveLayer.cpp44 maker.fCanvas->saveLayer(&bounds->fRect, &realPaint); in draw()
47 maker.fCanvas->saveLayer(&bounds->fRect, save); in draw()
/external/chromium_org/third_party/skia/gm/
Doptimizations.cpp94 canvas->saveLayer(NULL, &saveLayerPaint); in create_save_layer_opt_1()
96 canvas->saveLayer(NULL, NULL); in create_save_layer_opt_1()
228 canvas->saveLayer(NULL, &saveLayerPaint); in create_save_layer_opt_2()
230 canvas->saveLayer(NULL, NULL); in create_save_layer_opt_2()
Dcomplexclip.cpp24 ComplexClipGM(bool aaclip, bool saveLayer) in ComplexClipGM() argument
26 , fDoSaveLayer(saveLayer) { in ComplexClipGM()
118 canvas->saveLayer(&bounds, NULL); in onDraw()
Dlumafilter.cpp41 canvas->saveLayer(&bounds, NULL); in draw_scene()
58 canvas->saveLayer(&bounds, &xferPaint); in draw_scene()
Dlerpmode.cpp21 canvas->saveLayer(&bounds, NULL); in show_circlelayers()
/external/skia/gm/
Doptimizations.cpp94 canvas->saveLayer(NULL, &saveLayerPaint); in create_save_layer_opt_1()
96 canvas->saveLayer(NULL, NULL); in create_save_layer_opt_1()
228 canvas->saveLayer(NULL, &saveLayerPaint); in create_save_layer_opt_2()
230 canvas->saveLayer(NULL, NULL); in create_save_layer_opt_2()
Dcomplexclip.cpp24 ComplexClipGM(bool aaclip, bool saveLayer) in ComplexClipGM() argument
26 , fDoSaveLayer(saveLayer) { in ComplexClipGM()
117 canvas->saveLayer(&bounds, NULL); in onDraw()
Dlumafilter.cpp40 canvas->saveLayer(&bounds, NULL); in draw_scene()
57 canvas->saveLayer(&bounds, &xferPaint); in draw_scene()
Dimagemagnifier.cpp45 canvas->saveLayer(NULL, &paint); in onDraw()
/external/chromium_org/third_party/skia/tools/
Dfiltermain.cpp59 SkSaveLayerCommand* saveLayer = in check_0() local
64 const SkPaint* saveLayerPaint = saveLayer->paint(); in check_0()
82 SkSaveLayerCommand* saveLayer = in apply_0() local
84 const SkPaint* saveLayerPaint = saveLayer->paint(); in apply_0()
134 SkSaveLayerCommand* saveLayer = in check_1() local
139 const SkPaint* saveLayerPaint = saveLayer->paint(); in check_1()
160 SkSaveLayerCommand* saveLayer = in apply_1() local
162 const SkPaint* saveLayerPaint = saveLayer->paint(); in apply_1()
/external/skia/tools/
Dfiltermain.cpp60 SkSaveLayerCommand* saveLayer = in check_0() local
65 const SkPaint* saveLayerPaint = saveLayer->paint(); in check_0()
83 SkSaveLayerCommand* saveLayer = in apply_0() local
85 const SkPaint* saveLayerPaint = saveLayer->paint(); in apply_0()
135 SkSaveLayerCommand* saveLayer = in check_1() local
140 const SkPaint* saveLayerPaint = saveLayer->paint(); in check_1()
161 SkSaveLayerCommand* saveLayer = in apply_1() local
163 const SkPaint* saveLayerPaint = saveLayer->paint(); in apply_1()
/external/skia/src/core/
DSkRecordOpts.cpp113 SaveLayer* saveLayer = pattern->first<SaveLayer>(); in onMatch() local
114 if (saveLayer->bounds != NULL) { in onMatch()
119 SkPaint* layerPaint = saveLayer->paint; in onMatch()
/external/chromium_org/chrome/browser/ui/libgtk2ui/
Dgtk2_border.cc94 canvas->sk_canvas()->saveLayer(&sk_rect, NULL); in Paint()
102 canvas->sk_canvas()->saveLayer(&sk_rect, &paint); in Paint()
/external/chromium_org/ui/views/controls/button/
Dlabel_button_border.cc108 canvas->sk_canvas()->saveLayer(&sk_rect, NULL); in Paint()
116 canvas->sk_canvas()->saveLayer(&sk_rect, &paint); in Paint()

12345