Searched refs:maskKey (Results 1 – 4 of 4) sorted by relevance
/third_party/flutter/skia/src/gpu/ |
D | GrBlurUtils.cpp | 337 GrUniqueKey maskKey; in draw_shape_with_mask_filter() local 340 GrUniqueKey::Builder builder(&maskKey, kDomain, 5 + 2 + shape->unstyledKeySize(), in draw_shape_with_mask_filter() 390 if (maskKey.isValid()) { in draw_shape_with_mask_filter() 393 maskKey, GrColorType::kAlpha_8, kTopLeft_GrSurfaceOrigin); in draw_shape_with_mask_filter() 410 if (filteredMask && maskKey.isValid()) { in draw_shape_with_mask_filter() 411 proxyProvider->assignUniqueKeyToProxy(maskKey, filteredMask.get()); in draw_shape_with_mask_filter() 427 maskFilter, *boundsForClip, std::move(paint), maskKey); in draw_shape_with_mask_filter()
|
D | GrSoftwarePathRenderer.cpp | 288 GrUniqueKey maskKey; in onDrawPath() local 296 GrUniqueKey::Builder builder(&maskKey, kDomain, 5 + args.fShape->unstyledKeySize(), in onDrawPath() 327 proxy = fProxyProvider->findOrCreateProxyByUniqueKey(maskKey, GrColorType::kAlpha_8, in onDrawPath() 379 fProxyProvider->assignUniqueKeyToProxy(maskKey, proxy.get()); in onDrawPath() 381 sk_make_sp<PathInvalidator>(maskKey, args.fContext->priv().contextID())); in onDrawPath()
|
/third_party/skia/src/gpu/ |
D | GrBlurUtils.cpp | 286 static bool compute_key_and_clip_bounds(GrUniqueKey* maskKey, in compute_key_and_clip_bounds() argument 330 GrUniqueKey::Builder builder(maskKey, kDomain, 5 + 2 + shape.unstyledKeySize(), in compute_key_and_clip_bounds() 511 GrUniqueKey maskKey; in draw_shape_with_mask_filter() local 513 if (!compute_key_and_clip_bounds(&maskKey, &boundsForClip, in draw_shape_with_mask_filter() 529 &maskRect, &maskKey); in draw_shape_with_mask_filter() 544 &maskRect, &maskKey); in draw_shape_with_mask_filter()
|
/third_party/skia/src/gpu/ops/ |
D | SoftwarePathRenderer.cpp | 281 GrUniqueKey maskKey; in onDrawPath() local 289 GrUniqueKey::Builder builder(&maskKey, kDomain, 7 + args.fShape->unstyledKeySize(), in onDrawPath() 323 sk_sp<GrTextureProxy> proxy = fProxyProvider->findOrCreateProxyByUniqueKey(maskKey); in onDrawPath() 381 auto listener = GrMakeUniqueKeyInvalidationListener(&maskKey, in onDrawPath() 383 fProxyProvider->assignUniqueKeyToProxy(maskKey, view.asTextureProxy()); in onDrawPath()
|