HomeSort by relevance Sort by last modified time
    Searched refs:getShadow (Results 1 - 10 of 10) sorted by null

  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp 454 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) {
786 Value *getShadow(Instruction *I, int i) {
787 return getShadow(I->getOperand(i));
816 Instruction *Shadow = dyn_cast_or_null<Instruction>(getShadow(Val))
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/bytecode/
ShadowWrangler.java 99 return invocationPlan.getMethod().invoke(invocationPlan.getShadow(), params);
101 throw new RuntimeException(invocationPlan.getShadow().getClass().getName() + " is not assignable from " +
304 public Object getShadow() {
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontChromiumWin.cpp 282 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/
FontMac.mm 223 context->getShadow(shadowOffset, shadowBlur, shadowColor, shadowColorSpace);
  /external/webkit/Source/WebCore/platform/graphics/win/
FontCGWin.cpp 148 graphicsContext->getShadow(offset, blur, color, shadowColorSpace);
362 graphicsContext->getShadow(shadowOffset, shadowBlur, shadowColor, shadowColorSpace);
  /external/webkit/Source/WebCore/platform/graphics/skia/
SkiaFontWin.cpp 232 bool hasShadow = context->getShadow(shadowOffset, shadowBlur, shadowColor, shadowColorSpace);
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext.h 414 bool getShadow(FloatSize&, float&, Color&, ColorSpace&) const;
GraphicsContext.cpp 172 bool GraphicsContext::getShadow(FloatSize& offset, float& blur, Color& color, ColorSpace& colorSpace) const
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontAndroid.cpp 107 bool hasShadow = gc->getShadow(shadowOffset, shadowBlur, shadowColor, shadowColorSpace);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp     [all...]

Completed in 514 milliseconds