Searched refs:getShadow (Results 1 - 10 of 10) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp454 Value *Shadow = getShadow(Val);
545 PHINode *PNS = cast<PHINode>(getShadow(PN));
549 PNS->addIncoming(getShadow(PN, v), PN->getIncomingBlock(v));
721 Value *getShadow(Value *V) { function in struct:__anon9890::MemorySanitizerVisitor
786 Value *getShadow(Instruction *I, int i) { function in struct:__anon9890::MemorySanitizerVisitor
787 return getShadow(I->getOperand(i));
816 Instruction *Shadow = dyn_cast_or_null<Instruction>(getShadow(Val));
873 setShadow(&I, IRB.CreateExtractElement(getShadow(&I, 0), I.getOperand(1),
881 setShadow(&I, IRB.CreateInsertElement(getShadow(&I, 0), getShadow(
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/bytecode/
H A DShadowWrangler.java99 return invocationPlan.getMethod().invoke(invocationPlan.getShadow(), params);
101 throw new RuntimeException(invocationPlan.getShadow().getClass().getName() + " is not assignable from " +
304 public Object getShadow() { method in class:ShadowWrangler.InvocationPlan
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DFontChromiumWin.cpp282 if (m_graphicsContext->getShadow(shadowOffset, shadowBlur, shadowColor, shadowColorSpace)) {
515 if (graphicsContext->getShadow(shadowOffset, shadowBlur, shadowColor, shadowColorSpace) && windowsCanHandleDrawTextShadow(graphicsContext)) {
/external/webkit/Source/WebCore/platform/graphics/mac/
H A DFontMac.mm223 context->getShadow(shadowOffset, shadowBlur, shadowColor, shadowColorSpace);
/external/webkit/Source/WebCore/platform/graphics/win/
H A DFontCGWin.cpp148 graphicsContext->getShadow(offset, blur, color, shadowColorSpace);
362 graphicsContext->getShadow(shadowOffset, shadowBlur, shadowColor, shadowColorSpace);
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DSkiaFontWin.cpp232 bool hasShadow = context->getShadow(shadowOffset, shadowBlur, shadowColor, shadowColorSpace);
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsContext.h414 bool getShadow(FloatSize&, float&, Color&, ColorSpace&) const;
H A DGraphicsContext.cpp172 bool GraphicsContext::getShadow(FloatSize& offset, float& blur, Color& color, ColorSpace& colorSpace) const function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
H A DFontAndroid.cpp107 bool hasShadow = gc->getShadow(shadowOffset, shadowBlur, shadowColor, shadowColorSpace);
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DGraphicsContextWinCE.cpp1222 getShadow(shadowOffset, shadowBlur, shadowColor, shadowColorSpace);
1640 && getShadow(shadowOffset, shadowBlur, shadowColor, shadowColorSpace)

Completed in 202 milliseconds