Searched defs:setShadow (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp288 void setShadow(Instruction *I, Value *Shadow);
858 void DFSanFunction::setShadow(Instruction *I, Value *Shadow) { function in class:DFSanFunction
918 DFSF.setShadow(&I, CombinedShadow);
1045 DFSF.setShadow(&LI, Shadow);
1169 DFSF.setShadow(&I, DFSF.DFS.ZeroShadow);
1178 DFSF.setShadow(
1190 DFSF.setShadow(&I, DFSF.DFS.combineShadows(CondShadow, ShadowSel, &I));
1267 DFSF.setShadow(CS.getInstruction(), DFSF.DFS.ZeroShadow);
1272 DFSF.setShadow(CS.getInstruction(), DFSF.DFS.ZeroShadow);
1342 DFSF.setShadow(CustomC
[all...]
H A DMemorySanitizer.cpp856 void setShadow(Value *V, Value *SV) { function in struct:__anon25419::MemorySanitizerVisitor
907 /// This function either returns the value set earlier with setShadow,
1080 setShadow(&I,
1083 setShadow(&I, getCleanShadow(&I));
1129 setShadow(&I, getCleanShadow(&I));
1146 setShadow(&I, IRB.CreateExtractElement(getShadow(&I, 0), I.getOperand(1),
1154 setShadow(&I, IRB.CreateInsertElement(getShadow(&I, 0), getShadow(&I, 1),
1162 setShadow(&I, IRB.CreateShuffleVector(getShadow(&I, 0), getShadow(&I, 1),
1170 setShadow(&I, IRB.CreateSExt(getShadow(&I, 0), I.getType(), "_msprop"));
1176 setShadow(
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvasRenderingContext2D.cpp1335 void CanvasRenderingContext2D::setShadow(float width, float height, float blur) function in class:WebCore::CanvasRenderingContext2D
1337 setShadow(FloatSize(width, height), blur, Color::transparent);
1340 void CanvasRenderingContext2D::setShadow(float width, float height, float blur, const String& color) function in class:WebCore::CanvasRenderingContext2D
1345 setShadow(FloatSize(width, height), blur, rgba);
1348 void CanvasRenderingContext2D::setShadow(float width, float height, float blur, float grayLevel) function in class:WebCore::CanvasRenderingContext2D
1350 setShadow(FloatSize(width, height), blur, makeRGBA32FromFloats(grayLevel, grayLevel, grayLevel, 1));
1353 void CanvasRenderingContext2D::setShadow(float width, float height, float blur, const String& color, float alpha) function in class:WebCore::CanvasRenderingContext2D
1358 setShadow(FloatSize(width, height), blur, colorWithOverrideAlpha(rgba, alpha));
1361 void CanvasRenderingContext2D::setShadow(float width, float height, float blur, float grayLevel, float alpha) function in class:WebCore::CanvasRenderingContext2D
1363 setShadow(FloatSiz
1366 void CanvasRenderingContext2D::setShadow(float width, float height, float blur, float r, float g, float b, float a) function in class:WebCore::CanvasRenderingContext2D
1371 void CanvasRenderingContext2D::setShadow(float width, float height, float blur, float c, float m, float y, float k, float a) function in class:WebCore::CanvasRenderingContext2D
1381 void CanvasRenderingContext2D::setShadow(const FloatSize& offset, float blur, RGBA32 color) function in class:WebCore::CanvasRenderingContext2D
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContext.cpp301 void GraphicsContext::setShadow(const FloatSize& offset, float blur, const Color& color, function in class:WebCore::GraphicsContext

Completed in 152 milliseconds