Home
last modified time | relevance | path

Searched defs:size (Results 13326 - 13350 of 15533) sorted by relevance

1...<<531532533534535536537538539540>>...622

/third_party/skia/src/image/
H A DSkImage.cpp654 size_t size = fInfo.computeByteSize(rowBytes); in makeRasterImage() local
/third_party/skia/src/codec/
H A DSkJpegCodec.cpp433 bool SkJpegCodec::onDimensionsSupported(const SkISize& size) { in onDimensionsSupported() argument
988 SkGetJpegInfo(const void* data, size_t len, SkISize* size, SkEncodedInfo::Color* colorType, SkEncodedOrigin* orientation) SkGetJpegInfo() argument
/third_party/skia/src/core/
H A DSkStream.cpp169 SkFILEStream::SkFILEStream(FILE* file, size_t size, size_t start) in SkFILEStream() argument
173 SkFILEStream::SkFILEStream(FILE* file, size_t size) in SkFILEStream() argument
198 size_t SkFILEStream::read(void* buffer, size_t size) { in read() argument
269 newFromParams(const void* src, size_t size, bool copyData) newFromParams() argument
282 SkMemoryStream(size_t size) SkMemoryStream() argument
287 SkMemoryStream(const void* src, size_t size, bool copyData) SkMemoryStream() argument
311 setMemoryOwned(const void* src, size_t size) setMemoryOwned() argument
316 setMemory(const void* src, size_t size, bool copyData) setMemory() argument
335 read(void* buffer, size_t size) read() argument
423 write(const void* buffer, size_t size) write() argument
456 sk_memcpy_4bytes(void* dst, const void* src, size_t size) sk_memcpy_4bytes() argument
535 size_t size; write() local
612 size_t size = block->written(); read() local
632 size_t size = block->written(); copyTo() local
705 const size_t size = this->bytesWritten(); detachAsData() local
755 SkBlockMemoryStream(sk_sp<SkBlockMemoryRefCnt> headRef, size_t size) SkBlockMemoryStream() argument
[all...]
H A DSkGpuBlurUtils.cpp123 SkISize size = SkISize::Make(SkGpuBlurUtils::KernelWidth(radiusX), in convolve_gaussian_2d() local
857 int size = KernelWidth(radius); Compute1DGaussianKernel() local
886 int size = KernelWidth(radius); Compute1DLinearGaussianKernel() local
[all...]
H A DSkTypeface.cpp363 size_t size = this->getTableSize(tag); in onCopyTableData() local
H A DSkRemoteGlyphCache.cpp48 uint32_t size; in auto_descriptor_from_desc() local
58 uint32_t size; in auto_descriptor_from_desc() local
68 size_t pad(size_t size, size_t alignment) { return (size + (alignment - 1)) & ~(alignment - 1); } in pad() argument
106 void* allocate(size_t size, size_t alignment) { in allocate() argument
148 read(size_t size, size_t alignment) read() argument
155 ensureAtLeast(size_t size, size_t alignment) ensureAtLeast() argument
[all...]
/third_party/skia/src/gpu/
H A DGrDirectContext.cpp574 void GrDirectContext::initGpuMemoryLimit(MemoryOverflowCalllback callback, uint64_t size) in initGpuMemoryLimit() argument
993 size_t size = SkCompressedDataSize(compression, in createCompressedBackendTexture() local
1079 size_t size in updateCompressedBackendTexture() local
948 create_and_update_compressed_backend_texture( GrDirectContext* dContext, SkISize dimensions, const GrBackendFormat& backendFormat, GrMipmapped mipMapped, GrProtected isProtected, sk_sp<GrRefCntedCallback> finishedCallback, const void* data, size_t size) create_and_update_compressed_backend_texture() argument
[all...]
H A DGrDataUtils.cpp119 static int num_4x4_blocks(int size) { in num_4x4_blocks() argument
123 static int num_6x6_blocks(int size) { in num_6x6_blocks() argument
128 static int num_8x8_blocks(int size) { in num_8x8_blocks() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DBC_Decoder.cpp368 inline int32_t extendSign(int32_t val, size_t size) in extendSign() argument
395 size_t size[RGBfChannels]; member
[all...]
H A DRenderer.cpp172 void *Renderer::operator new(size_t size) in operator new() argument
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
H A DImage.cpp1036 size_t Image::size(int width, int height, int depth, int border, int samples, GLint internalformat) in size() function in egl::Image
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DIntermediate.cpp1205 size_t size = fields[j]->type()->getObjectSize(); in CompareStruct() local
1265 float ComputeDeterminant(int size, ConstantUnion* unionArray) in ComputeDeterminant() argument
1310 int size = node->getNominalSize(); in CreateInverse() local
2029 size_t size = node->getType().getObjectSize(); promoteConstantUnion() local
[all...]
H A DSymbolTable.h257 inline TType *GenType(TType *type, int size) in GenType() argument
278 inline TType *VecType(TType *type, int size) in VecType() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DTexture.cpp1099 int size = image[0][mBaseLevel]->getWidth(); in isBaseLevelDefined() local
1178 GLsizei size = image[0][mBaseLevel]->getWidth(); in isMipmapCubeComplete() local
1359 GLsizei size = image[face][level]->getWidth(); in copySubImage() local
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DRenderer.cpp237 void* Renderer::operator new(size_t size) in operator new() argument
/third_party/openssl/ohos_lite/include/crypto/
H A Dx509.h29 int size; /* temp variable */ member
/third_party/openssl/providers/implementations/keymgmt/
H A Decx_kmgmt.c278 ecx_get_params(void *key, OSSL_PARAM params[], int bits, int secbits, int size) ecx_get_params() argument
/third_party/openssl/include/crypto/
H A Dx509.h35 int size; /* temp variable */ member
/third_party/openssl/ssl/statem/
H A Dextensions_clnt.c1443 size_t size = PACKET_remaining(pkt); in tls_parse_stoc_sct() local
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
H A DFontHeaderTable.java636 public void setLowestRecPPEM(int size) { in setLowestRecPPEM() argument
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/
H A DFeatureTag.java117 size("Optical size"), enum constant
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp3232 ArrayIndex Value::size() const { size() function in Value
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dinst_bindless_check_pass.cpp343 uint32_t size = 1; in ByteSize() local
[all...]
H A Dinstruction.cpp177 uint32_t size = 0; in NumInOperandWords() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp3232 ArrayIndex Value::size() const { size() function in Value
[all...]

Completed in 63 milliseconds

1...<<531532533534535536537538539540>>...622