Home
last modified time | relevance | path

Searched defs:width (Results 1676 - 1700 of 6730) sorted by relevance

1...<<61626364656667686970>>...270

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
H A DSurface.hpp89 EGLint width = 0; // Width of surface member in egl::Surface
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkDescriptorSetLayout.hpp44 int width; // Of base mip-level. variable
58 int width; variable
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
H A DUtil.cpp117 void copyBufferToImage(vk::Device device, vk::CommandPool commandPool, vk::Queue queue, vk::Buffer buffer, vk::Image image, uint32_t width, uint32_t height) in copyBufferToImage() argument
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/
H A DTaggedData.java35 void tagField(int position, int width, int value, String alt, String label); in tagField() argument
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/
H A DBigGlyphMetrics.java31 width(1), enum constant
57 public int width() { in width() method in BigGlyphMetrics
118 public int width() { in width() method in BigGlyphMetrics.Builder
122 public void setWidth(byte width) { in setWidth() argument
H A DSmallGlyphMetrics.java28 metricsLength(5), height(0), width(1), BearingX(2), BearingY(3), Advance(4); enum constant
45 public int width() { in width() method in SmallGlyphMetrics
89 public int width() { in width() method in SmallGlyphMetrics.Builder
93 public void setWidth(byte width) { in setWidth() argument
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
H A DHorizontalDeviceMetricsTable.java85 public int width(int recordIx, int glyphNum) { in width() method in HorizontalDeviceMetricsTable
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/
H A DTaggedData.java35 void tagField(int position, int width, int value, String alt, String label); in tagField() argument
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/fact_manager/
H A Dconstant_uniform_facts.cpp209 auto width = final_element_type->AsFloat() in MaybeAddFact() local
141 FloatingPointValueIsSuitable( const protobufs::FactConstantUniform& fact, uint32_t width) FloatingPointValueIsSuitable() argument
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dtransformation_add_bit_instruction_synonym.cpp52 uint32_t width = ir_context->get_type_mgr() in IsApplicable() local
197 const uint32_t width = ir_context->get_type_mgr() in AddOpBitwiseOrOpNotSynonym() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/fact_manager/
H A Dconstant_uniform_facts.cpp209 auto width = final_element_type->AsFloat() in MaybeAddFact() local
141 FloatingPointValueIsSuitable( const protobufs::FactConstantUniform& fact, uint32_t width) FloatingPointValueIsSuitable() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_add_bit_instruction_synonym.cpp52 uint32_t width = ir_context->get_type_mgr() in IsApplicable() local
197 const uint32_t width = ir_context->get_type_mgr() in AddOpBitwiseOrOpNotSynonym() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_memory_test.cpp3704 uint32_t width = std::get<1>(GetParam()); in TEST_P() local
3737 uint32_t width in TEST_P() local
3638 GetSizedLoadStoreCodeGenerator(const std::string& base_type, uint32_t width) GetSizedLoadStoreCodeGenerator() argument
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djdapistd.c155 jpeg_crop_scanline(j_decompress_ptr cinfo, JDIMENSION *xoffset, JDIMENSION *width) jpeg_crop_scanline() argument
[all...]
/third_party/skia/third_party/externals/libpng/contrib/examples/
H A Dpngpixel.c182 png_uint_32 width, height; in main() local
H A Dsimpleover.c53 unsigned int width; member
[all...]
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
H A Dreadpng2.h84 ulg width; member
/third_party/skia/third_party/externals/libpng/contrib/pngminus/
H A Dpng2pnm.c174 png_uint_32 width; in png2pnm() local
/third_party/skia/third_party/externals/libwebp/examples/
H A Dimg2webp.c134 int width = 0, height = 0; in main() local
/third_party/skia/third_party/externals/libwebp/imageio/
H A Dimageio_util.c140 ImgIoUtilCopyPlane(const uint8_t* src, int src_stride, uint8_t* dst, int dst_stride, int width, int height) ImgIoUtilCopyPlane() argument
/third_party/skia/third_party/externals/libwebp/src/dec/
H A Dalpha_dec.c112 const int width = alph_dec->width_; in ALPHDecode() local
180 const int width = io->width; VP8DecompressAlphaRows() local
[all...]
H A Dvp8_dec.h49 int width, height; // picture dimensions, in pixels (invariable). member
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dalpha_processing_mips_dsp_r2.c82 static void MultARGBRow_MIPSdspR2(uint32_t* const ptr, int width, in MultARGBRow_MIPSdspR2() argument
19 DispatchAlpha_MIPSdspR2(const uint8_t* alpha, int alpha_stride, int width, int height, uint8_t* dst, int dst_stride) DispatchAlpha_MIPSdspR2() argument
H A Dalpha_processing_neon.c83 DispatchAlpha_NEON(const uint8_t* WEBP_RESTRICT alpha, int alpha_stride, int width, int height, uint8_t* WEBP_RESTRICT dst, int dst_stride) DispatchAlpha_NEON() argument
115 DispatchAlphaToGreen_NEON(const uint8_t* WEBP_RESTRICT alpha, int alpha_stride, int width, int height, uint32_t* WEBP_RESTRICT dst, int dst_stride) DispatchAlphaToGreen_NEON() argument
135 ExtractAlpha_NEON(const uint8_t* WEBP_RESTRICT argb, int argb_stride, int width, int height, uint8_t* WEBP_RESTRICT alpha, int alpha_stride) ExtractAlpha_NEON() argument
[all...]
H A Dalpha_processing_sse41.c22 ExtractAlpha_SSE41(const uint8_t* WEBP_RESTRICT argb, int argb_stride, int width, int height, uint8_t* WEBP_RESTRICT alpha, int alpha_stride) ExtractAlpha_SSE41() argument

Completed in 18 milliseconds

1...<<61626364656667686970>>...270