Searched refs:new_surface (Results 1 – 7 of 7) sorted by relevance
/external/harfbuzz_ng/util/ |
D | helper-cairo-ansi.cc | 41 cairo_surface_t *new_surface = cairo_image_surface_create (CAIRO_FORMAT_RGB24, width, height); in helper_cairo_surface_write_to_ansi_stream() local 42 cairo_t *cr = cairo_create (new_surface); in helper_cairo_surface_write_to_ansi_stream() 55 surface = new_surface; in helper_cairo_surface_write_to_ansi_stream()
|
/external/skqp/gm/ |
D | fatpathfill.cpp | 19 static sk_sp<SkSurface> new_surface(int width, int height) { in new_surface() function 53 auto surface(new_surface(SMALL_W, SMALL_H)); in DEF_SIMPLE_GM()
|
/external/skia/gm/ |
D | fatpathfill.cpp | 23 static sk_sp<SkSurface> new_surface(int width, int height) { in new_surface() function 57 auto surface(new_surface(SMALL_W, SMALL_H)); in DEF_SIMPLE_GM()
|
/external/crosvm/gpu_display/src/ |
D | gpu_display_stub.rs | 107 let new_surface = Surface::create(width, height); in create_surface() localVariable 110 self.surfaces.insert(new_surface_id, new_surface); in create_surface()
|
D | gpu_display_x.rs | 727 let new_surface = Surface::create( in create_surface() localVariable 735 self.surfaces.insert(new_surface_id, new_surface); in create_surface()
|
/external/exoplayer/tree/extensions/av1/src/main/jni/ |
D | gav1_jni.cc | 283 bool MaybeAcquireNativeWindow(JNIEnv* env, jobject new_surface) { in MaybeAcquireNativeWindow() 284 if (surface == new_surface) { in MaybeAcquireNativeWindow() 292 native_window = ANativeWindow_fromSurface(env, new_surface); in MaybeAcquireNativeWindow() 298 surface = new_surface; in MaybeAcquireNativeWindow()
|
/external/exoplayer/tree/extensions/vp9/src/main/jni/ |
D | vpx_jni.cc | 405 void acquire_native_window(JNIEnv* env, jobject new_surface) { in acquire_native_window() 406 if (surface != new_surface) { in acquire_native_window() 410 native_window = ANativeWindow_fromSurface(env, new_surface); in acquire_native_window() 411 surface = new_surface; in acquire_native_window()
|