Searched defs:setStyle (Results 1 - 25 of 32) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DBorderValue.h92 void setStyle(EBorderStyle style) { m_style = style; } function in class:blink::BorderValue
H A DKeyframeList.h56 void setStyle(PassRefPtr<RenderStyle> style) { m_style = style; } function in class:blink::KeyframeValue
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSToLengthConversionData.h59 void setStyle(const RenderStyle* style) { m_style = style; } function in class:blink::CSSToLengthConversionData
H A DFontFace.cpp183 void FontFace::setStyle(ExecutionContext* context, const String& s, ExceptionState& exceptionState) function in class:blink::FontFace
/external/skia/src/core/
H A DSkFontDescriptor.h25 void setStyle(SkTypeface::Style style) { fStyle = style; } function in class:SkFontDescriptor
H A DSkPaint.cpp326 void SkPaint::setStyle(Style style) { function in class:SkPaint
332 SkDebugf("SkPaint::setStyle(%d) out of range\n", style);
2227 this->setStyle(static_cast<Style>((tmp >> 8) & 0xFF));
2594 fPaint.setStyle(SkPaint::kFill_Style);
2607 fPaint.setStyle(style);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DStrokeData.h58 void setStyle(StrokeStyle style) { m_style = style; } function in class:blink::StrokeData
/external/chromium_org/third_party/skia/src/core/
H A DSkFontDescriptor.h25 void setStyle(SkTypeface::Style style) { fStyle = style; } function in class:SkFontDescriptor
H A DSkPaint.cpp306 void SkPaint::setStyle(Style style) { function in class:SkPaint
312 SkDebugf("SkPaint::setStyle(%d) out of range\n", style);
2161 this->setStyle(static_cast<Style>((tmp >> 8) & 0xFF));
2524 fPaint.setStyle(SkPaint::kFill_Style);
2537 fPaint.setStyle(style);
/external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
H A DMixin.java89 gen.setStyle(STYLE_BEANS);
112 public void setStyle(int style) { method in class:Mixin.Generator
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DStyleResolverState.h63 void setStyle(PassRefPtr<RenderStyle> style) { m_style = style; m_cssToLengthConversionData.setStyle(m_style.get()); } function in class:blink::StyleResolverState
H A DFontBuilder.cpp266 void FontBuilder::setStyle(FontStyle italic) function in class:blink::FontBuilder
270 scope.fontDescription().setStyle(italic);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowPaint.java79 public void setStyle(Paint.Style style) { method in class:ShadowPaint
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFontDescription.h171 void setStyle(FontStyle i) { m_style = i; } function in class:blink::FontDescription
/external/chromium_org/third_party/skia/samplecode/
H A DSampleFatBits.cpp92 void setStyle(Style s) { fStyle = s; } function in class:FatBits
139 paint->setStyle(SkPaint::kStroke_Style);
224 p.setStyle(SkPaint::kStroke_Style);
248 p.setStyle(SkPaint::kStroke_Style);
257 p.setStyle(SkPaint::kStroke_Style);
401 void setStyle(FatBits::Style s) { function in class:DrawLineView
402 fFB.setStyle(s);
433 this->setStyle(FatBits::kHair_Style);
435 this->setStyle(FatBits::kStroke_Style);
/external/skia/samplecode/
H A DSampleFatBits.cpp92 void setStyle(Style s) { fStyle = s; } function in class:FatBits
140 paint->setStyle(SkPaint::kStroke_Style);
225 p.setStyle(SkPaint::kStroke_Style);
249 p.setStyle(SkPaint::kStroke_Style);
258 p.setStyle(SkPaint::kStroke_Style);
402 void setStyle(FatBits::Style s) { function in class:DrawLineView
403 fFB.setStyle(s);
434 this->setStyle(FatBits::kHair_Style);
436 this->setStyle(FatBits::kStroke_Style);
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_win.cpp140 static void setStyle(LOGFONT* lf, SkTypeface::Style style) { function
2588 setStyle(&lf, (SkTypeface::Style)styleBits);
/external/skia/src/ports/
H A DSkFontHost_win.cpp140 static void setStyle(LOGFONT* lf, SkTypeface::Style style) { function
2615 setStyle(&lf, (SkTypeface::Style)styleBits);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderObject.cpp1662 setStyle(style.release());
1666 setStyle(pseudoStyle);
1696 void RenderObject::setStyle(PassRefPtr<RenderStyle> style) function in class:blink::RenderObject
1895 // updated by subclasses before we know if we have to invalidate paints (in setStyle()).
1933 child->setStyle(newStyle.release());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...

Completed in 311 milliseconds

12