Searched defs:surfaceProps (Results 1 - 13 of 13) sorted by relevance

/external/skia/src/gpu/
H A DGrPathRenderingRenderTargetContext.h28 const SkSurfaceProps* surfaceProps, GrAuditTrail* at,
30 : INHERITED(ctx, mgr, std::move(rtp), std::move(colorSpace), surfaceProps, at, so) {}
25 GrPathRenderingRenderTargetContext(GrContext* ctx, GrDrawingManager* mgr, sk_sp<GrRenderTargetProxy> rtp, sk_sp<SkColorSpace> colorSpace, const SkSurfaceProps* surfaceProps, GrAuditTrail* at, GrSingleOwner* so) argument
H A DGrDrawingManager.cpp283 const SkSurfaceProps* surfaceProps) {
299 if (surfaceProps) {
300 useDIF = surfaceProps->isUseDeviceIndependentFonts();
314 std::move(colorSpace), surfaceProps,
321 surfaceProps,
280 makeRenderTargetContext( sk_sp<GrSurfaceProxy> sProxy, sk_sp<SkColorSpace> colorSpace, const SkSurfaceProps* surfaceProps) argument
H A DGrRenderTargetContext.h355 const SkSurfaceProps& surfaceProps() const { return fSurfaceProps; } function in class:GrRenderTargetContext
H A DGrContext.cpp589 const SkSurfaceProps* surfaceProps) {
599 surfaceProps);
680 const SkSurfaceProps* surfaceProps) {
695 surfaceProps);
701 const SkSurfaceProps* surfaceProps) {
717 surfaceProps);
748 const SkSurfaceProps* surfaceProps,
755 sampleCnt, origin, surfaceProps, budgeted);
765 const SkSurfaceProps* surfaceProps,
772 sampleCnt, origin, surfaceProps, budgete
586 makeWrappedRenderTargetContext( sk_sp<GrRenderTarget> rt, sk_sp<SkColorSpace> colorSpace, const SkSurfaceProps* surfaceProps) argument
677 makeBackendRenderTargetRenderTargetContext( const GrBackendRenderTargetDesc& desc, sk_sp<SkColorSpace> colorSpace, const SkSurfaceProps* surfaceProps) argument
698 makeBackendTextureAsRenderTargetRenderTargetContext( const GrBackendTextureDesc& desc, sk_sp<SkColorSpace> colorSpace, const SkSurfaceProps* surfaceProps) argument
741 makeRenderTargetContextWithFallback( SkBackingFit fit, int width, int height, GrPixelConfig config, sk_sp<SkColorSpace> colorSpace, int sampleCnt, GrSurfaceOrigin origin, const SkSurfaceProps* surfaceProps, SkBudgeted budgeted) argument
758 makeDeferredRenderTargetContextWithFallback( SkBackingFit fit, int width, int height, GrPixelConfig config, sk_sp<SkColorSpace> colorSpace, int sampleCnt, GrSurfaceOrigin origin, const SkSurfaceProps* surfaceProps, SkBudgeted budgeted) argument
775 makeRenderTargetContext(SkBackingFit fit, int width, int height, GrPixelConfig config, sk_sp<SkColorSpace> colorSpace, int sampleCnt, GrSurfaceOrigin origin, const SkSurfaceProps* surfaceProps, SkBudgeted budgeted) argument
815 makeDeferredRenderTargetContext( SkBackingFit fit, int width, int height, GrPixelConfig config, sk_sp<SkColorSpace> colorSpace, int sampleCnt, GrSurfaceOrigin origin, const SkSurfaceProps* surfaceProps, SkBudgeted budgeted) argument
[all...]
H A DGrRenderTargetContext.cpp77 const SkSurfaceProps* surfaceProps,
85 , fSurfaceProps(SkSurfacePropsCopyOrDefault(surfaceProps)) {
73 GrRenderTargetContext(GrContext* context, GrDrawingManager* drawingMgr, sk_sp<GrRenderTargetProxy> rtp, sk_sp<SkColorSpace> colorSpace, const SkSurfaceProps* surfaceProps, GrAuditTrail* auditTrail, GrSingleOwner* singleOwner) argument
H A DSkGpuDevice.cpp140 SkToBool(flags & kIsOpaque_Flag)), renderTargetContext->surfaceProps())
158 const SkSurfaceProps* surfaceProps) {
174 origin, surfaceProps, budgeted);
259 &this->surfaceProps()));
1297 &this->surfaceProps());
1310 &this->surfaceProps());
1344 &this->surfaceProps());
1762 SkSurfaceProps props(this->surfaceProps().flags(), cinfo.fPixelGeometry);
152 MakeRenderTargetContext( GrContext* context, SkBudgeted budgeted, const SkImageInfo& origInfo, int sampleCount, GrSurfaceOrigin origin, const SkSurfaceProps* surfaceProps) argument
/external/skia/tests/
H A DCTest.cpp62 sk_surfaceprops_t surfaceProps = { UNKNOWN_SK_PIXELGEOMETRY }; local
65 &surfaceProps);
/external/skia/gm/
H A Dcgm.c56 sk_surfaceprops_t surfaceProps = { UNKNOWN_SK_PIXELGEOMETRY }; local
57 sk_surface_t* surf = sk_surface_new_raster(&info, &surfaceProps);
/external/skia/src/core/
H A DSkGlyphCache.h263 const SkSurfaceProps* surfaceProps,
265 : INHERITED(paint.detachCache(surfaceProps,
270 const SkSurfaceProps* surfaceProps,
273 : INHERITED(paint.detachCache(surfaceProps, scalerContextFlags, matrix))
282 const SkSurfaceProps* surfaceProps,
284 : SkAutoGlyphCache(paint, surfaceProps, SkPaint::kNone_ScalerContextFlags, matrix)
262 SkAutoGlyphCache(const SkPaint& paint, const SkSurfaceProps* surfaceProps, const SkMatrix* matrix) argument
269 SkAutoGlyphCache(const SkPaint& paint, const SkSurfaceProps* surfaceProps, uint32_t scalerContextFlags, const SkMatrix* matrix) argument
281 SkAutoGlyphCacheNoGamma(const SkPaint& paint, const SkSurfaceProps* surfaceProps, const SkMatrix* matrix) argument
H A DSkDevice.h39 const SkSurfaceProps& surfaceProps() const { function in class:SkBaseDevice
H A DSkBitmapDevice.cpp84 SkBitmapDevice::SkBitmapDevice(const SkBitmap& bitmap, const SkSurfaceProps& surfaceProps, argument
86 : INHERITED(bitmap.info(), surfaceProps)
96 const SkSurfaceProps& surfaceProps,
131 return new SkBitmapDevice(bitmap, surfaceProps, hndl);
143 const SkSurfaceProps surfaceProps(this->surfaceProps().flags(), cinfo.fPixelGeometry);
144 return SkBitmapDevice::Create(cinfo.fInfo, surfaceProps, cinfo.fAllocator);
95 Create(const SkImageInfo& origInfo, const SkSurfaceProps& surfaceProps, SkRasterHandleAllocator* allocator) argument
H A DSkDevice.cpp30 SkBaseDevice::SkBaseDevice(const SkImageInfo& info, const SkSurfaceProps& surfaceProps) argument
32 , fSurfaceProps(surfaceProps)
/external/skia/src/gpu/text/
H A DGrTextUtils.cpp570 uint32_t GrTextUtils::FilterTextFlags(const SkSurfaceProps& surfaceProps, const SkPaint& paint) { argument
577 if (kUnknown_SkPixelGeometry == surfaceProps.pixelGeometry() || ShouldDisableLCD(paint)) {

Completed in 207 milliseconds