HomeSort by relevance Sort by last modified time
    Searched defs:surfaceProps (Results 1 - 10 of 10) 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 63 sk_surfaceprops_t surfaceProps = { UNKNOWN_SK_PIXELGEOMETRY };
66 &surfaceProps);
  /external/skqp/gm/
cgm.c 56 sk_surfaceprops_t surfaceProps = { UNKNOWN_SK_PIXELGEOMETRY };
57 sk_surface_t* surf = sk_surface_new_raster(info, &surfaceProps);
  /external/skqp/tests/
CTest.cpp 63 sk_surfaceprops_t surfaceProps = { UNKNOWN_SK_PIXELGEOMETRY };
66 &surfaceProps);
  /external/skia/src/gpu/
GrRenderTargetContext.h 429 const SkSurfaceProps& surfaceProps() const { return fSurfaceProps; }
  /external/skqp/src/gpu/
GrRenderTargetContext.h 386 const SkSurfaceProps& surfaceProps() const { return fSurfaceProps; }
  /external/skia/include/core/
SkSurfaceCharacterization.h 85 const SkSurfaceProps& surfaceProps()const { return fSurfaceProps; }
105 const SkSurfaceProps& surfaceProps)
117 , fSurfaceProps(surfaceProps) {
131 const SkSurfaceProps& surfaceProps) {
152 fSurfaceProps = surfaceProps;
198 const SkSurfaceProps& surfaceProps()const { return fSurfaceProps; }
  /external/skqp/include/core/
SkSurfaceCharacterization.h 85 const SkSurfaceProps& surfaceProps()const { return fSurfaceProps; }
104 const SkSurfaceProps& surfaceProps)
116 , fSurfaceProps(surfaceProps) {
130 const SkSurfaceProps& surfaceProps) {
151 fSurfaceProps = surfaceProps;
197 const SkSurfaceProps& surfaceProps()const { return fSurfaceProps; }
  /external/skia/src/core/
SkDevice.h 38 * Return SurfaceProps for this device.
40 const SkSurfaceProps& surfaceProps() const {
  /external/skqp/src/core/
SkDevice.h 38 * Return SurfaceProps for this device.
40 const SkSurfaceProps& surfaceProps() const {

Completed in 812 milliseconds