| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
| H A D | libGLESv2.cpp | 43 static bool validImageSize(GLint level, GLsizei width, GLsizei height) in validImageSize() argument 690 void GL_APIENTRY CompressedTexImage2D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, in CompressedTexImage2D() argument 789 CompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid* data) CompressedTexSubImage2D() argument 866 CopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border) CopyTexImage2D() argument 1014 CopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height) CopyTexSubImage2D() argument 3982 LineWidth(GLfloat width) LineWidth() argument 4132 ReadnPixelsEXT(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, GLvoid *data) ReadnPixelsEXT() argument 4152 ReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid* pixels) ReadPixels() argument 4178 RenderbufferStorageMultisample(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height) RenderbufferStorageMultisample() argument 4234 RenderbufferStorageMultisampleANGLE(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height) RenderbufferStorageMultisampleANGLE() argument 4239 RenderbufferStorage(GLenum target, GLenum internalformat, GLsizei width, GLsizei height) RenderbufferStorage() argument 4280 Scissor(GLint x, GLint y, GLsizei width, GLsizei height) Scissor() argument 4526 TexImage2D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid* data) TexImage2D() argument 4881 TexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid* data) TexSubImage2D() argument 5627 Viewport(GLint x, GLint y, GLsizei width, GLsizei height) Viewport() argument 5695 TexImage3DOES(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid* data) TexImage3DOES() argument 5768 TexSubImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *data) TexSubImage3DOES() argument 5815 CopyTexSubImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height) CopyTexSubImage3DOES() argument 5864 CompressedTexImage3DOES(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void *data) CompressedTexImage3DOES() argument 5921 CompressedTexSubImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data) CompressedTexSubImage3DOES() argument 6129 RenderbufferStorageOES(GLenum target, GLenum internalformat, GLsizei width, GLsizei height) RenderbufferStorageOES() argument [all...] |
| /third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/ |
| H A D | OS2Table.java | 780 public void setXAvgCharWidth(int width) { in setXAvgCharWidth() argument 796 public void setUsWidthClass(int width) { in setUsWidthClass() argument
|
| /third_party/skia/third_party/externals/spirv-cross/ |
| H A D | spirv_common.hpp | 549 uint32_t width = 0; member 1700 static inline SPIRType::BaseType to_signed_basetype(uint32_t width) in to_signed_basetype() argument 1717 static inline SPIRType::BaseType to_unsigned_basetype(uint32_t width) in to_unsigned_basetype() argument
|
| /third_party/skia/third_party/externals/imgui/ |
| H A D | imstb_truetype.h | 682 int width; member [all...] |
| /third_party/skia/third_party/externals/libpng/ |
| H A D | png.h | 756 png_uint_32 width; /* width of row */ member 2676 png_uint_32 width; /* Image width in pixels (columns) */ global() member [all...] |
| /third_party/skia/third_party/externals/libwebp/src/enc/ |
| H A D | vp8l_enc.c | 528 static int GetHistoBits(int method, int use_palette, int width, int height) { in GetHistoBits() argument 571 const int width in EncoderAnalyze() local 381 AnalyzeEntropy(const uint32_t* argb, int width, int height, int argb_stride, int use_palette, int palette_size, int transform_bits, EntropyIx* const min_entropy_ix, int* const red_and_blue_always_zero) AnalyzeEntropy() argument 675 const int width = pic->width; EncoderInit() local 952 StoreImageToBitMask( VP8LBitWriter* const bw, int width, int histo_bits, const VP8LBackwardRefs* const refs, const uint16_t* histogram_symbols, const HuffmanTreeCode* const huffman_codes) StoreImageToBitMask() argument 1013 EncodeImageNoHuffman( VP8LBitWriter* const bw, const uint32_t* const argb, VP8LHashChain* const hash_chain, VP8LBackwardRefs* const refs_array, int width, int height, int quality, int low_effort) EncodeImageNoHuffman() argument 1097 EncodeImageInternal( VP8LBitWriter* const bw, const uint32_t* const argb, VP8LHashChain* const hash_chain, VP8LBackwardRefs refs_array[4], int width, int height, int quality, int low_effort, int use_cache, const CrunchConfig* const config, int* cache_bits, int histogram_bits, size_t init_byte_position, int* const hdr_size, int* const data_size) EncodeImageInternal() argument 1301 ApplySubtractGreen(VP8LEncoder* const enc, int width, int height, VP8LBitWriter* const bw) ApplySubtractGreen() argument 1308 ApplyPredictFilter(const VP8LEncoder* const enc, int width, int height, int quality, int low_effort, int used_subtract_green, VP8LBitWriter* const bw) ApplyPredictFilter() argument 1334 ApplyCrossColorFilter(const VP8LEncoder* const enc, int width, int height, int quality, int low_effort, VP8LBitWriter* const bw) ApplyCrossColorFilter() argument 1372 const int width = pic->width - 1; WriteImageSize() local 1432 AllocateTransformBuffer(VP8LEncoder* const enc, int width, int height) AllocateTransformBuffer() argument 1481 const int width = picture->width; MakeInputImageCopy() local 1562 ApplyPalette(const uint32_t* src, uint32_t src_stride, uint32_t* dst, uint32_t dst_stride, const uint32_t* palette, int palette_size, int width, int height, int xbits) ApplyPalette() argument 1628 const int width = pic->width; MapImageFromPalette() local 1736 const int width = picture->width; EncodeStreamHook() local 2044 int width, height; VP8LEncodeImage() local [all...] |
| /third_party/skia/src/pathops/ |
| H A D | SkPathOpsDebug.cpp | 2820 int width = (int) str.size(); in output_scalar() local
|
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| H A D | es3fUniformApiTests.cpp | 1398 const int width = 32; in setupTexture() local
|
| /third_party/vk-gl-cts/modules/glshared/ |
| H A D | glsDrawTest.cpp | 3526 const int width = reference.getWidth(); in edgeRelaxedImageCompare() local 3528 tcu::TextureLevel errorMask (tcu::TextureFormat(tcu::TextureFormat::RGB, tcu::TextureFormat::UNORM_INT8), width, height); in edgeRelaxedImageCompare() local 3621 const int width = reference.getWidth(); in intersectionRelaxedLineImageCompare() local 3623 tcu::TextureLevel errorMask (tcu::TextureFormat(tcu::TextureFormat::RGB, tcu::TextureFormat::UNORM_INT8), width, height); in intersectionRelaxedLineImageCompare() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
| H A D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 295 const deUint32 width = 2 * height; // works well with a fixed-size font in logPixelGrid() local 382 int width = reference.getWidth(); in intThresholdCompare() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/ |
| H A D | vktRayQueryAccelerationStructuresTests.cpp | 196 deUint32 width; member 220 VkImageCreateInfo makeImageCreateInfo (deUint32 width, deUint32 height, deUint32 depth, VkFormat format) in makeImageCreateInfo() argument [all...] |
| H A D | vktRayQueryBuiltinTests.cpp | 220 deUint32 width; member 738 const deUint32 width in initVertexBuffer() local 257 makeImageCreateInfo(VkFormat format, deUint32 width, deUint32 height, deUint32 depth, VkImageType imageType = VK_IMAGE_TYPE_3D, VkImageUsageFlags usageFlags = VK_IMAGE_USAGE_STORAGE_BIT | VK_IMAGE_USAGE_TRANSFER_SRC_BIT | VK_IMAGE_USAGE_TRANSFER_DST_BIT) makeImageCreateInfo() argument 1592 const deUint32 width = testParams.width; verify() local 1645 const deUint32 width = testParams.width; verify() local 1704 const deUint32 width = testParams.width; verify() local 1826 const deUint32 width = testParams.width; verify() local 1908 const deUint32 width = testParams.width; initAccelerationStructures() local 2065 const deUint32 width = testParams.width; initAccelerationStructures() local 2225 const deUint32 width = testParams.width; initAccelerationStructures() local 2349 const deUint32 width = testParams.width; initAccelerationStructures() local 2502 const deUint32 width = testParams.width; initAccelerationStructures() local 2661 const deUint32 width = testParams.width; initAccelerationStructures() local 2822 const deUint32 width = testParams.width; initAccelerationStructures() local 2983 const deUint32 width = testParams.width; initAccelerationStructures() local 3149 const deUint32 width = testParams.width; initAccelerationStructures() local 3329 const deUint32 width = testParams.width; initAccelerationStructures() local 3509 const deUint32 width = testParams.width; initAccelerationStructures() local 3725 const deUint32 width = testParams.width; initAccelerationStructures() local 4145 const deUint32 width = testParams.width; initAccelerationStructures() local 4273 const deUint32 width = testParams.width; initAccelerationStructures() local 4438 const deUint32 width = testParams.width; initAccelerationStructures() local 4608 const deUint32 width = testParams.width; initAccelerationStructures() local 4802 const deUint32 width = testParams.width; initAccelerationStructures() local 4968 const deUint32 width = testParams.width; initAccelerationStructures() local 5143 const deUint32 width = testParams.width; initAccelerationStructures() local 5328 const deUint32 width = testParams.width; initAccelerationStructures() local 5664 const deUint32 width = m_data.width; iterate() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/ |
| H A D | vktSubgroupsTestsUtils.cpp | 53 deUint32 getNextWidth (const deUint32 width) in getNextWidth() argument 2850 check(std::vector<const void*> datas, deUint32 width, deUint32 ref) check() argument [all...] |
| /third_party/vk-gl-cts/modules/egl/ |
| H A D | teglGLES2SharingThreadedTests.cpp | 805 CreatePBufferSurface::CreatePBufferSurface (EGLDisplay display, EGLConfig config, EGLint width, EGLint height, SharedPtr<Surface>& surface) in CreatePBufferSurface() argument 961 TexImage2D::TexImage2D (SharedPtr<Texture> texture, GLint level, GLint internalFormat, GLsizei width, GLsizei height, GLenum format, GLenum type, bool useSync, bool serverSync) in TexImage2D() argument 1013 TexSubImage2D::TexSubImage2D (SharedPtr<Texture> texture, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, bool useSync, bool serverSync) in TexSubImage2D() argument 1065 CopyTexImage2D(SharedPtr<Texture> texture, GLint level, GLint internalFormat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border, bool useSync, bool serverSync) CopyTexImage2D() argument 1117 CopyTexSubImage2D(SharedPtr<Texture> texture, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height, bool useSync, bool serverSync) CopyTexSubImage2D() argument 1848 ReadPixels(int x, int y, int width, int height, GLenum format, GLenum type, SharedPtr<tcu::ThreadUtil::DataBlock>& data, bool useSync, bool serverSync) ReadPixels() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/common/spirv/ |
| H A D | spirv_instruction_parser_autogen.cpp | 282 void ParseTypeFloat(const uint32_t *_instruction, IdResult *idResult, LiteralInteger *width) in ParseTypeFloat() argument 268 ParseTypeInt(const uint32_t *_instruction, IdResult *idResult, LiteralInteger *width, LiteralInteger *signedness) ParseTypeInt() argument
|
| /base/web/webview/interfaces/kits/napi/webviewcontroller/ |
| H A D | napi_webview_controller.cpp | 346 PDFMarginConfig ParsePDFMarginConfigArgs(napi_env env, napi_value preArgs, double width, double height) in ParsePDFMarginConfigArgs() argument 394 double width = A4_WIDTH; in ParsePDFConfigArgs() local 3804 int32_t width in GetFavicon() local 3955 size_t width = 0; GetFavicon() local 5012 napi_value width = nullptr; ParsePrintPageSizeAdapter() local [all...] |
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/tde/driver/src/adp/tde_v2_0/ |
| H A D | tde_osictl_k.c | 93 hi_u32 width; member 4971 hi_u32 height, width, i, j, m, n, byte_per_pixel, cbcr_pixel; tde_osi_mb_blit() local [all...] |
| /device/soc/rockchip/rk3399/hardware/mpp/include/ |
| H A D | rk_venc_cmd.h | 460 RK_S32 width; member
|
| /device/soc/rockchip/rk3568/hardware/mpp/include/ |
| H A D | rk_venc_cmd.h | 460 RK_S32 width; member
|
| /device/soc/rockchip/rk3588/hardware/mpp/include/ |
| H A D | rk_venc_cmd.h | 539 RK_S32 width; member
|
| /device/soc/rockchip/common/hardware/mpp/include/ |
| H A D | rk_venc_cmd.h | 459 signed int width; member
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
| H A D | view_abstract.cpp | 42 void ViewAbstract::SetWidth(const CalcLength& width) in SetWidth() argument 70 std::optional<CalcLength> width = std::nullopt; in SetHeight() local 101 void ViewAbstract::SetMinWidth(const CalcLength& width) in SetMinWidth() argument 137 void ViewAbstract::SetMaxWidth(const CalcLength& width) in SetMaxWidth() argument 2859 SetWidth(FrameNode *frameNode, const CalcLength& width) SetWidth() argument 2878 std::optional<CalcLength> width = std::nullopt; SetHeight() local 4148 auto width = size->Width(); GetMinWidth() local 4165 auto width = size->Width(); GetMaxWidth() local 4338 auto width = size->Width(); GetWidth() local [all...] |
| /foundation/arkui/ace_engine/adapter/ohos/osal/ |
| H A D | js_accessibility_manager.cpp | 5691 auto width = focusElement.GetRectInScreen().GetRightBottomXScreenPostion() - in FindExtensionNodeInAbsoluteDirection() local 5759 auto width = element.GetRectInScreen().GetRightBottomXScreenPostion() - FilterAccessibilityElementByFocusable() local [all...] |
| /foundation/arkui/ace_engine/adapter/ohos/entrance/ |
| H A D | ui_content_impl.cpp | 3086 void UIContentImpl::OnFormSurfaceChange(float width, float height, OHOS::Rosen::WindowSizeChangeReason type, in OnFormSurfaceChange() argument
|
| /foundation/arkui/ace_engine/interfaces/native/ |
| H A D | native_type.h | 1607 float width; member 1619 int32_t width; member [all...] |