Searched defs:surfaceProps (Results 1 – 14 of 14) sorted by relevance
/external/skia/src/core/ |
D | SkGlyphCache.h | 263 const SkSurfaceProps* surfaceProps, in SkAutoGlyphCache() 270 const SkSurfaceProps* surfaceProps, in SkAutoGlyphCache() 282 const SkSurfaceProps* surfaceProps, in SkAutoGlyphCacheNoGamma()
|
D | SkBitmapDevice.cpp | 76 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
|
D | SkPaint.cpp | 1314 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()
|
D | SkDevice.h | 40 const SkSurfaceProps& surfaceProps() const { in surfaceProps() function
|
D | SkDevice.cpp | 30 SkBaseDevice::SkBaseDevice(const SkImageInfo& info, const SkSurfaceProps& surfaceProps) in SkBaseDevice()
|
/external/skia/src/gpu/ |
D | GrPathRenderingRenderTargetContext.h | 28 const SkSurfaceProps* surfaceProps, GrAuditTrail* at, in GrPathRenderingRenderTargetContext()
|
D | GrContext.cpp | 718 const SkSurfaceProps* surfaceProps) { in makeBackendRenderTargetRenderTargetContext() 742 const SkSurfaceProps* surfaceProps) { in makeBackendTextureAsRenderTargetRenderTargetContext() 791 const SkSurfaceProps* surfaceProps, in makeDeferredRenderTargetContextWithFallback() 808 const SkSurfaceProps* surfaceProps, in makeDeferredRenderTargetContext()
|
D | GrDrawingManager.cpp | 316 const SkSurfaceProps* surfaceProps, in makeRenderTargetContext()
|
D | GrRenderTargetContext.h | 321 const SkSurfaceProps& surfaceProps() const { return fSurfaceProps; } in surfaceProps() function
|
D | SkGpuDevice.cpp | 158 const SkSurfaceProps* surfaceProps) { in MakeRenderTargetContext()
|
D | GrRenderTargetContext.cpp | 109 const SkSurfaceProps* surfaceProps, in GrRenderTargetContext()
|
/external/skia/gm/ |
D | cgm.c | 56 sk_surfaceprops_t surfaceProps = { UNKNOWN_SK_PIXELGEOMETRY }; in sk_test_c_api() local
|
/external/skia/tests/ |
D | CTest.cpp | 62 sk_surfaceprops_t surfaceProps = { UNKNOWN_SK_PIXELGEOMETRY }; in test_c() local
|
/external/skia/src/gpu/text/ |
D | GrTextUtils.cpp | 593 uint32_t GrTextUtils::FilterTextFlags(const SkSurfaceProps& surfaceProps, const SkPaint& paint) { in FilterTextFlags()
|