Searched refs:getStyle (Results 1 - 25 of 126) sorted by relevance

123456

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DFontBuilderTest.cpp14 RenderStyle* getStyle(const FontBuilder& builder) function in class:blink::FontBuilderTest
23 EXPECT_EQ(0, getStyle(builder));
/external/chromium_org/third_party/skia/include/core/
H A DSkStrokeRec.h37 Style getStyle() const;
44 return kHairline_Style == this->getStyle();
48 return kFill_Style == this->getStyle();
72 Style style = this->getStyle();
/external/skia/include/core/
H A DSkStrokeRec.h34 Style getStyle() const;
41 return kHairline_Style == this->getStyle();
45 return kFill_Style == this->getStyle();
69 Style style = this->getStyle();
/external/skia/src/core/
H A DSkFontDescriptor.h24 SkTypeface::Style getStyle() { return fStyle; } function in class:SkFontDescriptor
H A DSkStrokeRec.cpp27 this->init(paint, paint.getStyle());
68 SkStrokeRec::Style SkStrokeRec::getStyle() const { function in class:SkStrokeRec
H A DSkDrawProcs.h73 if (SkPaint::kStroke_Style != paint.getStyle()) {
/external/chromium_org/third_party/skia/src/core/
H A DSkStrokeRec.cpp27 this->init(paint, paint.getStyle());
68 SkStrokeRec::Style SkStrokeRec::getStyle() const { function in class:SkStrokeRec
H A DSkFontDescriptor.h24 SkTypeface::Style getStyle() { return fStyle; } function in class:SkFontDescriptor
H A DSkDrawProcs.h73 if (SkPaint::kStroke_Style != paint.getStyle()) {
/external/chromium_org/third_party/skia/samplecode/
H A DSampleFuzz.cpp241 SkPaint::Style s = paint.getStyle();
256 SkPaint::Style s = paint.getStyle();
275 SkPaint::Style s = paint.getStyle();
282 SkPaint::Style s = paint.getStyle();
291 SkPaint::Style s = paint.getStyle();
/external/skia/samplecode/
H A DSampleFuzz.cpp241 SkPaint::Style s = paint.getStyle();
256 SkPaint::Style s = paint.getStyle();
275 SkPaint::Style s = paint.getStyle();
282 SkPaint::Style s = paint.getStyle();
291 SkPaint::Style s = paint.getStyle();
/external/chromium_org/third_party/skia/src/gpu/
H A DGrPath.cpp53 uint64_t key = stroke.getStyle();
H A DGrPathRenderer.h151 return stroke.getStyle() == SkStrokeRec::kStroke_Style &&
H A DGrStencilAndCoverTextContext.cpp205 if (paint.getStyle() == SkPaint::kStroke_Style
299 SkStrokeRec::kStroke_Style != gpuStroke.getStyle()) {
323 SkStrokeRec::kStrokeAndFill_Style == gpuStroke.getStyle());
/external/chromium_org/third_party/skia/experimental/AndroidPathRenderer/
H A DGrAndroidPathRenderer.cpp20 return ((stroke.isFillStyle() || stroke.getStyle() == SkStrokeRec::kStroke_Style)
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
H A DButtonPropertyEditorPresentation.java87 final int getStyle() { method in class:ButtonPropertyEditorPresentation
/external/skia/experimental/AndroidPathRenderer/
H A DGrAndroidPathRenderer.cpp20 return ((stroke.isFillStyle() || stroke.getStyle() == SkStrokeRec::kStroke_Style)
/external/skia/include/ports/
H A DSkFontMgr.h24 virtual void getStyle(int index, SkFontStyle*, SkString* style) = 0;
/external/chromium_org/third_party/skia/include/ports/
H A DSkFontMgr.h24 virtual void getStyle(int index, SkFontStyle*, SkString* style) = 0;
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowPaint.java84 public Paint.Style getStyle() { method in class:ShadowPaint
/external/skia/src/gpu/
H A DGrPathRenderer.h151 return stroke.getStyle() == SkStrokeRec::kStroke_Style &&
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
H A Dprototype-1.7.js2366 getStyle: function(element, style) {
2379 return $(element).getStyle('opacity');
2409 var pos = Element.getStyle(element, 'position');
2437 element._overflow = Element.getStyle(element, 'overflow') || 'auto';
2466 if (Element.getStyle(element, 'position') == 'absolute') {
2501 Element.Methods.getStyle = Element.Methods.getStyle.wrap(
2539 Element.Methods.getStyle = function(element, style) {
2546 if (value = (element.getStyle('filter') || '').match(/alpha\(opacity=(.*)\)/))
2552 if ((style == 'width' || style == 'height') && (element.getStyle('displa
[all...]
/external/chromium_org/third_party/skia/gm/
H A Dfontmgr.cpp102 set->getStyle(j, &fs, &sname);
159 fset->getStyle(j, &fs, &sname);
/external/skia/gm/
H A Dfontmgr.cpp73 set->getStyle(j, &fs, &sname);
124 fset->getStyle(j, &fs, &sname);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DRegionTracker.cpp153 if (!checkFillOnly && paint.getStyle() != SkPaint::kFill_Style && paint.isAntiAlias())
227 if (paint.getStyle() != SkPaint::kFill_Style) {
239 bool fillsBounds = paint.getStyle() != SkPaint::kStroke_Style;

Completed in 3147 milliseconds

123456