/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
H A D | Surface.hpp | 89 EGLint width = 0; // Width of surface member in egl::Surface
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkDescriptorSetLayout.hpp | 44 int width; // Of base mip-level. variable 58 int width; variable
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
H A D | Util.cpp | 117 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 D | TaggedData.java | 35 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 D | BigGlyphMetrics.java | 31 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 D | SmallGlyphMetrics.java | 28 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 D | HorizontalDeviceMetricsTable.java | 85 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 D | TaggedData.java | 35 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 D | constant_uniform_facts.cpp | 209 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 D | transformation_add_bit_instruction_synonym.cpp | 52 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 D | constant_uniform_facts.cpp | 209 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 D | transformation_add_bit_instruction_synonym.cpp | 52 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 D | val_memory_test.cpp | 3704 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 D | jdapistd.c | 155 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 D | pngpixel.c | 182 png_uint_32 width, height; in main() local
|
H A D | simpleover.c | 53 unsigned int width; member [all...] |
/third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
H A D | readpng2.h | 84 ulg width; member
|
/third_party/skia/third_party/externals/libpng/contrib/pngminus/ |
H A D | png2pnm.c | 174 png_uint_32 width; in png2pnm() local
|
/third_party/skia/third_party/externals/libwebp/examples/ |
H A D | img2webp.c | 134 int width = 0, height = 0; in main() local
|
/third_party/skia/third_party/externals/libwebp/imageio/ |
H A D | imageio_util.c | 140 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 D | alpha_dec.c | 112 const int width = alph_dec->width_; in ALPHDecode() local 180 const int width = io->width; VP8DecompressAlphaRows() local [all...] |
H A D | vp8_dec.h | 49 int width, height; // picture dimensions, in pixels (invariable). member
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | alpha_processing_mips_dsp_r2.c | 82 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 D | alpha_processing_neon.c | 83 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 D | alpha_processing_sse41.c | 22 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
|