Searched refs:surfaceProps (Results 1 - 24 of 24) sorted by relevance

/external/skia/src/gpu/
H A DGrPathRenderingRenderTargetContext.cpp33 viewMatrix, this->surfaceProps(), text, byteLength, x, y,
55 this->surfaceProps(), text, byteLength, pos, scalarsPerPosition, offset, clipBounds);
76 skPaint, viewMatrix, this->surfaceProps(), blob, x,
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 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 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
H A DGrRenderTargetContext.h355 const SkSurfaceProps& surfaceProps() const { return fSurfaceProps; } function in class:GrRenderTargetContext
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
/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 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 DSkBitmapDevice.h57 SkBitmapDevice(const SkBitmap& bitmap, const SkSurfaceProps& surfaceProps,
H A DSkSpecialSurface.cpp120 : INHERITED(subset, &renderTargetContext->surfaceProps())
H A DSkPaint.cpp1306 const SkSurfaceProps* surfaceProps,
1394 SkPixelGeometry geometry = surfaceProps
1395 ? surfaceProps->pixelGeometry()
1570 const SkSurfaceProps* surfaceProps,
1576 SkScalerContext::MakeRec(paint, surfaceProps, deviceMatrix, rec);
1670 const SkSurfaceProps& surfaceProps,
1680 size_t descSize = fill_out_rec(*this, &rec, &surfaceProps,
1706 void SkPaint::descriptorProc(const SkSurfaceProps* surfaceProps,
1719 size_t descSize = fill_out_rec(*this, &rec, surfaceProps,
1738 SkGlyphCache* SkPaint::detachCache(const SkSurfaceProps* surfaceProps,
[all...]
H A DSkScalerContext.h265 static void MakeRec(const SkPaint&, const SkSurfaceProps* surfaceProps,
H A DSkDevice.cpp30 SkBaseDevice::SkBaseDevice(const SkImageInfo& info, const SkSurfaceProps& surfaceProps) argument
32 , fSurfaceProps(surfaceProps)
H A DSkDevice.h39 const SkSurfaceProps& surfaceProps() const { function in class:SkBaseDevice
H A DSkCanvas.cpp668 SkASSERT(fProps.pixelGeometry() == device->surfaceProps().pixelGeometry());
710 , fProps(device->surfaceProps())
719 , fProps(device->surfaceProps())
/external/skia/tests/
H A DCTest.cpp62 sk_surfaceprops_t surfaceProps = { UNKNOWN_SK_PIXELGEOMETRY }; local
65 &surfaceProps);
/external/skia/include/gpu/
H A DGrContext.h197 const SkSurfaceProps* surfaceProps = nullptr,
209 const SkSurfaceProps* surfaceProps = nullptr,
224 const SkSurfaceProps* surfaceProps = nullptr,
236 const SkSurfaceProps* surfaceProps = nullptr,
/external/skia/src/gpu/text/
H A DGrTextUtils.h146 static uint32_t FilterTextFlags(const SkSurfaceProps& surfaceProps, const SkPaint& paint);
H A DGrTextUtils.cpp570 uint32_t GrTextUtils::FilterTextFlags(const SkSurfaceProps& surfaceProps, const SkPaint& paint) { argument
577 if (kUnknown_SkPixelGeometry == surfaceProps.pixelGeometry() || ShouldDisableLCD(paint)) {
/external/skia/include/core/
H A DSkPaint.h1105 const SkSurfaceProps& surfaceProps,
1108 SkGlyphCache* detachCache(const SkSurfaceProps* surfaceProps, uint32_t scalerContextFlags,
1111 void descriptorProc(const SkSurfaceProps* surfaceProps, uint32_t scalerContextFlags,
/external/skia/src/image/
H A DSkSurface_Gpu.cpp25 : INHERITED(device->width(), device->height(), &device->surfaceProps())
/external/skia/src/xps/
H A DSkXPSDevice.cpp1920 SkAutoGlyphCache agc(paint, &this->surfaceProps(), &SkMatrix::I());
2108 SkAutoGlyphCache autoCache(paint, &this->surfaceProps(), &matrix);
2166 SkAutoGlyphCache autoCache(paint, &this->surfaceProps(), &matrix);

Completed in 2387 milliseconds