Searched refs:initialBlock (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/gpu/
H A DGrAllocator.h28 * @param initialBlock optional memory to use for the first block.
32 GrAllocator(size_t itemSize, int itemsPerBlock, void* initialBlock) : argument
35 fOwnFirstBlock(NULL == initialBlock),
39 fBlocks.push_back() = initialBlock;
40 GR_DEBUGCODE(if (!fOwnFirstBlock) {*((char*)initialBlock+fBlockSize-1)='a';} );
150 * @param initialBlock optional memory to use for the first block.
228 GrTAllocator(int itemsPerBlock, void* initialBlock) argument
229 : fAllocator(sizeof(T), itemsPerBlock, initialBlock) {
/external/webkit/Source/WebCore/rendering/
H A DRenderBlock.cpp6034 RenderBlock* initialBlock = child->view(); local
6035 while (curr && curr != initialBlock) {

Completed in 275 milliseconds