Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkStrikeSpec.cpp31 const SkSurfaceProps& surfaceProps, in MakeMask()
40 const SkSurfaceProps& surfaceProps, in MakePath()
61 const SkSurfaceProps& surfaceProps, in MakeSourceFallback()
176 const SkSurfaceProps& surfaceProps, const SkMatrix& deviceMatrix, in MakeSDFT()
201 const SkSurfaceProps& surfaceProps, in SkStrikeSpec()
DSkBitmapDevice.h170 const SkSurfaceProps& surfaceProps) in SkBitmapDeviceFilteredSurfaceProps()
DSkBitmapDevice.cpp230 SkBitmapDevice::SkBitmapDevice(const SkBitmap& bitmap, const SkSurfaceProps& surfaceProps, in SkBitmapDevice()
250 const SkSurfaceProps& surfaceProps, in Create()
305 const SkSurfaceProps surfaceProps(this->surfaceProps().flags(), cinfo.fPixelGeometry); in onCreateDevice() local
DSkImageFilter.cpp591 const SkSurfaceProps& surfaceProps, in DrawWithFP()
624 const SkSurfaceProps& surfaceProps) { in ImageToColorSpace()
DSkScalerContext.cpp995 const SkSurfaceProps& surfaceProps, in MakeRecAndEffects()
1154 const SkFont& font, const SkPaint& paint, const SkSurfaceProps& surfaceProps, in CreateDescriptorAndEffectsUsingPaint()
DSkDevice.h50 const SkSurfaceProps& surfaceProps() const { in surfaceProps() function
DSkImageFilterTypes.h630 const SkSurfaceProps& surfaceProps() const { return fSource.image()->props(); } in surfaceProps() function
DSkDevice.cpp37 SkBaseDevice::SkBaseDevice(const SkImageInfo& info, const SkSurfaceProps& surfaceProps) in SkBaseDevice()
DSkRemoteGlyphCache.cpp796 const SkSurfaceProps surfaceProps(this->surfaceProps().flags(), cinfo.fPixelGeometry); in onCreateDevice() local
/third_party/skia/include/core/
DSkSurfaceCharacterization.h115 const SkSurfaceProps& surfaceProps()const { return fSurfaceProps; } in surfaceProps() function
141 const SkSurfaceProps& surfaceProps) in SkSurfaceCharacterization()
174 const SkSurfaceProps& surfaceProps) { in set()
255 const SkSurfaceProps& surfaceProps()const { return fSurfaceProps; } in surfaceProps() function
DSkSurface.h310 const SkSurfaceProps* surfaceProps) { in MakeRenderTarget()
/third_party/skia/docs/examples/
DCanvas_getProps.cpp10 SkSurfaceProps surfaceProps(0, kUnknown_SkPixelGeometry); in draw() local
/third_party/skia/gm/
Dcgm.c60 sk_surfaceprops_t surfaceProps = { UNKNOWN_SK_PIXELGEOMETRY }; in sk_test_c_api() local
/third_party/skia/tests/
DCTest.cpp64 sk_surfaceprops_t surfaceProps = { UNKNOWN_SK_PIXELGEOMETRY }; in test_c() local
DVkProtectedContextTest.cpp31 SkSurfaceProps surfaceProps = SkSurfaceProps(0, kRGB_H_SkPixelGeometry); in create_protected_sksurface() local
DDeferredDisplayListTest.cpp643 const SkSurfaceProps surfaceProps(0x0, kRGB_H_SkPixelGeometry); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() local
935 const SkSurfaceProps surfaceProps(0x0, kRGB_H_SkPixelGeometry); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
/third_party/skia/src/gpu/
DGrContextThreadSafeProxy.cpp53 const SkSurfaceProps& surfaceProps, in createCharacterization()
/third_party/skia/samplecode/
DSampleTextureUpload.cpp35 SkSurfaceProps surfaceProps(0, kRGB_H_SkPixelGeometry); in RenderTargetTexture() local
/third_party/skia/src/image/
DSkSurface_Raster.cpp196 const SkSurfaceProps* surfaceProps) { in MakeRasterN32Premul()
DSkSurface_Gpu.cpp650 const SkSurfaceProps* surfaceProps) { in MakeFromAHardwareBuffer()
/third_party/skia/src/gpu/v1/
DSurfaceDrawContext.cpp131 const SkSurfaceProps& surfaceProps, in Make()
166 const SkSurfaceProps& surfaceProps) { in Make()
207 const SkSurfaceProps& surfaceProps, in Make()
247 const SkSurfaceProps& surfaceProps, in MakeWithFallback()
269 const SkSurfaceProps& surfaceProps, in MakeFromBackendTexture()
292 const SkSurfaceProps& surfaceProps, in SurfaceDrawContext()
DSurfaceDrawContext_v1.h598 const SkSurfaceProps& surfaceProps() const { return fSurfaceProps; } in surfaceProps() function
DDevice.cpp117 const SkSurfaceProps& surfaceProps, in Make()
/third_party/skia/fuzz/
DFuzzCreateDDL.cpp177 SkSurfaceProps surfaceProps = gen_fuzzed_surface_props(fuzz); in make_surface() local
/third_party/skia/src/gpu/text/
DGrTextBlob.cpp1399 const SkSurfaceProps& surfaceProps, in Make()