Home
last modified time | relevance | path

Searched defs:height (Results 3901 - 3925 of 4366) sorted by relevance

1...<<151152153154155156157158159160>>...175

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DFramebufferTest.cpp1687 void validateSamplePass(GLuint &query, GLuint &passedCount, GLint width, GLint height) in validateSamplePass() argument
2719 GLuint height = 2; TEST_P() local
3695 FillTexture2D(GLuint texture, GLsizei width, GLsizei height, const T &onePixelData, GLint level, GLint internalFormat, GLenum format, GLenum type) FillTexture2D() argument
[all...]
/third_party/skia/src/gpu/
H A DGrDistanceFieldGenFromVector.cpp626 calculate_distance_field_data(PathSegmentArray* segments, DFData* dataPtr, int width, int height) calculate_distance_field_data() argument
[all...]
/third_party/skia/src/gpu/d3d/
H A DGrD3DGpu.cpp1060 int height = tex->height(); onRegenerateMipMapLevels() local
[all...]
/third_party/skia/src/gpu/dawn/
H A DGrDawnGpu.cpp362 uint32_t height = rect.height(); in uploadTextureData() local
603 uint32_t width = srcRect.width(), height = srcRect.height(); onCopySurface() local
[all...]
/third_party/skia/src/core/
H A DSkCanvas.cpp427 SkCanvas::SkCanvas(int width, int height, const SkSurfaceProps* props) in SkCanvas() argument
[all...]
H A DSkMatrix.cpp1810 void SkRSXform::toQuad(SkScalar width, SkScalar height, SkPoint quad[4]) const { in toQuad() argument
1834 toTriStrip(SkScalar width, SkScalar height, SkPoint strip[4]) const toTriStrip() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DBlitter.cpp1978 int height = extent.height; resolveDepth() local
2009 int height = extent.height; resolveStencil() local
2146 int height = extent.height; fastResolve() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DlibGLESv3.cpp37 static bool validImageSize(GLint level, GLsizei width, GLsizei height) in validImageSize() argument
337 void GL_APIENTRY TexImage3D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *data) in TexImage3D() argument
397 void GL_APIENTRY TexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsize argument
445 CopyTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height) CopyTexSubImage3D() argument
508 CompressedTexImage3D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void *data) CompressedTexImage3D() argument
565 CompressedTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data) CompressedTexSubImage3D() argument
3543 InvalidateSubFramebuffer(GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height) InvalidateSubFramebuffer() argument
3619 TexStorage2D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height) TexStorage2D() argument
3707 TexStorage3D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) TexStorage3D() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DRenderer.hpp218 float height; member
H A DSurface.hpp40 T height() const { return y1 - y0; } in height() function
234 int height; member
[all...]
/third_party/skia/third_party/externals/swiftshader/tests/GLESUnitTests/
H A Dunittests.cpp1395 const int height = 0x541; in TEST_F() local
2257 EGLSurface createIOSurfacePbuffer(EGLClientBuffer buffer, EGLint width, EGLint height, EGLint plane, GLenum internalFormat, GLenum type) const in createIOSurfacePbuffer() argument
2284 void bindIOSurfaceToTexture(EGLClientBuffer buffer, EGLint width, EGLint height, EGLint plane, GLenum internalFormat, GLenum type, EGLSurface *pbuffer, GLuint *texture) const in bindIOSurfaceToTexture() argument
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dturbojpeg.c522 DLLEXPORT unsigned long tjBufSize(int width, int height, int jpegSubsamp) in tjBufSize() argument
544 DLLEXPORT unsigned long TJBUFSIZE(int width, int height) in TJBUFSIZE() argument
563 DLLEXPORT unsigned long tjBufSizeYUV2(int width, int pad, int height, in tjBufSizeYUV2() argument
588 DLLEXPORT unsigned long tjBufSizeYUV(int width, int height, int subsamp) in tjBufSizeYUV() argument
593 TJBUFSIZEYUV(int width, int height, int subsamp) TJBUFSIZEYUV() argument
620 tjPlaneHeight(int componentID, int height, int subsamp) tjPlaneHeight() argument
641 tjPlaneSizeYUV(int componentID, int width, int stride, int height, int subsamp) tjPlaneSizeYUV() argument
666 tjCompress2(tjhandle handle, const unsigned char *srcBuf, int width, int pitch, int height, int pixelFormat, unsigned char **jpegBuf, unsigned long *jpegSize, int jpegSubsamp, int jpegQual, int flags) tjCompress2() argument
733 tjCompress(tjhandle handle, unsigned char *srcBuf, int width, int pitch, int height, int pixelSize, unsigned char *jpegBuf, unsigned long *jpegSize, int jpegSubsamp, int jpegQual, int flags) tjCompress() argument
756 tjEncodeYUVPlanes(tjhandle handle, const unsigned char *srcBuf, int width, int pitch, int height, int pixelFormat, unsigned char **dstPlanes, int *strides, int subsamp, int flags) tjEncodeYUVPlanes() argument
914 tjEncodeYUV3(tjhandle handle, const unsigned char *srcBuf, int width, int pitch, int height, int pixelFormat, unsigned char *dstBuf, int pad, int subsamp, int flags) tjEncodeYUV3() argument
953 tjEncodeYUV2(tjhandle handle, unsigned char *srcBuf, int width, int pitch, int height, int pixelFormat, unsigned char *dstBuf, int subsamp, int flags) tjEncodeYUV2() argument
961 tjEncodeYUV(tjhandle handle, unsigned char *srcBuf, int width, int pitch, int height, int pixelSize, unsigned char *dstBuf, int subsamp, int flags) tjEncodeYUV() argument
971 tjCompressFromYUVPlanes(tjhandle handle, const unsigned char **srcPlanes, int width, const int *strides, int height, int subsamp, unsigned char **jpegBuf, unsigned long *jpegSize, int jpegQual, int flags) tjCompressFromYUVPlanes() argument
1108 tjCompressFromYUV(tjhandle handle, const unsigned char *srcBuf, int width, int pad, int height, int subsamp, unsigned char **jpegBuf, unsigned long *jpegSize, int jpegQual, int flags) tjCompressFromYUV() argument
1194 tjDecompressHeader3(tjhandle handle, const unsigned char *jpegBuf, unsigned long jpegSize, int *width, int *height, int *jpegSubsamp, int *jpegColorspace) tjDecompressHeader3() argument
1244 tjDecompressHeader2(tjhandle handle, unsigned char *jpegBuf, unsigned long jpegSize, int *width, int *height, int *jpegSubsamp) tjDecompressHeader2() argument
1254 tjDecompressHeader(tjhandle handle, unsigned char *jpegBuf, unsigned long jpegSize, int *width, int *height) tjDecompressHeader() argument
1278 tjDecompress2(tjhandle handle, const unsigned char *jpegBuf, unsigned long jpegSize, unsigned char *dstBuf, int width, int pitch, int height, int pixelFormat, int flags) tjDecompress2() argument
1365 tjDecompress(tjhandle handle, unsigned char *jpegBuf, unsigned long jpegSize, unsigned char *dstBuf, int width, int pitch, int height, int pixelSize, int flags) tjDecompress() argument
1428 tjDecodeYUVPlanes(tjhandle handle, const unsigned char **srcPlanes, const int *strides, int subsamp, unsigned char *dstBuf, int width, int pitch, int height, int pixelFormat, int flags) tjDecodeYUVPlanes() argument
1576 tjDecodeYUV(tjhandle handle, const unsigned char *srcBuf, int pad, int subsamp, unsigned char *dstBuf, int width, int pitch, int height, int pixelFormat, int flags) tjDecodeYUV() argument
1615 tjDecompressToYUVPlanes(tjhandle handle, const unsigned char *jpegBuf, unsigned long jpegSize, unsigned char **dstPlanes, int width, int *strides, int height, int flags) tjDecompressToYUVPlanes() argument
1795 tjDecompressToYUV2(tjhandle handle, const unsigned char *jpegBuf, unsigned long jpegSize, unsigned char *dstBuf, int width, int pad, int height, int flags) tjDecompressToYUV2() argument
2053 tjLoadImage(const char *filename, int *width, int align, int *height, int *pixelFormat, int flags) tjLoadImage() argument
2151 tjSaveImage(const char *filename, unsigned char *buffer, int width, int pitch, int height, int pixelFormat, int flags) tjSaveImage() argument
[all...]
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
H A Drpng2-x.c1621 rpng2_x_redisplay_image(ulg startcol, ulg startrow, ulg width, ulg height) rpng2_x_redisplay_image() argument
[all...]
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dpngimage.c562 png_uint_32 height; member
998 png_uint_32 width, height; in compare_read() local
/third_party/skia/third_party/externals/libpng/
H A Dpng.c2547 png_check_IHDR(png_const_structrp png_ptr, png_uint_32 width, png_uint_32 height, int bit_depth, int color_type, int interlace_type, int compression_type, int filter_type) png_check_IHDR() argument
[all...]
H A Dpngread.c3226 png_uint_32 height = image->height; in png_image_read_and_map() local
3543 png_uint_32 height = image->height; png_image_read_composite() local
3654 png_uint_32 height = image->height; png_image_read_background() local
[all...]
H A Dpngrutil.c841 png_uint_32 width, height; in png_handle_IHDR() local
[all...]
H A Dpngset.c254 png_set_IHDR(png_const_structrp png_ptr, png_inforp info_ptr, png_uint_32 width, png_uint_32 height, int bit_depth, int color_type, int interlace_type, int compression_type, int filter_type) png_set_IHDR() argument
497 png_set_sCAL(png_const_structrp png_ptr, png_inforp info_ptr, int unit, double width, double height) png_set_sCAL() argument
527 png_set_sCAL_fixed(png_const_structrp png_ptr, png_inforp info_ptr, int unit, png_fixed_point width, png_fixed_point height) png_set_sCAL_fixed() argument
[all...]
H A Dpngstruct.h222 png_uint_32 height; /* height of image in pixels */ member
H A Dpngtest.c874 png_uint_32 width, height; in test_one_file() local
H A Dpngwutil.c672 png_write_IHDR(png_structrp png_ptr, png_uint_32 width, png_uint_32 height, in png_write_IHDR() argument
1809 png_write_sCAL_s(png_structrp png_ptr, int unit, png_const_charp width, png_const_charp height) png_write_sCAL_s() argument
[all...]
/third_party/skia/third_party/externals/libwebp/examples/
H A Dwebpinfo.c522 int width, height, has_alpha, version; in ParseLosslessHeader() local
740 int offset_x, offset_y, width, height, duration, blend, dispose, temp; in ProcessANMFChunk() local
[all...]
/third_party/skia/third_party/externals/libwebp/src/dec/
H A Dvp8l_dec.c117 ReadImageInfo(VP8LBitReader* const br, int* const width, int* const height, int* const has_alpha) ReadImageInfo() argument
128 VP8LGetInfo(const uint8_t* data, size_t data_size, int* const width, int* const height, int* const has_alpha) VP8LGetInfo() argument
1013 DecodeAlphaData(VP8LDecoder* const dec, uint8_t* const data, int width, int height, int last_row) DecodeAlphaData() argument
1118 DecodeImageData(VP8LDecoder* const dec, uint32_t* const data, int width, int height, int last_row, ProcessRowsFunc process_func) DecodeImageData() argument
1412 UpdateDecoder(VP8LDecoder* const dec, int width, int height) UpdateDecoder() argument
1646 int width, height, has_alpha; VP8LDecodeHeader() local
[all...]
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dpicture_csp_enc.c45 static int CheckNonOpaque(const uint8_t* alpha, int width, int height, in CheckNonOpaque() argument
853 const int height = picture->height; ImportYUVAFromRGBA() local
1054 const int height = picture->height; WebPPictureYUVAToARGB() local
1107 const int height = picture->height; Import() local
[all...]
H A Dpredictor_enc.c298 static int GetBestPredictorForTile(int width, int height, in GetBestPredictorForTile() argument
413 static void CopyImageWithPrediction(int width, int height, in CopyImageWithPrediction() argument
233 GetResidual( int width, int height, uint32_t* const upper_row, uint32_t* const current_row, const uint8_t* const max_diffs, int mode, int x_start, int x_end, int y, int max_quantization, int exact, int used_subtract_green, uint32_t* const out) GetResidual() argument
475 VP8LResidualImage(int width, int height, int bits, int low_effort, uint32_t* const argb, uint32_t* const argb_scratch, uint32_t* const image, int near_lossless_quality, int exact, int used_subtract_green) VP8LResidualImage() argument
717 VP8LColorSpaceTransform(int width, int height, int bits, int quality, uint32_t* const argb, uint32_t* image) VP8LColorSpaceTransform() argument
[all...]

Completed in 65 milliseconds

1...<<151152153154155156157158159160>>...175