Searched refs:baseContext (Results 1 – 4 of 4) sorted by relevance
/external/icu4c/common/ |
D | uenum.c | 34 if (en->baseContext != NULL) { in _getBuffer() 35 if (((_UEnumBuffer*) en->baseContext)->len < capacity) { in _getBuffer() 37 en->baseContext = uprv_realloc(en->baseContext, in _getBuffer() 39 if (en->baseContext == NULL) { in _getBuffer() 42 ((_UEnumBuffer*) en->baseContext)->len = capacity; in _getBuffer() 46 en->baseContext = uprv_malloc(sizeof(int32_t) + capacity); in _getBuffer() 47 if (en->baseContext == NULL) { in _getBuffer() 50 ((_UEnumBuffer*) en->baseContext)->len = capacity; in _getBuffer() 53 return (void*) & ((_UEnumBuffer*) en->baseContext)->data; in _getBuffer() 61 if (en->baseContext) { in uenum_close() [all …]
|
D | uenumimp.h | 108 void *baseContext; member
|
/external/webkit/Tools/DumpRenderTree/cg/ |
D | ImageDiffCG.cpp | 100 …RetainPtr<CGContextRef> baseContext(AdoptCF, CGBitmapContextCreate(baseBuffer, width, height, 8, r… in createDifferenceImage() local 101 CGContextDrawImage(baseContext.get(), CGRectMake(0, 0, width, height), baseImage); in createDifferenceImage()
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderBlockLineLayout.cpp | 699 BidiContext* baseContext = currentContext; in handleTrailingSpaces() local 700 while (BidiContext* parent = baseContext->parent()) in handleTrailingSpaces() 701 baseContext = parent; in handleTrailingSpaces() 703 …diRun(firstSpace, trailingSpaceRun->m_stop, trailingSpaceRun->m_object, baseContext, OtherNeutral); in handleTrailingSpaces()
|