Home
last modified time | relevance | path

Searched refs:imageRef (Results 1 – 25 of 284) sorted by relevance

12345678910>>...12

/dports/security/keybase/client-v5.7.1/shared/ios/Pods/SDWebImage/SDWebImage/Core/
H A DUIImage+Transform.m170 CGImageRef imageRef = NULL;
174 if (!imageRef) {
180 return imageRef;
235 if (!imageRef) {
440 if (!imageRef) {
444 if (!imageRef) {
482 CGImageRelease(imageRef);
495 if (!imageRef) {
499 if (!imageRef) {
555 CGImageRelease(imageRef);
[all …]
H A DUIImage+MemoryCacheCost.m14 CGImageRef imageRef = image.CGImage;
15 if (!imageRef) {
18 NSUInteger bytesPerFrame = CGImageGetBytesPerRow(imageRef) * CGImageGetHeight(imageRef);
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/Shared/API/c/cg/
H A DWKImageCG.cpp37 CGImageRef WKImageCreateCGImage(WKImageRef imageRef) in WKImageCreateCGImage() argument
39 return toImpl(imageRef)->bitmap()->makeCGImageCopy().leakRef(); in WKImageCreateCGImage()
42 WKImageRef WKImageCreateFromCGImage(CGImageRef imageRef, WKImageOptions options) in WKImageCreateFromCGImage() argument
44 IntSize imageSize(CGImageGetWidth(imageRef), CGImageGetHeight(imageRef)); in WKImageCreateFromCGImage()
47 …hicsContext->platformContext(), CGRectMake(0, 0, imageSize.width(), imageSize.height()), imageRef); in WKImageCreateFromCGImage()
/dports/graphics/opencv/opencv-4.5.3/modules/imgcodecs/src/
H A Dmacosx_conversions.mm13 CGImageRef imageRef = MatToCGImage(image);
16 …ge = [[NSImage alloc] initWithCGImage:imageRef size:CGSizeMake(CGImageGetWidth(imageRef), CGImageG…
17 CGImageRelease(imageRef);
23 CGImageRef imageRef = [image CGImageForProposedRect:NULL context:NULL hints:NULL];
24 CGImageToMat(imageRef, m, alphaExist);
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/kubelet/images/
H A Dpuller.go29 imageRef string member
49 imageRef, err := pip.imageService.PullImage(spec, pullSecrets, podSandboxConfig)
51 imageRef: imageRef,
89imageRef, err := sip.imageService.PullImage(pullRequest.spec, pullRequest.pullSecrets, pullRequest…
91 imageRef: imageRef,
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/render/awt/viewer/
H A DImageProxyPanel.java46 private transient Reference imageRef; field in ImageProxyPanel
100 imageRef = null; in setPage()
122 if (imageRef == null || imageRef.get() == null) { in paintComponent()
124 imageRef = new SoftReference(image); in paintComponent()
126 image = (BufferedImage)imageRef.get(); in paintComponent()
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/generic/tools/panorama/panoparser/ptoparser/
H A DpanoParser.y520 int imageRef = $3; variable
577 image->imageEVRef = imageRef;
606 int imageRef = $3; variable
614 image->fHorFOVRef = imageRef;
617 image->yawRef = imageRef;
620 image->pitchRef = imageRef;
623 image->rollRef = imageRef;
630 image->geometryCoefRef[$1 - 'a'] = imageRef;
633 image->geometryCoefRef[5] = imageRef;
636 image->geometryCoefRef[6] = imageRef;
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/test/
H A DitkImageTest.cxx110 Image::Pointer imageRef = Image::New(); in itkImageTest() local
114 imageRef->SetSpacing(spacingRef); in itkImageTest()
115 imageRef->SetOrigin(originRef); in itkImageTest()
116 imageRef->SetDirection(directionRef); in itkImageTest()
124 imageRef->SetRegions(regionRef); in itkImageTest()
130 imageRef.GetPointer(), in itkImageTest()
146 image->Graft(imageRef); in itkImageTest()
147 if(image->GetPixelContainer() != imageRef->GetPixelContainer() ) in itkImageTest()
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmpstat/libsrc/
H A Ddvpsga.cc179 DVPSReferencedImage *imageRef = NULL; in isApplicable() local
183 imageRef = referencedImageList.findImageReference(instanceUID); in isApplicable()
184 if (imageRef) return imageRef->appliesToFrame(frame); in isApplicable()
187 imageRef = referencedImageList.findImageReference(instanceUID); in isApplicable()
188 if (imageRef) return imageRef->appliesToAllFrames(); in isApplicable()
H A Ddvpsril.cc299 DVPSReferencedImage *imageRef = findImageReference(instanceUID); in isApplicable() local
300 if (imageRef) return imageRef->appliesToFrame(frame); in isApplicable()
306 DVPSReferencedImage *imageRef = NULL; in matchesApplicability() local
314 imageRef = findImageReference(instanceUID); in matchesApplicability()
315 if (imageRef) return imageRef->appliesOnlyToFrame(frame); in matchesApplicability()
323 imageRef = findImageReference(instanceUID); in matchesApplicability()
324 if (imageRef) return imageRef->appliesToAllFrames(); in matchesApplicability()
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/containerd/containerd/containerd-1.4.3/vendor/github.com/containerd/cri/pkg/server/
H A Dcontainer_status.go44 imageRef := container.ImageRef
45 image, err := c.imageStore.Get(imageRef)
48 return nil, errors.Wrapf(err, "failed to get image %q", imageRef)
59 imageRef = repoDigests[0]
62 status := toCRIContainerStatus(container, spec, imageRef)
84 func toCRIContainerStatus(container containerstore.Container, spec *runtime.ImageSpec, imageRef str…
105 ImageRef: imageRef,
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/containerd/containerd/vendor/github.com/containerd/cri/pkg/server/
H A Dcontainer_status.go44 imageRef := container.ImageRef
45 image, err := c.imageStore.Get(imageRef)
48 return nil, errors.Wrapf(err, "failed to get image %q", imageRef)
59 imageRef = repoDigests[0]
62 status := toCRIContainerStatus(container, spec, imageRef)
84 func toCRIContainerStatus(container containerstore.Container, spec *runtime.ImageSpec, imageRef str…
105 ImageRef: imageRef,
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/containerd/containerd/pkg/cri/server/
H A Dcontainer_status.go44 imageRef := container.ImageRef
45 image, err := c.imageStore.Get(imageRef)
48 return nil, errors.Wrapf(err, "failed to get image %q", imageRef)
59 imageRef = repoDigests[0]
62 status := toCRIContainerStatus(container, spec, imageRef)
84 func toCRIContainerStatus(container containerstore.Container, spec *runtime.ImageSpec, imageRef str…
115 ImageRef: imageRef,
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/containerd/containerd/pkg/cri/server/
H A Dcontainer_status.go44 imageRef := container.ImageRef
45 image, err := c.imageStore.Get(imageRef)
48 return nil, errors.Wrapf(err, "failed to get image %q", imageRef)
59 imageRef = repoDigests[0]
62 status := toCRIContainerStatus(container, spec, imageRef)
84 func toCRIContainerStatus(container containerstore.Container, spec *runtime.ImageSpec, imageRef str…
105 ImageRef: imageRef,
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/containerd/containerd/pkg/cri/server/
H A Dcontainer_status.go44 imageRef := container.ImageRef
45 image, err := c.imageStore.Get(imageRef)
48 return nil, errors.Wrapf(err, "failed to get image %q", imageRef)
59 imageRef = repoDigests[0]
62 status := toCRIContainerStatus(container, spec, imageRef)
84 func toCRIContainerStatus(container containerstore.Container, spec *runtime.ImageSpec, imageRef str…
115 ImageRef: imageRef,
/dports/security/vault/vault-1.8.2/vendor/github.com/containerd/containerd/vendor/github.com/containerd/cri/pkg/server/
H A Dcontainer_status.go44 imageRef := container.ImageRef
45 image, err := c.imageStore.Get(imageRef)
48 return nil, errors.Wrapf(err, "failed to get image %q", imageRef)
59 imageRef = repoDigests[0]
62 status := toCRIContainerStatus(container, spec, imageRef)
84 func toCRIContainerStatus(container containerstore.Container, spec *runtime.ImageSpec, imageRef str…
105 ImageRef: imageRef,
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/containerd/containerd/vendor/github.com/containerd/cri/pkg/server/
H A Dcontainer_status.go44 imageRef := container.ImageRef
45 image, err := c.imageStore.Get(imageRef)
48 return nil, errors.Wrapf(err, "failed to get image %q", imageRef)
59 imageRef = repoDigests[0]
62 status := toCRIContainerStatus(container, spec, imageRef)
84 func toCRIContainerStatus(container containerstore.Container, spec *runtime.ImageSpec, imageRef str…
105 ImageRef: imageRef,
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/containerd/containerd/vendor/github.com/containerd/cri/pkg/server/
H A Dcontainer_status.go44 imageRef := container.ImageRef
45 image, err := c.imageStore.Get(imageRef)
48 return nil, errors.Wrapf(err, "failed to get image %q", imageRef)
59 imageRef = repoDigests[0]
62 status := toCRIContainerStatus(container, spec, imageRef)
84 func toCRIContainerStatus(container containerstore.Container, spec *runtime.ImageSpec, imageRef str…
105 ImageRef: imageRef,
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/examples/iOS/Demo/Demo/vendor/MWPhotoBrowser/Libraries/SDWebImage/SDWebImage/
H A DSDWebImageDecoder.m21 CGImageRef imageRef = image.CGImage;
22 CGSize imageSize = CGSizeMake(CGImageGetWidth(imageRef), CGImageGetHeight(imageRef));
26 CGBitmapInfo bitmapInfo = CGImageGetBitmapInfo(imageRef);
53 CGImageGetBitsPerComponent(imageRef),
62 CGContextDrawImage(context, imageRect, imageRef);
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qvolatileimage/
H A Dtst_qvolatileimage.cpp90 QVERIFY(img.imageRef() == source); in create()
118 QVERIFY(img.imageRef() == source); in ensureFormat()
122 QVERIFY(img.imageRef() == source); in ensureFormat()
127 QVERIFY(img.imageRef() != source); in ensureFormat()
163 QVERIFY(img.imageRef().constBits()); in dataAccess()
165 QVERIFY(img.imageRef().bits()); in dataAccess()
203 bmpimg.imageRef(); in sharing()
235 img.imageRef().fill(QColor(Qt::green).rgba()); in paint()
236 QPainter p(&img.imageRef()); in paint()
300 img.imageRef().fill(QColor(Qt::green).rgba()); in copy()
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/SDWebImageWebPCoder/SDWebImageWebPCoder/Classes/
H A DSDImageWebPCoder.m160 CGImageRelease(imageRef);
184 if (!imageRef) {
274 if (!imageRef) {
287 CGImageRelease(imageRef);
325 if (!imageRef) {
340 if (!imageRef) {
357 CGImageRelease(imageRef);
407 return imageRef;
529 if (!imageRef) {
857 if (!imageRef) {
[all …]
/dports/security/vuls/vuls-0.13.7/vendor/github.com/aquasecurity/trivy/integration/docker/
H A Ddocker.go59 func (d Docker) ReplicateImage(ctx context.Context, imageRef, imagePath string, dest RegistryConfig…
61 _, _ = d.cli.ImageRemove(ctx, imageRef, types.ImageRemoveOptions{
81 targetImageRef := fmt.Sprintf("%s/%s", dest.URL.Host, imageRef)
83 if err = d.cli.ImageTag(ctx, imageRef, targetImageRef); err != nil {
87 _, _ = d.cli.ImageRemove(ctx, imageRef, types.ImageRemoveOptions{
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/kubelet/kuberuntime/
H A Dkuberuntime_image_test.go38 imageRef, err := fakeManager.PullImage(kubecontainer.ImageSpec{Image: "busybox"}, nil, nil)
40 assert.Equal(t, "busybox", imageRef)
53 imageRef, err := fakeManager.PullImage(kubecontainer.ImageSpec{Image: "busybox"}, nil, nil)
55 assert.Equal(t, "", imageRef)
97 imageRef, err := fakeManager.GetImageRef(kubecontainer.ImageSpec{Image: image})
99 assert.Equal(t, image, imageRef)
108 imageRef, err := fakeManager.GetImageRef(kubecontainer.ImageSpec{Image: image})
112 assert.Equal(t, imageNotAvailableLocallyRef, imageRef)
123 imageRef, err := fakeManager.GetImageRef(kubecontainer.ImageSpec{Image: image})
125 assert.Equal(t, "", imageRef)
/dports/security/vuls/vuls-0.13.7/vendor/github.com/aquasecurity/trivy/integration/
H A Dregistry_test.go183 imageRef, err := name.ParseReference(s)
191 resultFile, cleanup, err := scan(imageRef, baseDir, tc.golden, tc.option)
223 func scan(imageRef name.Reference, baseDir, goldenFile string, opt registryOption) (string, func(),…
251 if err = setupEnv(imageRef, baseDir, opt); err != nil {
260 …cache-dir", cacheDir, "--format", "json", "--skip-update", "--output", outputFile, imageRef.Name()}
269 func setupEnv(imageRef name.Reference, baseDir string, opt registryOption) error {
277 token, err := requestRegistryToken(imageRef, baseDir, opt)
306 func requestRegistryToken(imageRef name.Reference, baseDir string, opt registryOption) (string, err…
333 values.Set("scope", imageRef.Scope("pull"))
/dports/security/vuls/vuls-0.13.7/vendor/github.com/aquasecurity/fanal/test/integration/docker/
H A Ddocker.go74 func (d Docker) ReplicateImage(ctx context.Context, imageRef, imagePath string, dest RegistryConfig…
76 _, _ = d.cli.ImageRemove(ctx, imageRef, types.ImageRemoveOptions{
96 targetImageRef := fmt.Sprintf("%s/%s", dest.URL.Host, imageRef)
98 if err = d.cli.ImageTag(ctx, imageRef, targetImageRef); err != nil {
102 _, _ = d.cli.ImageRemove(ctx, imageRef, types.ImageRemoveOptions{

12345678910>>...12