/external/skqp/include/private/ |
D | SkSurfaceCharacterization.h | 44 , 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/ |
D | SkSurfaceCharacterization.h | 48 , 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/ |
D | WindowContext.h | 26 , fSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType) in WindowContext() 43 SkSurfaceProps getSurfaceProps() const { return fSurfaceProps; } in getSurfaceProps() 45 fSurfaceProps = props; in setSurfaceProps() 64 SkSurfaceProps fSurfaceProps; variable
|
D | GLWindowContext.cpp | 77 &fSurfaceProps); in getBackbufferSurface()
|
D | VulkanWindowContext.cpp | 303 &fSurfaceProps); in createBuffers()
|
/external/skia/tools/sk_app/ |
D | WindowContext.h | 26 , fSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType) in WindowContext() 43 SkSurfaceProps getSurfaceProps() const { return fSurfaceProps; } in getSurfaceProps() 45 fSurfaceProps = props; in setSurfaceProps() 64 SkSurfaceProps fSurfaceProps; variable
|
D | GLWindowContext.cpp | 77 &fSurfaceProps); in getBackbufferSurface()
|
D | VulkanWindowContext.cpp | 303 &fSurfaceProps); in createBuffers()
|
/external/skqp/tests/ |
D | DeferredDisplayListTest.cpp | 35 , 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/ |
D | DeferredDisplayListTest.cpp | 81 , 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/ |
D | GrRenderTargetContext.h | 340 const SkSurfaceProps& surfaceProps() const { return fSurfaceProps; } in surfaceProps() 460 SkSurfaceProps fSurfaceProps; variable
|
D | GrRenderTargetContext.cpp | 157 , 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/ |
D | GrRenderTargetContext.h | 341 const SkSurfaceProps& surfaceProps() const { return fSurfaceProps; } in surfaceProps() 460 SkSurfaceProps fSurfaceProps; variable
|
D | GrRenderTargetContext.cpp | 157 , 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/ |
D | SkDevice.h | 40 return fSurfaceProps; in surfaceProps() 387 const SkSurfaceProps fSurfaceProps; variable
|
D | SkDevice.cpp | 33 , fSurfaceProps(surfaceProps) in SkBaseDevice() 520 if (kUnknown_SkPixelGeometry == fSurfaceProps.pixelGeometry() in filterTextFlags()
|
D | SkBitmapDevice.cpp | 362 BDDraw(this).drawText((const char*)text, len, x, y, paint, &fSurfaceProps); in drawText() 368 &fSurfaceProps); in drawPosText()
|
/external/skia/src/core/ |
D | SkDevice.h | 40 return fSurfaceProps; in surfaceProps() 387 const SkSurfaceProps fSurfaceProps; variable
|
D | SkBitmapDevice.cpp | 362 BDDraw(this).drawText((const char*)text, len, x, y, paint, &fSurfaceProps); in drawText() 368 &fSurfaceProps); in drawPosText()
|
D | SkDevice.cpp | 34 , fSurfaceProps(surfaceProps) in SkBaseDevice() 533 if (kUnknown_SkPixelGeometry == fSurfaceProps.pixelGeometry() in filterTextFlags()
|