Searched defs:memory (Results 176 - 200 of 419) sorted by relevance

1234567891011>>

/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
H A Dpngshim.c183 FT_Memory memory,
178 Load_SBit_Png( FT_Bitmap* map, FT_Int x_offset, FT_Int y_offset, FT_Int pix_bits, TT_SBit_Metrics metrics, FT_Memory memory, FT_Byte* data, FT_UInt png_len ) argument
H A Dsfdriver.c227 /* shouldn't happen, but just in case to avoid memory leaks */
257 FT_Memory memory = face->root.memory; local
299 FT_Memory memory = face->root.memory; local
/external/skia/src/ports/
H A DSkFontHost_fontconfig.cpp182 const void* memory = stream->getMemoryBase(); local
183 if (NULL != memory) {
184 return new SkMemoryStream(memory, length, true);
/external/chromium_org/base/memory/
H A Dshared_memory.h33 // the underlying OS handle to a shared memory segment.
37 // A SharedMemoryId is sufficient to identify a given shared memory segment on a
43 // Options for creating a shared memory object.
57 // Size of the shared memory object to be created.
62 // If true, and the shared memory already exists, Create() will open the
63 // existing shared memory and ignore the size parameter. If false,
64 // shared memory must not exist. This flag is meaningless unless
75 // Platform abstraction for shared memory. Provides a C++ wrapper
76 // around the OS primitive for a memory mapped file.
89 // shared memory fil
188 void *memory() const { return memory_; } function in class:base::SharedMemory
[all...]
/external/chromium_org/content/browser/loader/
H A Dredirect_to_file_resource_handler.cc36 DependentIOBuffer(net::IOBuffer* backing, char* memory) argument
37 : net::WrappedIOBuffer(memory),
/external/chromium_org/gpu/command_buffer/service/
H A Dcommon_decoder_unittest.cc100 int8* buffer_memory = static_cast<int8*>(buffer_->memory());
104 int32 GetSharedMemoryOffset(const void* memory) { argument
105 int8* buffer_memory = static_cast<int8*>(buffer_->memory());
106 ptrdiff_t offset = static_cast<const int8*>(memory) - &buffer_memory[0];
260 void* memory = engine_.GetSharedMemoryAs<void*>(kSomeOffsetInSharedMemory); local
261 memcpy(memory, kData, sizeof(kData));
270 memcpy(memory, kData2, sizeof(kData2));
317 void* memory = &buffer[0] + sizeof(cmd); local
318 memcpy(memory, kData, sizeof(kData));
327 memcpy(memory, kData
379 uint32* memory = local
470 uint8* memory = engine_.GetSharedMemoryAs<uint8*>(kSomeOffsetInSharedMemory); local
[all...]
/external/chromium_org/media/cast/sender/
H A Dexternal_video_encoder.cc9 #include "base/memory/scoped_vector.h"
10 #include "base/memory/shared_memory.h"
125 // Wait until shared memory is allocated to indicate that encoder is
227 stream_header_.append(static_cast<const char*>(output_buffer->memory()),
248 static_cast<const char*>(output_buffer->memory()), payload_size);
320 void OnCreateSharedMemory(scoped_ptr<base::SharedMemory> memory) { argument
325 base::Passed(&memory)));
328 void ReceivedSharedMemory(scoped_ptr<base::SharedMemory> memory) { argument
332 output_buffers_.push_back(memory.release());
375 // Shared memory buffer
[all...]
/external/chromium_org/sandbox/win/src/
H A Dpolicy_opcodes_unittest.cc84 char memory[1024]; local
85 OpcodeFactory opcode_maker(memory, sizeof(memory));
129 char memory[256]; local
130 OpcodeFactory opcode_maker(memory, sizeof(memory));
131 size_t count = sizeof(memory) / sizeof(PolicyOpcode);
155 char memory[256]; local
156 OpcodeFactory opcode_maker(memory, sizeof(memory));
184 char memory[128]; local
211 char memory[128]; local
236 char memory[512]; local
314 char memory[256]; local
332 char memory[256]; local
[all...]
H A Dprocess_thread_interception.cc67 void* memory = GetGlobalIPCMemory(); local
68 if (NULL == memory)
71 SharedMemIPCClient ipc(memory);
145 void* memory = GetGlobalIPCMemory(); local
146 if (NULL == memory)
149 SharedMemIPCClient ipc(memory);
190 void* memory = GetGlobalIPCMemory(); local
191 if (NULL == memory)
194 SharedMemIPCClient ipc(memory);
235 void* memory local
288 void* memory = GetGlobalIPCMemory(); local
347 void* memory = GetGlobalIPCMemory(); local
[all...]
H A Dtarget_services.cc108 void* memory = GetGlobalIPCMemory(); local
109 if (NULL == memory) {
112 SharedMemIPCClient ipc(memory);
/external/chromium_org/sandbox/win/tests/validation_tests/
H A Dcommands.cc318 void* memory = ::VirtualAlloc(NULL, mem_size, MEM_COMMIT | MEM_RESERVE, local
320 if (!memory) {
326 if (!::VirtualFree(memory, 0, MEM_RELEASE))
/external/chromium_org/sync/internal_api/attachments/
H A Dattachment_uploader_impl.cc8 #include "base/memory/weak_ptr.h"
199 scoped_refptr<base::RefCountedMemory> memory = attachment_.GetData(); local
200 const std::string upload_content(memory->front_as<char>(), memory->size());
/external/chromium_org/third_party/WebKit/Source/core/timing/
H A DPerformance.cpp72 PassRefPtrWillBeRawPtr<MemoryInfo> Performance::memory() const function in class:blink::Performance
/external/chromium_org/third_party/freetype/src/autofit/
H A Dafloader.c32 FT_Memory memory = module->root.library->memory; local
37 af_glyph_hints_init( &loader->hints, memory );
41 return FT_GlyphLoader_New( memory, &loader->gloader );
/external/chromium_org/third_party/freetype/src/base/
H A Dftbitmap.c47 FT_Memory memory = library->memory; local
100 ft_bitmap_assure_buffer( FT_Memory memory, argument
143 /* if no need to allocate memory */
288 error = ft_bitmap_assure_buffer( library->memory, bitmap, xstr, ystr );
440 FT_Memory memory; local
446 memory = library->memory;
740 FT_Memory memory; local
749 memory
[all...]
H A Dftrfork.c160 FT_Memory memory = library->memory; local
353 raccess_make_file_name( FT_Memory memory,
476 FT_Memory memory; local
481 memory = library->memory;
482 newpath = raccess_make_file_name( memory, base_file_name, "._" );
509 FT_Memory memory; local
515 memory = library->memory;
545 FT_Memory memory; local
577 FT_Memory memory; local
604 FT_Memory memory; local
631 FT_Memory memory; local
662 FT_Memory memory; local
778 raccess_make_file_name( FT_Memory memory, const char *original_name, const char *insertion ) argument
[all...]
/external/chromium_org/third_party/freetype/src/cache/
H A Dftccache.c134 FT_Memory memory = cache->memory; local
188 FT_Memory memory = cache->memory; local
337 FT_Memory memory = cache->memory; local
391 if ( cache->memory )
393 FT_Memory memory = cache->memory; local
403 cache->memory
[all...]
H A Dftccache.h153 FT_Memory memory; member in struct:FTC_CacheRec_
226 /* NOTE: _nodcomp() may change the linked list to reduce memory. */ \
298 * loop to flush the cache repeatedly in case of memory overflows.
/external/chromium_org/third_party/freetype/src/cff/
H A Dcf2ft.c102 FT_Memory memory = font->memory; local
105 (void)memory;
209 FT_Memory memory,
214 outline->root.memory = memory;
273 FT_Memory memory; local
280 memory = decoder->builder.memory;
297 font->memory
208 cf2_outline_init( CF2_Outline outline, FT_Memory memory, FT_Error* error ) argument
[all...]
H A Dcf2glue.h133 FT_Memory memory; member in struct:CF2_OutlineCallbacksRec_
H A Dcffdrivr.c334 FT_Memory memory = face->root.memory; local
H A Dcffgload.h45 /* memory :: The current memory object. */
83 FT_Memory memory; member in struct:CFF_Builder_
/external/chromium_org/third_party/freetype/src/pfr/
H A Dpfrload.c352 FT_Memory memory = phy_font->memory; local
453 FT_Memory memory = phy_font->memory; local
481 FT_Memory memory = phy_font->memory; local
525 FT_Memory memory = phy_font->memory; local
631 FT_Memory memory,
669 FT_Memory memory )
629 pfr_aux_name_load( FT_Byte* p, FT_UInt len, FT_Memory memory, FT_String* *astring ) argument
718 FT_Memory memory = stream->memory; local
[all...]
/external/chromium_org/third_party/freetype/src/pshinter/
H A Dpshglob.c623 FT_Memory memory; local
626 memory = globals->memory;
645 psh_globals_new( FT_Memory memory, argument
659 globals->memory = memory;
H A Dpshglob.h137 FT_Memory memory; member in struct:PSH_GlobalsRec_

Completed in 4366 milliseconds

1234567891011>>