Home
last modified time | relevance | path

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

/external/skia/tools/VisualBench/
DWrappedBenchmark.h23 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()
DVisualBenchmarkStream.cpp76 VisualBenchmarkStream::VisualBenchmarkStream(const SkSurfaceProps& surfaceProps, bool justSKP) in VisualBenchmarkStream()
/external/skia/src/core/
DSkGlyphCache.h286 const SkSurfaceProps* surfaceProps, in SkAutoGlyphCache()
291 const SkSurfaceProps* surfaceProps, in SkAutoGlyphCache()
303 const SkSurfaceProps* surfaceProps, in SkAutoGlyphCacheNoGamma()
DSkBitmapDevice.cpp80 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
DSkPaint.cpp1326 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()
DSkDevice.cpp23 SkBaseDevice::SkBaseDevice(const SkSurfaceProps& surfaceProps) in SkBaseDevice()
DSkImageFilter.cpp674 const SkSurfaceProps surfaceProps(fDevice->fSurfaceProps.flags(), in createDevice() local
DSkCanvas.cpp700 SkNoPixelsBitmapDevice(const SkIRect& bounds, const SkSurfaceProps& surfaceProps) in SkNoPixelsBitmapDevice()
1242 const SkSurfaceProps surfaceProps(fProps.flags(), createInfo.fPixelGeometry); in internalSaveLayer() local
/external/skia/src/gpu/
DGrPathRenderingDrawContext.h30 const SkSurfaceProps* surfaceProps, GrAuditTrail* at, in GrPathRenderingDrawContext()
DGrDrawingManager.cpp163 const SkSurfaceProps* surfaceProps) { in drawContext()
DGrContext.cpp580 GrDrawContext* GrContext::drawContext(GrRenderTarget* rt, const SkSurfaceProps* surfaceProps) { in drawContext()
DGrDrawContext.cpp56 const SkSurfaceProps* surfaceProps, in GrDrawContext()
/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/include/gpu/
DGrDrawContext.h274 const SkSurfaceProps& surfaceProps() const { return fSurfaceProps; } in surfaceProps() function
/external/skia/platform_tools/android/apps/canvasproof/src/main/jni/
Dorg_skia_canvasproof_GaneshPictureRenderer.cpp37 SkSurfaceProps surfaceProps(SkSurfaceProps::kUseDeviceIndependentFonts_Flag, in render_picture() local
/external/skia/include/core/
DSkDevice.h318 const SkSurfaceProps& surfaceProps() const { in surfaceProps() function
/external/skia/src/gpu/text/
DGrTextUtils.cpp551 uint32_t GrTextUtils::FilterTextFlags(const SkSurfaceProps& surfaceProps, const SkPaint& paint) { in FilterTextFlags()