Home
last modified time | relevance | path

Searched refs:fSurfaceProps (Results 1 – 20 of 20) sorted by relevance

/external/skqp/include/private/
DSkSurfaceCharacterization.h44 , fSurfaceProps(0, kUnknown_SkPixelGeometry) { in SkSurfaceCharacterization()
65 const SkSurfaceProps& surfaceProps()const { return fSurfaceProps; } in surfaceProps()
91 fSurfaceProps = surfaceProps; in set()
105 SkSurfaceProps fSurfaceProps; variable
115 , fSurfaceProps(0, kUnknown_SkPixelGeometry) { in SkSurfaceCharacterization()
122 const SkSurfaceProps& surfaceProps()const { return fSurfaceProps; } in surfaceProps()
128 SkSurfaceProps fSurfaceProps; variable
/external/skia/include/private/
DSkSurfaceCharacterization.h48 , fSurfaceProps(0, kUnknown_SkPixelGeometry) { in SkSurfaceCharacterization()
73 const SkSurfaceProps& surfaceProps()const { return fSurfaceProps; } in surfaceProps()
97 , fSurfaceProps(surfaceProps) { in SkSurfaceCharacterization()
125 fSurfaceProps = surfaceProps; in set()
140 SkSurfaceProps fSurfaceProps; variable
150 , fSurfaceProps(0, kUnknown_SkPixelGeometry) { in SkSurfaceCharacterization()
159 const SkSurfaceProps& surfaceProps()const { return fSurfaceProps; } in surfaceProps()
165 SkSurfaceProps fSurfaceProps; variable
/external/skqp/tools/sk_app/
DWindowContext.h26 , fSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType) in WindowContext()
43 SkSurfaceProps getSurfaceProps() const { return fSurfaceProps; } in getSurfaceProps()
45 fSurfaceProps = props; in setSurfaceProps()
64 SkSurfaceProps fSurfaceProps; variable
DGLWindowContext.cpp77 &fSurfaceProps); in getBackbufferSurface()
DVulkanWindowContext.cpp303 &fSurfaceProps); in createBuffers()
/external/skia/tools/sk_app/
DWindowContext.h26 , fSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType) in WindowContext()
43 SkSurfaceProps getSurfaceProps() const { return fSurfaceProps; } in getSurfaceProps()
45 fSurfaceProps = props; in setSurfaceProps()
64 SkSurfaceProps fSurfaceProps; variable
DGLWindowContext.cpp77 &fSurfaceProps); in getBackbufferSurface()
DVulkanWindowContext.cpp303 &fSurfaceProps); in createBuffers()
/external/skqp/tests/
DDeferredDisplayListTest.cpp35 , fSurfaceProps(0x0, kUnknown_SkPixelGeometry) {} in SurfaceParameters()
61 fSurfaceProps = SkSurfaceProps(0x0, kRGB_H_SkPixelGeometry); in modify()
64 fSurfaceProps = SkSurfaceProps(SkSurfaceProps::kUseDeviceIndependentFonts_Flag, in modify()
77 fOrigin, &fSurfaceProps); in make()
87 SkSurfaceProps fSurfaceProps; member in SurfaceParameters
/external/skia/tests/
DDeferredDisplayListTest.cpp81 , fSurfaceProps(0x0, kUnknown_SkPixelGeometry) in SurfaceParameters()
109 fSurfaceProps = SkSurfaceProps(0x0, kRGB_H_SkPixelGeometry); in modify()
112 fSurfaceProps = SkSurfaceProps(SkSurfaceProps::kUseDeviceIndependentFonts_Flag, in modify()
140 fOrigin, fSurfaceProps, fShouldCreateMipMaps); in createDDL()
160 fOrigin, &fSurfaceProps, fShouldCreateMipMaps); in make()
201 SkSurfaceProps fSurfaceProps; member in SurfaceParameters
/external/skqp/src/gpu/
DGrRenderTargetContext.h340 const SkSurfaceProps& surfaceProps() const { return fSurfaceProps; } in surfaceProps()
460 SkSurfaceProps fSurfaceProps; variable
DGrRenderTargetContext.cpp157 , fSurfaceProps(SkSurfacePropsCopyOrDefault(surfaceProps)) in GrRenderTargetContext()
229 fSurfaceProps, text, byteLength, x, y, clipBounds); in drawText()
244 fSurfaceProps, text, byteLength, pos, scalarsPerPosition, offset, in drawPosText()
259 fSurfaceProps, blob, x, y, filter, clipBounds); in drawTextBlob()
/external/skia/src/gpu/
DGrRenderTargetContext.h341 const SkSurfaceProps& surfaceProps() const { return fSurfaceProps; } in surfaceProps()
460 SkSurfaceProps fSurfaceProps; variable
DGrRenderTargetContext.cpp157 , fSurfaceProps(SkSurfacePropsCopyOrDefault(surfaceProps)) in GrRenderTargetContext()
231 fSurfaceProps, text, byteLength, x, y, clipBounds); in drawText()
246 fSurfaceProps, text, byteLength, pos, scalarsPerPosition, offset, in drawPosText()
261 fSurfaceProps, blob, x, y, filter, clipBounds); in drawTextBlob()
/external/skqp/src/core/
DSkDevice.h40 return fSurfaceProps; in surfaceProps()
387 const SkSurfaceProps fSurfaceProps; variable
DSkDevice.cpp33 , fSurfaceProps(surfaceProps) in SkBaseDevice()
520 if (kUnknown_SkPixelGeometry == fSurfaceProps.pixelGeometry() in filterTextFlags()
DSkBitmapDevice.cpp362 BDDraw(this).drawText((const char*)text, len, x, y, paint, &fSurfaceProps); in drawText()
368 &fSurfaceProps); in drawPosText()
/external/skia/src/core/
DSkDevice.h40 return fSurfaceProps; in surfaceProps()
387 const SkSurfaceProps fSurfaceProps; variable
DSkBitmapDevice.cpp362 BDDraw(this).drawText((const char*)text, len, x, y, paint, &fSurfaceProps); in drawText()
368 &fSurfaceProps); in drawPosText()
DSkDevice.cpp34 , fSurfaceProps(surfaceProps) in SkBaseDevice()
533 if (kUnknown_SkPixelGeometry == fSurfaceProps.pixelGeometry() in filterTextFlags()