HomeSort by relevance Sort by last modified time
    Searched defs:surfaceProps (Results 1 - 4 of 4) sorted by null

  /external/skia/gm/
cgm.c 56 sk_surfaceprops_t surfaceProps = { UNKNOWN_SK_PIXELGEOMETRY };
57 sk_surface_t* surf = sk_surface_new_raster(&info, &surfaceProps);
  /external/skia/tests/
CTest.cpp 62 sk_surfaceprops_t surfaceProps = { UNKNOWN_SK_PIXELGEOMETRY };
65 &surfaceProps);
  /external/skia/src/gpu/
GrRenderTargetContext.h 321 const SkSurfaceProps& surfaceProps() const { return fSurfaceProps; }
  /external/skia/src/core/
SkDevice.h 38 * Return SurfaceProps for this device.
40 const SkSurfaceProps& surfaceProps() const {

Completed in 100 milliseconds