HomeSort by relevance Sort by last modified time
    Searched defs:ShadowValue (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ui/gfx/
shadow_value.cc 15 ShadowValue::ShadowValue()
20 ShadowValue::ShadowValue(const gfx::Point& offset,
28 ShadowValue::~ShadowValue() {
31 ShadowValue ShadowValue::Scale(float scale) const {
34 return ShadowValue(scaled_offset, blur_ * scale, color_);
37 std::string ShadowValue::ToString() const
    [all...]
shadow_value.h 19 class ShadowValue;
20 typedef std::vector<ShadowValue> ShadowValues;
22 // ShadowValue encapsulates parameters needed to define a shadow, including the
24 class GFX_EXPORT ShadowValue {
26 ShadowValue();
27 ShadowValue(const gfx::Point& offset, double blur, SkColor color);
28 ~ShadowValue();
36 ShadowValue Scale(float scale) const;
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 373 Value *ShadowValue, uint32_t TypeSize);
818 Value *ShadowValue,
    [all...]

Completed in 73 milliseconds