HomeSort by relevance Sort by last modified time
    Searched refs:getStyle (Results 1 - 25 of 88) sorted by null

1 2 3 4

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
FontBuilderTest.cpp 14 RenderStyle* getStyle(const FontBuilder& builder)
23 EXPECT_EQ(0, getStyle(builder));
  /cts/tests/tests/graphics/src/android/graphics/cts/
Paint_StyleTest.java 41 // and get the setting result by getStyle
44 assertEquals(Style.FILL, p.getStyle());
46 assertEquals(Style.STROKE, p.getStyle());
48 assertEquals(Style.FILL_AND_STROKE, p.getStyle());
TypefaceTest.java 53 if (tf.getStyle() == style) {
64 assertEquals(Typeface.BOLD, typeface.getStyle());
71 assertEquals(Typeface.ITALIC, typeface.getStyle());
78 assertEquals(Typeface.BOLD_ITALIC, typeface.getStyle());
85 assertEquals(Typeface.NORMAL, typeface.getStyle());
  /cts/tests/tests/text/src/android/text/style/cts/
StyleSpanTest.java 36 assertEquals(2, fromParcel.getStyle());
45 assertEquals(2, styleSpan.getStyle());
48 assertEquals(-2, styleSpan.getStyle());
59 assertEquals(Typeface.NORMAL, tp.getTypeface().getStyle());
64 assertEquals(Typeface.BOLD, tp.getTypeface().getStyle());
82 assertEquals(Typeface.NORMAL, tp.getTypeface().getStyle());
87 assertEquals(Typeface.BOLD, tp.getTypeface().getStyle());
113 assertEquals(Typeface.BOLD, newSpan.getStyle());
TypefaceSpanTest.java 58 assertEquals(Typeface.NORMAL, tp.getTypeface().getStyle());
78 assertEquals(Typeface.NORMAL, tp.getTypeface().getStyle());
  /external/chromium_org/third_party/skia/include/core/
SkStrokeRec.h 37 Style getStyle() const;
44 return kHairline_Style == this->getStyle();
48 return kFill_Style == this->getStyle();
72 Style style = this->getStyle();
  /external/chromium_org/third_party/skia/src/core/
SkStrokeRec.cpp 27 this->init(paint, paint.getStyle());
68 SkStrokeRec::Style SkStrokeRec::getStyle() const {
SkFontDescriptor.h 24 SkTypeface::Style getStyle() { return fStyle; }
SkDrawProcs.h 73 if (SkPaint::kStroke_Style != paint.getStyle()) {
SkPictureContentInfo.cpp 62 if (SkPaint::kStroke_Style == paint.getStyle() && 0 == paint.getStrokeWidth()) {
  /external/chromium_org/third_party/skia/samplecode/
SampleFuzz.cpp 241 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/
GrPath.cpp 53 uint64_t key = stroke.getStyle();
GrPathRenderer.h 151 return stroke.getStyle() == SkStrokeRec::kStroke_Style &&
GrStencilAndCoverTextContext.cpp 205 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/
GrAndroidPathRenderer.cpp 20 return ((stroke.isFillStyle() || stroke.getStyle() == SkStrokeRec::kStroke_Style)
  /external/chromium_org/third_party/skia/include/ports/
SkFontMgr.h 24 virtual void getStyle(int index, SkFontStyle*, SkString* style) = 0;
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
ButtonPropertyEditorPresentation.java 87 final int getStyle() {
  /build/tools/droiddoc/templates-pdk/assets/
carousel.js 212 function getStyle(element, cssProperty){
237 var currentStripPosition = parseInt(getStyle(slideList,'left'));
296 var currentStripPosition = parseInt(getStyle(slideList,'left'));
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
prototype-1.7.js     [all...]
  /external/chromium_org/third_party/skia/gm/
fontmgr.cpp 102 set->getStyle(j, &fs, &sname);
159 fset->getStyle(j, &fs, &sname);
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
RegionTracker.cpp 153 if (!checkFillOnly && paint.getStyle() != SkPaint::kFill_Style && paint.isAntiAlias())
227 if (paint.getStyle() != SkPaint::kFill_Style) {
239 bool fillsBounds = paint.getStyle() != SkPaint::kStroke_Style;
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLPathRendering.cpp 187 if (SkStrokeRec::kStrokeAndFill_Style == stroke.getStyle()) {
195 if (stroke.isFillStyle() || SkStrokeRec::kStrokeAndFill_Style == stroke.getStyle()) {
248 if (SkStrokeRec::kStrokeAndFill_Style == stroke.getStyle()) {
265 if (stroke.isFillStyle() || SkStrokeRec::kStrokeAndFill_Style == stroke.getStyle()) {
  /external/chromium_org/third_party/skia/tests/
EmptyPathTest.cpp 49 " filltype[%d] ptcount[%d]", str, paint.getStyle(),
FontMgrTest.cpp 100 set->getStyle(j, &fs, &sname);
  /external/chromium_org/third_party/skia/src/fonts/
SkFontMgr_fontconfig.cpp 146 virtual void getStyle(int index, SkFontStyle*, SkString* style) SK_OVERRIDE;
195 void SkFontStyleSet_FC::getStyle(int index, SkFontStyle* style,

Completed in 959 milliseconds

1 2 3 4