/external/chromium_org/third_party/skia/include/core/ |
D | SkStrokeRec.h | 37 Style getStyle() const; 44 return kHairline_Style == this->getStyle(); in isHairlineStyle() 48 return kFill_Style == this->getStyle(); in isFillStyle() 72 Style style = this->getStyle(); in needToApply()
|
/external/skia/include/core/ |
D | SkStrokeRec.h | 34 Style getStyle() const; 41 return kHairline_Style == this->getStyle(); in isHairlineStyle() 45 return kFill_Style == this->getStyle(); in isFillStyle() 69 Style style = this->getStyle(); in needToApply()
|
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
D | FontBuilderTest.cpp | 14 RenderStyle* getStyle(const FontBuilder& builder) in getStyle() function in blink::FontBuilderTest 23 EXPECT_EQ(0, getStyle(builder)); in TEST_F()
|
/external/skia/samplecode/ |
D | SampleFuzz.cpp | 241 SkPaint::Style s = paint.getStyle(); in do_fuzz() 256 SkPaint::Style s = paint.getStyle(); in do_fuzz() 275 SkPaint::Style s = paint.getStyle(); in do_fuzz() 282 SkPaint::Style s = paint.getStyle(); in do_fuzz() 291 SkPaint::Style s = paint.getStyle(); in do_fuzz()
|
/external/chromium_org/third_party/skia/samplecode/ |
D | SampleFuzz.cpp | 241 SkPaint::Style s = paint.getStyle(); in do_fuzz() 256 SkPaint::Style s = paint.getStyle(); in do_fuzz() 275 SkPaint::Style s = paint.getStyle(); in do_fuzz() 282 SkPaint::Style s = paint.getStyle(); in do_fuzz() 291 SkPaint::Style s = paint.getStyle(); in do_fuzz()
|
/external/skia/src/core/ |
D | SkStrokeRec.cpp | 27 this->init(paint, paint.getStyle()); in SkStrokeRec() 68 SkStrokeRec::Style SkStrokeRec::getStyle() const { in getStyle() function in SkStrokeRec
|
D | SkFontDescriptor.h | 24 SkTypeface::Style getStyle() { return fStyle; } in getStyle() function
|
/external/chromium_org/third_party/skia/src/core/ |
D | SkStrokeRec.cpp | 27 this->init(paint, paint.getStyle()); in SkStrokeRec() 68 SkStrokeRec::Style SkStrokeRec::getStyle() const { in getStyle() function in SkStrokeRec
|
D | SkFontDescriptor.h | 24 SkTypeface::Style getStyle() { return fStyle; } in getStyle() function
|
/external/skia/gm/ |
D | fontmgr.cpp | 73 set->getStyle(j, &fs, &sname); in onDraw() 124 fset->getStyle(j, &fs, &sname); in iterateFamily()
|
/external/chromium_org/third_party/skia/src/gpu/ |
D | GrStencilAndCoverTextContext.cpp | 205 if (paint.getStyle() == SkPaint::kStroke_Style in canDraw() 299 SkStrokeRec::kStroke_Style != gpuStroke.getStyle()) { in init() 323 SkStrokeRec::kStrokeAndFill_Style == gpuStroke.getStyle()); in init()
|
D | GrPath.cpp | 53 uint64_t key = stroke.getStyle(); in ComputeStrokeKey()
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/ |
D | prototype-1.7.js | 2366 getStyle: function(element, style) { method 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) { function 2546 if (value = (element.getStyle('filter') || '').match(/alpha\(opacity=(.*)\)/)) 2552 if ((style == 'width' || style == 'height') && (element.getStyle('display') != 'none')) 2569 var filter = element.getStyle('filter'), style = element.style; [all …]
|
/external/chromium_org/third_party/skia/gm/ |
D | fontmgr.cpp | 102 set->getStyle(j, &fs, &sname); in onDraw() 159 fset->getStyle(j, &fs, &sname); in iterateFamily()
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | RegionTracker.cpp | 153 if (!checkFillOnly && paint.getStyle() != SkPaint::kFill_Style && paint.isAntiAlias()) in paintIsOpaque() 227 if (paint.getStyle() != SkPaint::kFill_Style) { in didDrawRect() 239 bool fillsBounds = paint.getStyle() != SkPaint::kStroke_Style; in didDrawRect()
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/ |
D | ButtonPropertyEditorPresentation.java | 87 final int getStyle() { in getStyle() method in ButtonPropertyEditorPresentation
|
/external/chromium_org/third_party/skia/src/gpu/gl/ |
D | GrGLPathRendering.cpp | 187 if (SkStrokeRec::kStrokeAndFill_Style == stroke.getStyle()) { in drawPath() 195 if (stroke.isFillStyle() || SkStrokeRec::kStrokeAndFill_Style == stroke.getStyle()) { in drawPath() 248 if (SkStrokeRec::kStrokeAndFill_Style == stroke.getStyle()) { in drawPaths() 265 if (stroke.isFillStyle() || SkStrokeRec::kStrokeAndFill_Style == stroke.getStyle()) { in drawPaths()
|
/external/chromium_org/third_party/skia/experimental/AndroidPathRenderer/ |
D | GrAndroidPathRenderer.cpp | 20 return ((stroke.isFillStyle() || stroke.getStyle() == SkStrokeRec::kStroke_Style) in canDrawPath()
|
/external/skia/experimental/AndroidPathRenderer/ |
D | GrAndroidPathRenderer.cpp | 20 return ((stroke.isFillStyle() || stroke.getStyle() == SkStrokeRec::kStroke_Style) in canDrawPath()
|
/external/chromium_org/third_party/skia/src/fonts/ |
D | SkFontMgr_fontconfig.cpp | 146 virtual void getStyle(int index, SkFontStyle*, SkString* style) SK_OVERRIDE; 195 void SkFontStyleSet_FC::getStyle(int index, SkFontStyle* style, in getStyle() function in SkFontStyleSet_FC
|
/external/skia/src/fonts/ |
D | SkFontMgr_fontconfig.cpp | 151 virtual void getStyle(int index, SkFontStyle*, SkString* style) SK_OVERRIDE; 200 void SkFontStyleSet_FC::getStyle(int index, SkFontStyle* style, in getStyle() function in SkFontStyleSet_FC
|
/external/skia/include/ports/ |
D | SkFontMgr.h | 24 virtual void getStyle(int index, SkFontStyle*, SkString* style) = 0;
|
/external/clang/tools/clang-format/ |
D | ClangFormat.cpp | 226 FormatStyle FormatStyle = getStyle( in format() 296 clang::format::configurationAsText(clang::format::getStyle( in main()
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/ |
D | prototype-1.6.0.3.js | 1900 getStyle: function(element, style) { method 1913 return $(element).getStyle('opacity'); 1943 var display = element.getStyle('display'); 1966 var pos = Element.getStyle(element, 'position'); 1996 element._overflow = Element.getStyle(element, 'overflow') || 'auto'; 2028 var p = Element.getStyle(element, 'position'); 2037 if (element.getStyle('position') == 'absolute') return element; 2061 if (element.getStyle('position') == 'relative') return element; 2090 if (Element.getStyle(element, 'position') != 'static') 2106 Element.getStyle(element, 'position') == 'absolute') break; [all …]
|
/external/chromium_org/third_party/skia/include/ports/ |
D | SkFontMgr.h | 24 virtual void getStyle(int index, SkFontStyle*, SkString* style) = 0;
|