OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:surf2
(Results
1 - 2
of
2
) sorted by null
/external/skia/gm/
surface.cpp
146
SkAutoTUnref<SkSurface>
surf2
(surf->newSurface(info));
147
drawInto(
surf2
->getCanvas());
150
SkASSERT(equal(surf->props(),
surf2
->props()));
152
SkAutoTUnref<SkImage> image2(
surf2
->newImageSnapshot());
image.cpp
176
SkAutoTUnref<SkSurface>
surf2
; // gpu
variable
179
surf2
.reset(SkSurface::NewRenderTarget(canvas->getGrContext(),
186
if (
surf2
) {
188
test_surface(canvas,
surf2
, true);
Completed in 365 milliseconds