Home
last modified time | relevance | path

Searched defs:height (Results 3051 - 3075 of 4382) sorted by relevance

1...<<121122123124125126127128129130>>...176

/third_party/skia/src/codec/
H A DSkBmpCodec.cpp228 int width, height; in ReadHeader() local
[all...]
H A DSkRawCodec.cpp459 dng_image* render(int width, int height) { in render() argument
510 int height() const { in height() function in SkDngImage
541 bool init(int width, int height, const dng_point& cfaPatternSize) { in init() argument
687 const int height = dstInfo.height(); in onGetPixels() local
[all...]
/third_party/skia/src/core/
H A DSkBitmap.cpp213 bool SkBitmap::tryAllocN32Pixels(int width, int height, bool isOpaque) { in tryAllocN32Pixels() argument
219 void SkBitmap::allocN32Pixels(int width, int height, bool isOpaque) { in allocN32Pixels() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DDevice.cpp390 void Device::copyBuffer(byte *sourceBuffer, byte *destBuffer, unsigned int width, unsigned int height, unsigned int sourcePitch, unsigned int destPitch, unsigned int bytes, bool flipX, bool flipY) in copyBuffer() argument
614 unsigned int height = dRect.y1 - dRect.y0; stretchRect() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderImage.cpp489 Int height; in GetImageDimensions() local
676 SIMD::UInt height = *Pointer<UInt>(descriptor + OFFSET(vk::StorageImageDescriptor, height)); in GetTexelAddress() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DSampler.cpp130 int height = surface->getHeight(); in setTextureLevel() local
[all...]
H A DSampler.hpp36 short height[4]; member
/third_party/skia/third_party/externals/imgui/
H A Dimstb_textedit.h511 float height; // height of line member
/third_party/skia/third_party/externals/libwebp/extras/
H A Dget_disto.c59 static void RescalePlane(uint8_t* plane, int width, int height, in RescalePlane() argument
/third_party/skia/third_party/externals/libwebp/src/dec/
H A Dframe_dec.c660 VP8GetThreadMethod(const WebPDecoderOptions* const options, const WebPHeaderStructure* const headers, int width, int height) VP8GetThreadMethod() argument
H A Dvp8_dec.c105 VP8GetInfo(const uint8_t* data, size_t data_size, size_t chunk_size, int* const width, int* const height) VP8GetInfo() argument
H A Dwebp_dec.c110 int width, height; in ParseVP8X() local
277 ParseHeadersInternal(const uint8_t* data, size_t data_size, int* const width, int* const height, int* const has_alpha, int* const has_animation, int* const format, WebPHeaderStructure* const headers) ParseHeadersInternal() argument
604 Decode(WEBP_CSP_MODE mode, const uint8_t* const data, size_t data_size, int* const width, int* const height, WebPDecBuffer* const keep_info) Decode() argument
633 WebPDecodeRGB(const uint8_t* data, size_t data_size, int* width, int* height) WebPDecodeRGB() argument
638 WebPDecodeRGBA(const uint8_t* data, size_t data_size, int* width, int* height) WebPDecodeRGBA() argument
643 WebPDecodeARGB(const uint8_t* data, size_t data_size, int* width, int* height) WebPDecodeARGB() argument
648 WebPDecodeBGR(const uint8_t* data, size_t data_size, int* width, int* height) WebPDecodeBGR() argument
653 WebPDecodeBGRA(const uint8_t* data, size_t data_size, int* width, int* height) WebPDecodeBGRA() argument
658 WebPDecodeYUV(const uint8_t* data, size_t data_size, int* width, int* height, uint8_t** u, uint8_t** v, int* stride, int* uv_stride) WebPDecodeYUV() argument
698 WebPGetInfo(const uint8_t* data, size_t data_size, int* width, int* height) WebPGetInfo() argument
[all...]
/third_party/skia/third_party/externals/libwebp/src/demux/
H A Danim_decode.c146 static int IsFullFrame(int width, int height, int canvas_width, in IsFullFrame() argument
162 ZeroFillFrameRect(uint8_t* buf, int buf_stride, int x_offset, int y_offset, int width, int height) ZeroFillFrameRect() argument
174 CopyCanvas(const uint8_t* src, uint8_t* dst, uint32_t width, uint32_t height) CopyCanvas() argument
321 uint32_t height; WebPAnimDecoderGetNext() local
[all...]
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dalpha_processing_sse2.c21 DispatchAlpha_SSE2(const uint8_t* WEBP_RESTRICT alpha, int alpha_stride, int width, int height, uint8_t* WEBP_RESTRICT dst, int dst_stride) DispatchAlpha_SSE2() argument
75 DispatchAlphaToGreen_SSE2(const uint8_t* WEBP_RESTRICT alpha, int alpha_stride, int width, int height, uint32_t* WEBP_RESTRICT dst, int dst_stride) DispatchAlphaToGreen_SSE2() argument
102 ExtractAlpha_SSE2(const uint8_t* WEBP_RESTRICT argb, int argb_stride, int width, int height, uint8_t* WEBP_RESTRICT alpha, int alpha_stride) ExtractAlpha_SSE2() argument
/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_dx10.cpp300 int width, height; in ImGui_ImplDX10_CreateFontsTexture() local
H A Dimgui_impl_dx11.cpp312 int width, height; in ImGui_ImplDX11_CreateFontsTexture() local
H A Dimgui_impl_dx12.cpp288 int width, height; in ImGui_ImplDX12_CreateFontsTexture() local
H A Dimgui_impl_opengl3.cpp509 int width, height; in ImGui_ImplOpenGL3_CreateFontsTexture() local
H A Dimgui_impl_wgpu.cpp467 int width, height, size_pp; in ImGui_ImplWGPU_CreateFontsTexture() local
/third_party/skia/third_party/externals/libwebp/src/webp/
H A Ddecode.h202 int width, height; // Dimensions. global() member
362 WebPIDecGetYUV( const WebPIDecoder* idec, int* last_y, uint8_t** u, uint8_t** v, int* width, int* height, int* stride, int* uv_stride) WebPIDecGetYUV() argument
414 int height; // Height in pixels, as read from the bitstream. global() member
[all...]
/third_party/skia/src/utils/
H A DSkNWayCanvas.cpp12 SkNWayCanvas::SkNWayCanvas(int width, int height) : INHERITED(width, height) {} in SkNWayCanvas() argument
/third_party/skia/src/pdf/
H A DSkPDFDocument.cpp249 SkCanvas* SkPDFDocument::onBeginPage(SkScalar width, SkScalar height) { in onBeginPage() argument
/third_party/skia/tests/
H A DPictureTest.cpp105 SaveCountingCanvas(int width, int height) in SaveCountingCanvas() argument
454 ClipCountingCanvas(int width, int height) in ClipCountingCanvas() argument
/third_party/skia/src/ports/
H A DSkScalerContext_mac_ct.cpp60 sk_memset_rect32(uint32_t* ptr, uint32_t value, int width, int height, size_t rowBytes) sk_memset_rect32() argument
391 const int height = glyph.height(); RGBToA8() local
423 const int height = glyph.height(); RGBToLcd16() local
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DCommandEncoder.cpp123 ValidateOrSetAttachmentSize(const TextureViewBase* attachment, uint32_t* width, uint32_t* height) ValidateOrSetAttachmentSize() argument
214 ValidateRenderPassColorAttachment( DeviceBase* device, const RenderPassColorAttachment& colorAttachment, uint32_t* width, uint32_t* height, uint32_t* sampleCount) ValidateRenderPassColorAttachment() argument
252 ValidateRenderPassDepthStencilAttachment( DeviceBase* device, const RenderPassDepthStencilAttachment* depthStencilAttachment, uint32_t* width, uint32_t* height, uint32_t* sampleCount) ValidateRenderPassDepthStencilAttachment() argument
332 ValidateRenderPassDescriptor(DeviceBase* device, const RenderPassDescriptor* descriptor, uint32_t* width, uint32_t* height, uint32_t* sampleCount) ValidateRenderPassDescriptor() argument
547 uint32_t height = 0; APIBeginRenderPass() local
[all...]

Completed in 28 milliseconds

1...<<121122123124125126127128129130>>...176