Home
last modified time | relevance | path

Searched refs:surfaceProps (Results 1 – 25 of 67) sorted by relevance

123

/external/skqp/include/core/
DSkSurface.h71 const SkSurfaceProps* surfaceProps = nullptr);
100 void* context, const SkSurfaceProps* surfaceProps = nullptr);
124 const SkSurfaceProps* surfaceProps);
166 const SkSurfaceProps* surfaceProps = nullptr) {
167 return MakeRaster(SkImageInfo::MakeN32Premul(width, height), surfaceProps);
203 const SkSurfaceProps* surfaceProps);
237 const SkSurfaceProps* surfaceProps);
275 const SkSurfaceProps* surfaceProps);
308 const SkSurfaceProps* surfaceProps,
738 SkSurface(int width, int height, const SkSurfaceProps* surfaceProps);
[all …]
DSkSurfaceCharacterization.h85 const SkSurfaceProps& surfaceProps()const { return fSurfaceProps; } in surfaceProps() function
104 const SkSurfaceProps& surfaceProps) in SkSurfaceCharacterization() argument
116 , fSurfaceProps(surfaceProps) { in SkSurfaceCharacterization()
130 const SkSurfaceProps& surfaceProps) { in set() argument
151 fSurfaceProps = surfaceProps; in set()
197 const SkSurfaceProps& surfaceProps()const { return fSurfaceProps; } in surfaceProps() function
/external/skia/include/core/
DSkSurface.h76 const SkSurfaceProps* surfaceProps = nullptr);
105 void* context, const SkSurfaceProps* surfaceProps = nullptr);
129 const SkSurfaceProps* surfaceProps);
171 const SkSurfaceProps* surfaceProps = nullptr);
217 const SkSurfaceProps* surfaceProps,
256 const SkSurfaceProps* surfaceProps,
296 const SkSurfaceProps* surfaceProps);
323 const SkSurfaceProps* surfaceProps);
357 const SkSurfaceProps* surfaceProps,
828 SkSurface(int width, int height, const SkSurfaceProps* surfaceProps);
[all …]
DSkSurfaceCharacterization.h85 const SkSurfaceProps& surfaceProps()const { return fSurfaceProps; } in surfaceProps() function
105 const SkSurfaceProps& surfaceProps) in SkSurfaceCharacterization() argument
117 , fSurfaceProps(surfaceProps) { in SkSurfaceCharacterization()
131 const SkSurfaceProps& surfaceProps) { in set() argument
152 fSurfaceProps = surfaceProps; in set()
198 const SkSurfaceProps& surfaceProps()const { return fSurfaceProps; } in surfaceProps() function
/external/skia/src/gpu/
DGrRecordingContext.cpp203 const SkSurfaceProps* surfaceProps, in makeDeferredRenderTargetContext() argument
231 surfaceProps); in makeDeferredRenderTargetContext()
276 const SkSurfaceProps* surfaceProps, in makeDeferredRenderTargetContextWithFallback() argument
295 origin, surfaceProps, budgeted); in makeDeferredRenderTargetContextWithFallback()
344 const SkSurfaceProps* surfaceProps, in makeDeferredRenderTargetContext() argument
348 origin, surfaceProps, budgeted); in makeDeferredRenderTargetContext()
360 const SkSurfaceProps* surfaceProps, in makeDeferredRenderTargetContextWithFallback() argument
364 mipMapped, origin, surfaceProps, in makeDeferredRenderTargetContextWithFallback()
DGrContextThreadSafeProxy.cpp35 const SkSurfaceProps& surfaceProps, in createCharacterization() argument
86 surfaceProps); in createCharacterization()
DGrRecordingContextPriv.h91 const SkSurfaceProps* surfaceProps = nullptr,
109 const SkSurfaceProps* surfaceProps = nullptr,
DGrContextPriv.cpp79 const SkSurfaceProps* surfaceProps, in makeDeferredRenderTargetContext() argument
83 origin, surfaceProps, budgeted); in makeDeferredRenderTargetContext()
95 const SkSurfaceProps* surfaceProps, in makeDeferredRenderTargetContextWithFallback() argument
99 mipMapped, origin, surfaceProps, in makeDeferredRenderTargetContextWithFallback()
143 const SkSurfaceProps* surfaceProps, in makeBackendRenderTargetRenderTargetContext() argument
156 surfaceProps); in makeBackendRenderTargetRenderTargetContext()
/external/skia/src/core/
DSkBitmapDevice.h56 SkBitmapDevice(const SkBitmap& bitmap, const SkSurfaceProps& surfaceProps,
173 const SkSurfaceProps& surfaceProps) in SkBitmapDeviceFilteredSurfaceProps() argument
175 ? fLazy.init(surfaceProps.flags(), kUnknown_SkPixelGeometry) in SkBitmapDeviceFilteredSurfaceProps()
176 : &surfaceProps) in SkBitmapDeviceFilteredSurfaceProps()
DSkBitmapDevice.cpp218 , fGlyphPainter(this->surfaceProps(), in SkBitmapDevice()
229 SkBitmapDevice::SkBitmapDevice(const SkBitmap& bitmap, const SkSurfaceProps& surfaceProps, in SkBitmapDevice() argument
231 : INHERITED(bitmap.info(), surfaceProps) in SkBitmapDevice()
235 , fGlyphPainter(this->surfaceProps(), in SkBitmapDevice()
249 const SkSurfaceProps& surfaceProps, in Create() argument
293 return new SkBitmapDevice(bitmap, surfaceProps, hndl, trackCoverage ? &coverage : nullptr); in Create()
304 const SkSurfaceProps surfaceProps(this->surfaceProps().flags(), cinfo.fPixelGeometry); in onCreateDevice() local
305 return SkBitmapDevice::Create(cinfo.fInfo, surfaceProps, cinfo.fTrackCoverage, in onCreateDevice()
713 return SkSpecialImage::CopyFromRaster(bounds, fBitmap, &this->surfaceProps()); in snapBackImage()
DSkStrikeCache.h124 const SkSurfaceProps& surfaceProps,
131 const SkSurfaceProps& surfaceProps,
/external/skqp/src/core/
DSkBitmapDevice.h56 SkBitmapDevice(const SkBitmap& bitmap, const SkSurfaceProps& surfaceProps,
174 const SkSurfaceProps& surfaceProps) in SkBitmapDeviceFilteredSurfaceProps() argument
176 ? fLazy.init(surfaceProps.flags(), kUnknown_SkPixelGeometry) in SkBitmapDeviceFilteredSurfaceProps()
177 : &surfaceProps) in SkBitmapDeviceFilteredSurfaceProps()
DSkBitmapDevice.cpp229 , fGlyphPainter(this->surfaceProps(), bitmap.colorType(), scaler_context_flags(bitmap)) in SkBitmapDevice()
238 SkBitmapDevice::SkBitmapDevice(const SkBitmap& bitmap, const SkSurfaceProps& surfaceProps, in SkBitmapDevice() argument
240 : INHERITED(bitmap.info(), surfaceProps) in SkBitmapDevice()
244 , fGlyphPainter(this->surfaceProps(), bitmap.colorType(), scaler_context_flags(bitmap)) in SkBitmapDevice()
256 const SkSurfaceProps& surfaceProps, in Create() argument
300 return new SkBitmapDevice(bitmap, surfaceProps, hndl, trackCoverage ? &coverage : nullptr); in Create()
311 const SkSurfaceProps surfaceProps(this->surfaceProps().flags(), cinfo.fPixelGeometry); in onCreateDevice() local
312 return SkBitmapDevice::Create(cinfo.fInfo, surfaceProps, cinfo.fTrackCoverage, in onCreateDevice()
724 return SkSpecialImage::CopyFromRaster(bounds, fBitmap, &this->surfaceProps()); in snapBackImage()
DSkGlyphRunPainter.cpp101 : SkGlyphRunListPainter{rtc.surfaceProps(), rtc.colorSpaceInfo()} {} in SkGlyphRunListPainter()
887 static SkSurfaceProps surfaceProps(SkSurfaceProps::kLegacyFontHost_InitType); in createOp_TestingOnly() local
907 skPaint, scalerContextFlags, viewMatrix, surfaceProps, in createOp_TestingOnly()
911 return blob->test_makeOp(textLen, 0, 0, viewMatrix, x, y, skPaint, filteredColor, surfaceProps, in createOp_TestingOnly()
946 runPaint, glyphRun.font(), this->surfaceProps(), runMatrix, in processGlyphRunForMask()
1021 pathPaint, pathFont, this->surfaceProps(), SkMatrix::I(), in processGlyphRunForPaths()
1033 ARGBHelper argbFallback{runMatrix, surfaceProps(), fStrikeServer}; in processGlyphRunForPaths()
1053 runMatrix, this->surfaceProps(), in maybeProcessGlyphRunForDFT()
1072 auto* sdfCache = fStrikeServer->getOrCreateCache(dfPaint, dfFont, this->surfaceProps(), in maybeProcessGlyphRunForDFT()
1075 ARGBHelper argbFallback{runMatrix, surfaceProps(), fStrikeServer}; in maybeProcessGlyphRunForDFT()
DSkStrikeCache.h120 const SkSurfaceProps& surfaceProps,
127 const SkSurfaceProps& surfaceProps,
/external/skia/gm/
Dcgm.c56 sk_surfaceprops_t surfaceProps = { UNKNOWN_SK_PIXELGEOMETRY }; in sk_test_c_api() local
57 sk_surface_t* surf = sk_surface_new_raster(info, &surfaceProps); in sk_test_c_api()
/external/skqp/gm/
Dcgm.c56 sk_surfaceprops_t surfaceProps = { UNKNOWN_SK_PIXELGEOMETRY }; in sk_test_c_api() local
57 sk_surface_t* surf = sk_surface_new_raster(info, &surfaceProps); in sk_test_c_api()
/external/skqp/src/gpu/
DGrContextThreadSafeProxy.cpp38 const SkSurfaceProps& surfaceProps, in createCharacterization() argument
88 surfaceProps); in createCharacterization()
DGrContextPriv.h239 const SkSurfaceProps* surfaceProps = nullptr,
256 const SkSurfaceProps* surfaceProps = nullptr,
/external/skqp/tests/
DCTest.cpp63 sk_surfaceprops_t surfaceProps = { UNKNOWN_SK_PIXELGEOMETRY }; in test_c() local
66 &surfaceProps); in test_c()
/external/skia/include/private/
DGrRecordingContext.h83 const SkSurfaceProps* surfaceProps = nullptr,
101 const SkSurfaceProps* surfaceProps = nullptr,
/external/skia/tests/
DCTest.cpp63 sk_surfaceprops_t surfaceProps = { UNKNOWN_SK_PIXELGEOMETRY }; in test_c() local
66 &surfaceProps); in test_c()
/external/skia/src/image/
DSkSurface_Gpu.cpp32 : INHERITED(device->width(), device->height(), &device->surfaceProps()) in SkSurface_Gpu()
266 characterization.surfaceProps() == rtc->surfaceProps(); in isCompatible()
331 &c.surfaceProps())); in MakeRenderTarget()
594 const SkSurfaceProps* surfaceProps) { in MakeFromAHardwareBuffer() argument
636 origin, 0, colorType, std::move(colorSpace), surfaceProps, deleteImageProc, in MakeFromAHardwareBuffer()
/external/skia/src/gpu/vk/
DGrVkSecondaryCBDrawContext.cpp157 characterization.surfaceProps() == rtc->surfaceProps(); in isCompatible()
/external/skqp/src/image/
DSkSurface_Gpu.cpp28 : INHERITED(device->width(), device->height(), &device->surfaceProps()) in SkSurface_Gpu()
253 characterization.surfaceProps() == rtc->surfaceProps(); in isCompatible()
318 &c.surfaceProps())); in MakeRenderTarget()

123