Home
last modified time | relevance | path

Searched defs:surfaceProps (Results 1 – 14 of 14) sorted by relevance

/external/skia/src/core/
DSkGlyphCache.h263 const SkSurfaceProps* surfaceProps, in SkAutoGlyphCache()
270 const SkSurfaceProps* surfaceProps, in SkAutoGlyphCache()
282 const SkSurfaceProps* surfaceProps, in SkAutoGlyphCacheNoGamma()
DSkBitmapDevice.cpp76 SkBitmapDevice::SkBitmapDevice(const SkBitmap& bitmap, const SkSurfaceProps& surfaceProps, in SkBitmapDevice()
87 const SkSurfaceProps& surfaceProps, in Create()
132 const SkSurfaceProps surfaceProps(this->surfaceProps().flags(), cinfo.fPixelGeometry); in onCreateDevice() local
DSkPaint.cpp1314 const SkSurfaceProps* surfaceProps, in MakeRec()
1578 const SkSurfaceProps* surfaceProps, in fill_out_rec()
1678 const SkSurfaceProps& surfaceProps, in getScalerContextDescriptor()
1714 void SkPaint::descriptorProc(const SkSurfaceProps* surfaceProps, in descriptorProc()
1746 SkGlyphCache* SkPaint::detachCache(const SkSurfaceProps* surfaceProps, in detachCache()
DSkDevice.h40 const SkSurfaceProps& surfaceProps() const { in surfaceProps() function
DSkDevice.cpp30 SkBaseDevice::SkBaseDevice(const SkImageInfo& info, const SkSurfaceProps& surfaceProps) in SkBaseDevice()
/external/skia/src/gpu/
DGrPathRenderingRenderTargetContext.h28 const SkSurfaceProps* surfaceProps, GrAuditTrail* at, in GrPathRenderingRenderTargetContext()
DGrContext.cpp718 const SkSurfaceProps* surfaceProps) { in makeBackendRenderTargetRenderTargetContext()
742 const SkSurfaceProps* surfaceProps) { in makeBackendTextureAsRenderTargetRenderTargetContext()
791 const SkSurfaceProps* surfaceProps, in makeDeferredRenderTargetContextWithFallback()
808 const SkSurfaceProps* surfaceProps, in makeDeferredRenderTargetContext()
DGrDrawingManager.cpp316 const SkSurfaceProps* surfaceProps, in makeRenderTargetContext()
DGrRenderTargetContext.h321 const SkSurfaceProps& surfaceProps() const { return fSurfaceProps; } in surfaceProps() function
DSkGpuDevice.cpp158 const SkSurfaceProps* surfaceProps) { in MakeRenderTargetContext()
DGrRenderTargetContext.cpp109 const SkSurfaceProps* surfaceProps, in GrRenderTargetContext()
/external/skia/gm/
Dcgm.c56 sk_surfaceprops_t surfaceProps = { UNKNOWN_SK_PIXELGEOMETRY }; in sk_test_c_api() local
/external/skia/tests/
DCTest.cpp62 sk_surfaceprops_t surfaceProps = { UNKNOWN_SK_PIXELGEOMETRY }; in test_c() local
/external/skia/src/gpu/text/
DGrTextUtils.cpp593 uint32_t GrTextUtils::FilterTextFlags(const SkSurfaceProps& surfaceProps, const SkPaint& paint) { in FilterTextFlags()