Searched refs:aSize (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_string.cpp | 140 uint32 aSize = (uint32) strlen (otherString); in Assign_Multibyte() local 142 if (aSize > 0) in Assign_Multibyte() 145 uint32 aBufSize = aSize * 6 + 256; in Assign_Multibyte() 167 aSize, in Assign_Multibyte() 217 uint32 aSize = dngString.Length (); in Extract_Multibyte() local 219 if (aSize > 0) in Extract_Multibyte() 222 uint32 aBufSize = (aSize * 2) + 256; in Extract_Multibyte() 244 aSize, in Extract_Multibyte() 356 int aSize = (int) strlen (otherString); in Assign_Multibyte() local 358 if (aSize > 0) in Assign_Multibyte() [all …]
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_atom_pixeltransfer.c | 52 const GLuint aSize = ctx->PixelMaps.AtoA.Size; in load_color_map_texture() local 75 rgba[3] = ctx->PixelMaps.AtoA.Map[i * aSize / texSize]; in load_color_map_texture()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/ |
D | vktExternalMemoryUtil.hpp | 176 ExternalHostMemory(vk::VkDeviceSize aSize, vk::VkDeviceSize aAlignment) in ExternalHostMemory() 177 : size(deAlignSize(static_cast<size_t>(aSize), static_cast<size_t>(aAlignment))) in ExternalHostMemory()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-directwrite.cc | 94 DWriteFontFileStream (uint8_t *aData, uint32_t aSize) in DWriteFontFileStream() argument 97 mSize = aSize; in DWriteFontFileStream()
|
/third_party/skia/tests/ |
D | SkBlockAllocatorTest.cpp | 532 size_t aSize = poolA->totalSize(); in DEF_TEST() local 541 REPORTER_ASSERT(r, poolA->totalSize() == aSize + theftSize); in DEF_TEST()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 51385 void NS_ABORT_OOM(size_t aSize); 56423 static void* Malloc(size_t aSize) { return malloc(aSize); } in Malloc() 56424 static void* Realloc(void* aPtr, size_t aSize) in Realloc() 56426 return realloc(aPtr, aSize); in Realloc() 56438 static void* Malloc(size_t aSize) { return moz_xmalloc(aSize); } in Malloc() 56439 static void* Realloc(void* aPtr, size_t aSize) in Realloc() 56441 return moz_xrealloc(aPtr, aSize); in Realloc() 56445 static void SizeTooBig(size_t aSize) { NS_ABORT_OOM(aSize); } in SizeTooBig() 70755 static void* Clone(const void* aPtr, size_t aSize); 73349 bool operator==(const Sub& aSize) const { in operator ==() [all …]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_gl_spirv.txt | 1337 layout(constant_id = 51) const int aSize = 20; 1339 const int total = aSize + pad; // specialization constant 1342 int d[aSize + pad]; // different type than a, b, or c 1343 int e[aSize + 2]; // different type than a, b, c, or d
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_gl_spirv.txt | 1403 layout(constant_id = 51) const int aSize = 20; 1405 const int total = aSize + pad; // specialization constant 1408 int d[aSize + pad]; // different type than a, b, or c 1409 int e[aSize + 2]; // different type than a, b, c, or d
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 4267 const unsigned aSize = code->fileSize(TGSI_FILE_ADDRESS); in Converter() local 4272 aData.setup(TGSI_FILE_ADDRESS, 0, 0, aSize, 4, 4, FILE_GPR, 0); in Converter()
|
/third_party/skia/third_party/externals/harfbuzz/perf/texts/ |
D | en-words.txt | 614 aSize
|