OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_surface
(Results
1 - 4
of
4
) sorted by null
/external/harfbuzz_ng/util/
helper-cairo-ansi.cc
41
cairo_surface_t *
new_surface
= cairo_image_surface_create (CAIRO_FORMAT_RGB24, width, height);
local
42
cairo_t *cr = cairo_create (
new_surface
);
55
surface =
new_surface
;
/external/chromium_org/third_party/skia/gm/
fatpathfill.cpp
18
static SkSurface*
new_surface
(int width, int height) {
function
72
SkAutoTUnref<SkSurface> surface(
new_surface
(SMALL_W, SMALL_H));
/external/skia/gm/
fatpathfill.cpp
18
static SkSurface*
new_surface
(int width, int height) {
function
72
SkAutoTUnref<SkSurface> surface(
new_surface
(SMALL_W, SMALL_H));
/external/chromium_org/ui/gl/
gl_surface_egl.cc
569
EGLSurface
new_surface
= eglCreatePbufferSurface(display,
local
572
if (!
new_surface
) {
581
surface_ =
new_surface
;
Completed in 601 milliseconds