/external/skia/include/core/ |
D | SkSurface.h | 60 const SkSurfaceProps* surfaceProps = nullptr); 89 void* context, const SkSurfaceProps* surfaceProps = nullptr); 113 const SkSurfaceProps* surfaceProps); 155 const SkSurfaceProps* surfaceProps = nullptr) { 156 return MakeRaster(SkImageInfo::MakeN32Premul(width, height), surfaceProps); 185 const SkSurfaceProps* surfaceProps); 218 const SkSurfaceProps* surfaceProps); 244 const SkSurfaceProps* surfaceProps); 275 const SkSurfaceProps* surfaceProps); 299 const SkSurfaceProps* surfaceProps); [all …]
|
/external/skqp/include/core/ |
D | SkSurface.h | 49 const SkSurfaceProps* surfaceProps = nullptr); 58 void* context, const SkSurfaceProps* surfaceProps = nullptr); 70 const SkSurfaceProps* surfaceProps); 86 const SkSurfaceProps* surfaceProps = nullptr) { 87 return MakeRaster(SkImageInfo::MakeN32Premul(width, height), surfaceProps); 100 const SkSurfaceProps* surfaceProps); 119 const SkSurfaceProps* surfaceProps); 125 const SkSurfaceProps* surfaceProps); 139 const SkSurfaceProps* surfaceProps); 153 const SkSurfaceProps* surfaceProps); [all …]
|
/external/skia/include/private/ |
D | SkSurfaceCharacterization.h | 73 const SkSurfaceProps& surfaceProps()const { return fSurfaceProps; } in surfaceProps() function 85 const SkSurfaceProps& surfaceProps) in SkSurfaceCharacterization() argument 97 , fSurfaceProps(surfaceProps) { in SkSurfaceCharacterization() 110 const SkSurfaceProps& surfaceProps) { in set() argument 125 fSurfaceProps = surfaceProps; in set() 159 const SkSurfaceProps& surfaceProps()const { return fSurfaceProps; } in surfaceProps() function
|
/external/skqp/src/core/ |
D | SkGlyphCache.h | 142 const SkSurfaceProps* surfaceProps, 268 const SkSurfaceProps* surfaceProps, in SkAutoGlyphCache() argument 272 paint, surfaceProps, in SkAutoGlyphCache() 276 const SkSurfaceProps* surfaceProps, in SkAutoGlyphCache() argument 280 SkGlyphCache::DetachCacheUsingPaint(paint, surfaceProps, scalerContextFlags, matrix)) in SkAutoGlyphCache() 289 const SkSurfaceProps* surfaceProps, in SkAutoGlyphCacheNoGamma() argument 291 : SkAutoGlyphCache(paint, surfaceProps, SkScalerContextFlags::kNone, matrix) in SkAutoGlyphCacheNoGamma()
|
D | SkBitmapDevice.cpp | 80 SkBitmapDevice::SkBitmapDevice(const SkBitmap& bitmap, const SkSurfaceProps& surfaceProps, in SkBitmapDevice() argument 82 : INHERITED(bitmap.info(), surfaceProps) in SkBitmapDevice() 91 const SkSurfaceProps& surfaceProps, in Create() argument 125 return new SkBitmapDevice(bitmap, surfaceProps, hndl); in Create() 136 const SkSurfaceProps surfaceProps(this->surfaceProps().flags(), cinfo.fPixelGeometry); in onCreateDevice() local 137 return SkBitmapDevice::Create(cinfo.fInfo, surfaceProps, cinfo.fAllocator); in onCreateDevice()
|
D | SkDeferredDisplayListRecorder.cpp | 50 fSurface = SkSurface::MakeRaster(ii, &fCharacterization.surfaceProps()); in init() 99 &fCharacterization.surfaceProps()); in init()
|
/external/skia/src/core/ |
D | SkGlyphCache.h | 142 const SkSurfaceProps* surfaceProps, 268 const SkSurfaceProps* surfaceProps, in SkAutoGlyphCache() argument 272 paint, surfaceProps, in SkAutoGlyphCache() 276 const SkSurfaceProps* surfaceProps, in SkAutoGlyphCache() argument 280 SkGlyphCache::DetachCacheUsingPaint(paint, surfaceProps, scalerContextFlags, matrix)) in SkAutoGlyphCache() 289 const SkSurfaceProps* surfaceProps, in SkAutoGlyphCacheNoGamma() argument 291 : SkAutoGlyphCache(paint, surfaceProps, SkScalerContextFlags::kNone, matrix) in SkAutoGlyphCacheNoGamma()
|
D | SkBitmapDevice.cpp | 80 SkBitmapDevice::SkBitmapDevice(const SkBitmap& bitmap, const SkSurfaceProps& surfaceProps, in SkBitmapDevice() argument 82 : INHERITED(bitmap.info(), surfaceProps) in SkBitmapDevice() 91 const SkSurfaceProps& surfaceProps, in Create() argument 125 return new SkBitmapDevice(bitmap, surfaceProps, hndl); in Create() 136 const SkSurfaceProps surfaceProps(this->surfaceProps().flags(), cinfo.fPixelGeometry); in onCreateDevice() local 137 return SkBitmapDevice::Create(cinfo.fInfo, surfaceProps, cinfo.fAllocator); in onCreateDevice()
|
D | SkDeferredDisplayListRecorder.cpp | 54 fSurface = SkSurface::MakeRaster(ii, &fCharacterization.surfaceProps()); in init() 107 &fCharacterization.surfaceProps()); in init()
|
/external/skqp/include/private/ |
D | SkSurfaceCharacterization.h | 65 const SkSurfaceProps& surfaceProps()const { return fSurfaceProps; } in surfaceProps() function 79 const SkSurfaceProps& surfaceProps) { in set() argument 91 fSurfaceProps = surfaceProps; in set() 122 const SkSurfaceProps& surfaceProps()const { return fSurfaceProps; } in surfaceProps() function
|
/external/skqp/src/gpu/ |
D | GrPathRenderingRenderTargetContext.cpp | 33 viewMatrix, this->surfaceProps(), text, byteLength, x, y, in drawText() 55 this->surfaceProps(), text, byteLength, pos, scalarsPerPosition, offset, clipBounds); in drawPosText() 76 skPaint, viewMatrix, this->surfaceProps(), blob, x, in drawTextBlob()
|
D | GrPathRenderingRenderTargetContext.h | 28 const SkSurfaceProps* surfaceProps, GrAuditTrail* at, in GrPathRenderingRenderTargetContext() argument 30 : INHERITED(ctx, mgr, std::move(rtp), std::move(colorSpace), surfaceProps, at, so) {} in GrPathRenderingRenderTargetContext()
|
D | GrDrawingManager.cpp | 440 const SkSurfaceProps* surfaceProps, in makeRenderTargetContext() argument 457 if (surfaceProps) { in makeRenderTargetContext() 458 useDIF = surfaceProps->isUseDeviceIndependentFonts(); in makeRenderTargetContext() 466 std::move(colorSpace), surfaceProps, in makeRenderTargetContext() 472 surfaceProps, in makeRenderTargetContext()
|
D | GrContext.cpp | 889 const SkSurfaceProps* surfaceProps) { in makeBackendRenderTargetRenderTargetContext() argument 900 surfaceProps); in makeBackendRenderTargetRenderTargetContext() 959 const SkSurfaceProps* surfaceProps, in makeDeferredRenderTargetContextWithFallback() argument 967 sampleCnt, mipMapped, origin, surfaceProps, in makeDeferredRenderTargetContextWithFallback() 979 const SkSurfaceProps* surfaceProps, in makeDeferredRenderTargetContext() argument 1007 surfaceProps)); in makeDeferredRenderTargetContext()
|
/external/skia/gm/ |
D | cgm.c | 56 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/ |
D | cgm.c | 56 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/skia/tests/ |
D | CTest.cpp | 62 sk_surfaceprops_t surfaceProps = { UNKNOWN_SK_PIXELGEOMETRY }; in test_c() local 65 &surfaceProps); in test_c()
|
/external/skqp/tests/ |
D | CTest.cpp | 62 sk_surfaceprops_t surfaceProps = { UNKNOWN_SK_PIXELGEOMETRY }; in test_c() local 65 &surfaceProps); in test_c()
|
/external/skia/src/gpu/text/ |
D | GrTextUtils.cpp | 59 uint32_t GrTextUtils::FilterTextFlags(const SkSurfaceProps& surfaceProps, const SkPaint& paint) { in FilterTextFlags() argument 66 if (kUnknown_SkPixelGeometry == surfaceProps.pixelGeometry() || ShouldDisableLCD(paint)) { in FilterTextFlags()
|
/external/skia/include/gpu/ |
D | GrContext.h | 270 const SkSurfaceProps* surfaceProps = nullptr, 286 const SkSurfaceProps* surfaceProps = nullptr, 492 const SkSurfaceProps& surfaceProps,
|
/external/skqp/docs/ |
D | SkSurface_Reference.bmh | 31 const SkSurfaceProps* surfaceProps = nullptr) 52 #Param surfaceProps LCD striping orientation and setting for device independent fonts; 94 void* context, const SkSurfaceProps* surfaceProps = nullptr) 118 #Param surfaceProps LCD striping orientation and setting for device independent fonts; 169 const SkSurfaceProps* surfaceProps) 190 #Param surfaceProps LCD striping orientation and setting for device independent fonts; 285 const SkSurfaceProps* surfaceProps = nullptr) 302 #Param surfaceProps LCD striping orientation and setting for device independent 346 const SkSurfaceProps* surfaceProps) 367 #Param surfaceProps LCD striping orientation and setting for device independent [all …]
|
/external/skqp/src/gpu/text/ |
D | GrTextUtils.cpp | 61 uint32_t GrTextUtils::FilterTextFlags(const SkSurfaceProps& surfaceProps, const SkPaint& paint) { in FilterTextFlags() argument 68 if (kUnknown_SkPixelGeometry == surfaceProps.pixelGeometry() || ShouldDisableLCD(paint)) { in FilterTextFlags()
|
/external/skia/docs/ |
D | SkSurface_Reference.bmh | 34 const SkSurfaceProps* surfaceProps = nullptr) 56 #Param surfaceProps LCD striping orientation and setting for device independent fonts; 98 void* context, const SkSurfaceProps* surfaceProps = nullptr) 123 #Param surfaceProps LCD striping orientation and setting for device independent fonts; 174 const SkSurfaceProps* surfaceProps) 196 #Param surfaceProps LCD striping orientation and setting for device independent fonts; 291 const SkSurfaceProps* surfaceProps = nullptr) 309 #Param surfaceProps LCD striping orientation and setting for device independent 353 const SkSurfaceProps* surfaceProps) 375 #Param surfaceProps LCD striping orientation and setting for device independent [all …]
|
/external/skia/src/gpu/ |
D | GrContext.cpp | 440 const SkSurfaceProps& surfaceProps, in createCharacterization() argument 469 ii.refColorSpace(), surfaceProps); in createCharacterization() 1281 const SkSurfaceProps* surfaceProps) { in makeBackendRenderTargetRenderTargetContext() argument 1292 surfaceProps); in makeBackendRenderTargetRenderTargetContext() 1352 const SkSurfaceProps* surfaceProps, in makeDeferredRenderTargetContextWithFallback() argument 1360 sampleCnt, mipMapped, origin, surfaceProps, in makeDeferredRenderTargetContextWithFallback() 1372 const SkSurfaceProps* surfaceProps, in makeDeferredRenderTargetContext() argument 1400 surfaceProps)); in makeDeferredRenderTargetContext()
|
/external/skqp/include/gpu/ |
D | GrContext.h | 232 const SkSurfaceProps* surfaceProps = nullptr, 248 const SkSurfaceProps* surfaceProps = nullptr,
|