Home
last modified time | relevance | path

Searched refs:MyPort (Results 1 – 2 of 2) sorted by relevance

/external/skia/gm/
Drasterhandleallocator.cpp152 using MyPort = CGGraphicsPort; typedef
265 using MyPort = GDIGraphicsPort; typedef
270 using MyPort = SkiaGraphicsPort; typedef
301 MyPort nativePort(nativeCanvas.get());
/external/skqp/samplecode/
DSampleBigGradient.cpp148 #define MyPort CGGraphicsPort macro
256 #define MyPort GDIGraphicsPort macro
300 MyPort cgp(c2.get()); in onDrawContent()