| /third_party/skia/src/gpu/ |
| H A D | GrSurfaceProxy.cpp | 29 static bool is_valid_lazy(const SkISize& dimensions, SkBackingFit fit) { in is_valid_lazy() argument 38 static bool is_valid_non_lazy(SkISize dimensions) { in is_valid_non_lazy() argument 44 GrSurfaceProxy(const GrBackendFormat& format, SkISize dimensions, SkBackingFit fit, SkBudgeted budgeted, GrProtected isProtected, GrInternalSurfaceFlags surfaceFlags, UseAllocator useAllocator) GrSurfaceProxy() argument 63 GrSurfaceProxy(LazyInstantiateCallback&& callback, const GrBackendFormat& format, SkISize dimensions, SkBackingFit fit, SkBudgeted budgeted, GrProtected isProtected, GrInternalSurfaceFlags surfaceFlags, UseAllocator useAllocator) GrSurfaceProxy() argument [all...] |
| H A D | GrThreadSafeCache.cpp | 320 CreateLazyView(GrDirectContext* dContext, GrColorType origCT, SkISize dimensions, GrSurfaceOrigin origin, SkBackingFit fit) CreateLazyView() argument
|
| /third_party/skia/src/core/ |
| H A D | SkYUVAInfo.cpp | 300 SkYUVAInfo::SkYUVAInfo(SkISize dimensions, in SkYUVAInfo() argument
|
| H A D | SkCompressedDataUtils.cpp | 86 static bool decompress_etc1(SkISize dimensions, const uint8_t* srcData, SkBitmap* dst) { in decompress_etc1() argument 180 static bool decompress_bc1(SkISize dimensions, const uint8_t* srcData, in decompress_bc1() argument 228 SkDecompress(sk_sp<SkData> data, SkISize dimensions, SkImage::CompressionType compressionType, SkBitmap* dst) SkDecompress() argument 249 SkCompressedDataSize(SkImage::CompressionType type, SkISize dimensions, SkTArray<size_t>* individualMipOffsets, bool mipMapped) SkCompressedDataSize() argument 330 SkCompressedFormatDataSize(SkImage::CompressionType compressionType, SkISize dimensions, bool mipMapped) SkCompressedFormatDataSize() argument [all...] |
| /third_party/skia/src/gpu/gl/ |
| H A D | GrGLRenderTarget.cpp | 25 GrGLRenderTarget(GrGLGpu* gpu, const SkISize& dimensions, GrGLFormat format, int sampleCount, const IDs& ids, sk_sp<GrGLAttachment> stencil) GrGLRenderTarget() argument 38 GrGLRenderTarget(GrGLGpu* gpu, const SkISize& dimensions, GrGLFormat format, int sampleCount, const IDs& ids) GrGLRenderTarget() argument 80 MakeWrapped(GrGLGpu* gpu, const SkISize& dimensions, GrGLFormat format, int sampleCount, const IDs& idDesc, int stencilBits) MakeWrapped() argument [all...] |
| /third_party/skia/src/sksl/ir/ |
| H A D | SkSLType.cpp | 251 TextureType(const char* name, SpvDim_ dimensions, bool isDepth, bool isArrayed, in TextureType() argument
|
| /third_party/skia/src/pdf/ |
| H A D | SkPDFBitmap.cpp | 257 SkISize dimensions = img->dimensions(); in serialize_image() local
|
| /third_party/skia/tests/ |
| H A D | CodecAnimTest.cpp | 504 auto dimensions = codec->codec()->getScaledDimensions(1.0f / sampleSize); in test_animated_AndroidCodec() local
|
| /third_party/skia/include/core/ |
| H A D | SkImage.h | 589 SkISize dimensions() cons function in SkImage [all...] |
| H A D | SkYUVAInfo.h | 167 SkISize dimensions() const { return fDimensions; } in dimensions() function in SkYUVAInfo::PlaneConfig::Subsampling [all...] |
| H A D | SkImageInfo.h | 510 SkISize dimensions() const { return fDimensions; } dimensions() function [all...] |
| H A D | SkBitmap.h | 369 SkISize dimensions() const { return fPixmap.info().dimensions(); } in dimensions() function in SkBitmap
|
| H A D | SkSurfaceCharacterization.h | 98 SkISize dimensions() const { return fImageInfo.dimensions(); } in dimensions() function in SkSurfaceCharacterization::Textureable::MipMapped::UsesGLFBO0::VkRTSupportsInputAttachment::VulkanSecondaryCBCompatible
|
| /third_party/skia/gm/ |
| H A D | compressed_textures.cpp | 44 static SkPath make_gear(SkISize dimensions, int numTeeth) { in make_gear() argument 74 SkBitmap render_level(SkISize dimensions, SkColor color, SkColorType colorType, bool opaque) { in render_level() argument 101 make_compressed_image(GrDirectContext* dContext, const SkISize dimensions, SkColorType colorType, bool opaque, SkImage::CompressionType compression) make_compressed_image() argument [all...] |
| H A D | animated_gif.cpp | 277 auto dimensions = fPlayer->dimensions(); variable
|
| H A D | gpu_blur_utils.cpp | 127 make_src_image(GrRecordingContext* rContext, SkISize dimensions, const SkIRect* contentArea = nullptr) make_src_image() argument [all...] |
| /third_party/skia/include/gpu/ |
| H A D | GrBackendSurface.h | 307 SkISize dimensions() const { return {fWidth, fHeight}; } in dimensions() function in GrBackendTexture 512 SkISize dimensions() const { return {fWidth, fHeight}; } in dimensions() function in GrBackendRenderTarget
|
| /foundation/ai/neural_network_runtime/test/unittest/components/nn_executor/ |
| H A D | nn_executor_test.cpp | 114 OH_NN_Tensor SetTensor(OH_NN_DataType dataType, uint32_t dimensionCount, const int32_t *dimensions, in SetTensor() argument 471 int32_t** dimensions = &ptr; in HWTEST_F() local 500 int32_t** dimensions = &ptr; in HWTEST_F() local 531 int32_t** dimensions = &ptr; in HWTEST_F() local 568 int32_t** dimensions in HWTEST_F() local [all...] |
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
| H A D | arkts_native_toggle_bridge.cpp | 70 void PushDimensionVector(const std::optional<Dimension>& valueDimen, std::vector<ArkUI_Float32>& dimensions) in PushDimensionVector() argument
|
| /third_party/node/deps/v8/tools/v8windbg/src/ |
| H A D | object-inspection.cc | 310 ArrayDimension dimensions[] = { in GetModelForNativeArray() local
|
| /third_party/skia/src/codec/ |
| H A D | SkIcoCodec.cpp | 260 auto dimensions = fEmbeddedCodecs->operator[](i)->dimensions(); in onGetScaledDimensions() local [all...] |
| /third_party/skia/src/gpu/ops/ |
| H A D | SoftwarePathRenderer.cpp | 84 make_deferred_mask_texture_view(GrRecordingContext* rContext, SkBackingFit fit, SkISize dimensions) make_deferred_mask_texture_view() argument
|
| /third_party/skia/src/gpu/vk/ |
| H A D | GrVkRenderTarget.cpp | 51 GrVkRenderTarget(GrVkGpu* gpu, SkISize dimensions, sk_sp<GrVkImage> colorAttachment, sk_sp<GrVkImage> resolveAttachment, CreateType createType) GrVkRenderTarget() argument 83 GrVkRenderTarget(GrVkGpu* gpu, SkISize dimensions, sk_sp<GrVkFramebuffer> externalFramebuffer) GrVkRenderTarget() argument 115 MakeWrappedRenderTarget( GrVkGpu* gpu, SkISize dimensions, int sampleCnt, const GrVkImageInfo& info, sk_sp<GrBackendSurfaceMutableStateImpl> mutableState) MakeWrappedRenderTarget() argument 154 MakeSecondaryCBRenderTarget( GrVkGpu* gpu, SkISize dimensions, const GrVkDrawableInfo& vkInfo) MakeSecondaryCBRenderTarget() argument [all...] |
| H A D | GrVkImage.cpp | 19 MakeStencil(GrVkGpu* gpu, SkISize dimensions, int sampleCnt, VkFormat format) MakeStencil() argument 37 MakeMSAA(GrVkGpu* gpu, SkISize dimensions, int numSamples, VkFormat format, GrProtected isProtected, GrMemoryless memoryless) MakeMSAA() argument 63 MakeTexture(GrVkGpu* gpu, SkISize dimensions, VkFormat format, uint32_t mipLevels, GrRenderable renderable, int numSamples, SkBudgeted budgeted, GrProtected isProtected) MakeTexture() argument 131 Make(GrVkGpu* gpu, SkISize dimensions, UsageFlags attachmentUsages, int sampleCnt, VkFormat format, uint32_t mipLevels, VkImageUsageFlags vkUsageFlags, GrProtected isProtected, GrMemoryless memoryless, SkBudgeted budgeted) Make() argument 176 MakeWrapped(GrVkGpu* gpu, SkISize dimensions, const GrVkImageInfo& info, sk_sp<GrBackendSurfaceMutableStateImpl> mutableState, UsageFlags attachmentUsages, GrWrapOwnership ownership, GrWrapCacheable cacheable, bool forSecondaryCB) MakeWrapped() argument 215 GrVkImage(GrVkGpu* gpu, SkISize dimensions, UsageFlags supportedUsages, const GrVkImageInfo& info, sk_sp<GrBackendSurfaceMutableStateImpl> mutableState, sk_sp<const GrVkImageView> framebufferView, sk_sp<const GrVkImageView> textureView, SkBudgeted budgeted) GrVkImage() argument 246 GrVkImage(GrVkGpu* gpu, SkISize dimensions, UsageFlags supportedUsages, const GrVkImageInfo& info, sk_sp<GrBackendSurfaceMutableStateImpl> mutableState, sk_sp<const GrVkImageView> framebufferView, sk_sp<const GrVkImageView> textureView, GrBackendObjectOwnership ownership, GrWrapCacheable cacheable, bool forSecondaryCB) GrVkImage() argument [all...] |
| /third_party/skia/src/gpu/mock/ |
| H A D | GrMockGpu.cpp | 94 sk_sp<GrTexture> GrMockGpu::onCreateTexture(SkISize dimensions, in onCreateTexture() argument 126 sk_sp<GrTexture> GrMockGpu::onCreateCompressedTexture(SkISize dimensions, in onCreateCompressedTexture() argument 153 sk_sp<GrTexture> GrMockGpu::onCreateCompressedTexture(SkISize dimensions, in onCreateCompressedTexture() argument 224 makeStencilAttachment(const GrBackendFormat& , SkISize dimensions, int numStencilSamples) makeStencilAttachment() argument 232 onCreateBackendTexture(SkISize dimensions, const GrBackendFormat& format, GrRenderable, GrMipmapped mipMapped, GrProtected) onCreateBackendTexture() argument 253 onCreateCompressedBackendTexture( SkISize dimensions, const GrBackendFormat& format, GrMipmapped mipMapped, GrProtected) onCreateCompressedBackendTexture() argument 292 createTestingOnlyBackendRenderTarget(SkISize dimensions, GrColorType colorType, int sampleCnt, GrProtected) createTestingOnlyBackendRenderTarget() argument [all...] |