/external/skia/tools/VisualBench/ |
D | WrappedBenchmark.h | 23 explicit WrappedBenchmark(const SkSurfaceProps& surfaceProps, Benchmark* bench) in WrappedBenchmark() 27 const SkSurfaceProps& surfaceProps() const { return fSurfaceProps; } in surfaceProps() function 78 explicit CpuWrappedBenchmark(const SkSurfaceProps& surfaceProps, Benchmark* bench) in CpuWrappedBenchmark() 100 explicit GpuWrappedBenchmark(const SkSurfaceProps& surfaceProps, Benchmark* bench, in GpuWrappedBenchmark()
|
D | VisualBenchmarkStream.cpp | 76 VisualBenchmarkStream::VisualBenchmarkStream(const SkSurfaceProps& surfaceProps, bool justSKP) in VisualBenchmarkStream()
|
/external/skia/src/core/ |
D | SkGlyphCache.h | 286 const SkSurfaceProps* surfaceProps, in SkAutoGlyphCache() 291 const SkSurfaceProps* surfaceProps, in SkAutoGlyphCache() 303 const SkSurfaceProps* surfaceProps, in SkAutoGlyphCacheNoGamma()
|
D | SkBitmapDevice.cpp | 80 SkBitmapDevice::SkBitmapDevice(const SkBitmap& bitmap, const SkSurfaceProps& surfaceProps) in SkBitmapDevice() 87 const SkSurfaceProps& surfaceProps) { in Create() 135 const SkSurfaceProps surfaceProps(this->surfaceProps().flags(), cinfo.fPixelGeometry); in onCreateDevice() local
|
D | SkPaint.cpp | 1326 const SkSurfaceProps* surfaceProps, in MakeRec() 1588 const SkSurfaceProps* surfaceProps, in fill_out_rec() 1684 const SkSurfaceProps& surfaceProps, in getScalerContextDescriptor() 1715 void SkPaint::descriptorProc(const SkSurfaceProps* surfaceProps, in descriptorProc() 1745 SkGlyphCache* SkPaint::detachCache(const SkSurfaceProps* surfaceProps, in detachCache()
|
D | SkDevice.cpp | 23 SkBaseDevice::SkBaseDevice(const SkSurfaceProps& surfaceProps) in SkBaseDevice()
|
D | SkImageFilter.cpp | 674 const SkSurfaceProps surfaceProps(fDevice->fSurfaceProps.flags(), in createDevice() local
|
D | SkCanvas.cpp | 700 SkNoPixelsBitmapDevice(const SkIRect& bounds, const SkSurfaceProps& surfaceProps) in SkNoPixelsBitmapDevice() 1242 const SkSurfaceProps surfaceProps(fProps.flags(), createInfo.fPixelGeometry); in internalSaveLayer() local
|
/external/skia/src/gpu/ |
D | GrPathRenderingDrawContext.h | 30 const SkSurfaceProps* surfaceProps, GrAuditTrail* at, in GrPathRenderingDrawContext()
|
D | GrDrawingManager.cpp | 163 const SkSurfaceProps* surfaceProps) { in drawContext()
|
D | GrContext.cpp | 580 GrDrawContext* GrContext::drawContext(GrRenderTarget* rt, const SkSurfaceProps* surfaceProps) { in drawContext()
|
D | GrDrawContext.cpp | 56 const SkSurfaceProps* surfaceProps, in GrDrawContext()
|
/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/include/gpu/ |
D | GrDrawContext.h | 274 const SkSurfaceProps& surfaceProps() const { return fSurfaceProps; } in surfaceProps() function
|
/external/skia/platform_tools/android/apps/canvasproof/src/main/jni/ |
D | org_skia_canvasproof_GaneshPictureRenderer.cpp | 37 SkSurfaceProps surfaceProps(SkSurfaceProps::kUseDeviceIndependentFonts_Flag, in render_picture() local
|
/external/skia/include/core/ |
D | SkDevice.h | 318 const SkSurfaceProps& surfaceProps() const { in surfaceProps() function
|
/external/skia/src/gpu/text/ |
D | GrTextUtils.cpp | 551 uint32_t GrTextUtils::FilterTextFlags(const SkSurfaceProps& surfaceProps, const SkPaint& paint) { in FilterTextFlags()
|