Home
last modified time | relevance | path

Searched refs:fStyle (Results 1 – 25 of 130) sorted by relevance

123456

/external/skqp/src/gpu/
DGrShape.cpp13 fStyle = that.fStyle; in operator =()
171 if (this->isEmpty() && !fStyle.hasNonDashPathEffect()) { in styledBounds()
176 fStyle.adjustBounds(&bounds, this->bounds()); in styledBounds()
337 int styleCnt = GrStyle::KeySize(parent.fStyle, apply, styleKeyFlags); in setInheritedKey()
354 GrStyle::WriteKey(fInheritedKey.get() + parentCnt, parent.fStyle, apply, scale, in setInheritedKey()
383 result.fStyle = style; in MakeArc()
388 GrShape::GrShape(const GrShape& that) : fStyle(that.fStyle) { in GrShape()
429 SkPathEffect* pe = parent.fStyle.pathEffect(); in GrShape()
445 SkStrokeRec strokeRec = parent.fStyle.strokeRec(); in GrShape()
446 if (!parent.fStyle.applyPathEffectToPath(&this->path(), &strokeRec, *srcForPathEffect, in GrShape()
[all …]
DGrShape.h50 GrShape(const SkPath& path, const GrStyle& style) : fStyle(style) { in GrShape()
55 GrShape(const SkRRect& rrect, const GrStyle& style) : fStyle(style) { in GrShape()
66 : fStyle(style) { in GrShape()
84 GrShape(const SkRect& rect, const GrStyle& style) : fStyle(style) { in GrShape()
93 GrShape(const SkPath& path, const SkPaint& paint) : fStyle(paint) { in GrShape()
98 GrShape(const SkRRect& rrect, const SkPaint& paint) : fStyle(paint) { in GrShape()
102 fRRectData.fStart = DefaultRRectDirAndStartIndex(rrect, fStyle.hasPathEffect(), in GrShape()
107 GrShape(const SkRect& rect, const SkPaint& paint) : fStyle(paint) { in GrShape()
111 fRRectData.fStart = DefaultRectDirAndStartIndex(rect, fStyle.hasPathEffect(), in GrShape()
143 const GrStyle& style() const { return fStyle; } in style()
[all …]
DGrPath.h30 , fStyle(style) in GrPath()
50 GrStyle fStyle; variable
/external/skia/src/gpu/
DGrShape.cpp13 fStyle = that.fStyle; in operator =()
171 if (this->isEmpty() && !fStyle.hasNonDashPathEffect()) { in styledBounds()
176 fStyle.adjustBounds(&bounds, this->bounds()); in styledBounds()
337 int styleCnt = GrStyle::KeySize(parent.fStyle, apply, styleKeyFlags); in setInheritedKey()
354 GrStyle::WriteKey(fInheritedKey.get() + parentCnt, parent.fStyle, apply, scale, in setInheritedKey()
383 result.fStyle = style; in MakeArc()
388 GrShape::GrShape(const GrShape& that) : fStyle(that.fStyle) { in GrShape()
429 SkPathEffect* pe = parent.fStyle.pathEffect(); in GrShape()
445 SkStrokeRec strokeRec = parent.fStyle.strokeRec(); in GrShape()
446 if (!parent.fStyle.applyPathEffectToPath(&this->path(), &strokeRec, *srcForPathEffect, in GrShape()
[all …]
DGrShape.h50 GrShape(const SkPath& path, const GrStyle& style) : fStyle(style) { in GrShape()
55 GrShape(const SkRRect& rrect, const GrStyle& style) : fStyle(style) { in GrShape()
66 : fStyle(style) { in GrShape()
84 GrShape(const SkRect& rect, const GrStyle& style) : fStyle(style) { in GrShape()
93 GrShape(const SkPath& path, const SkPaint& paint) : fStyle(paint) { in GrShape()
98 GrShape(const SkRRect& rrect, const SkPaint& paint) : fStyle(paint) { in GrShape()
102 fRRectData.fStart = DefaultRRectDirAndStartIndex(rrect, fStyle.hasPathEffect(), in GrShape()
107 GrShape(const SkRect& rect, const SkPaint& paint) : fStyle(paint) { in GrShape()
111 fRRectData.fStart = DefaultRectDirAndStartIndex(rect, fStyle.hasPathEffect(), in GrShape()
143 const GrStyle& style() const { return fStyle; } in style()
[all …]
DGrPath.h30 , fStyle(style) in GrPath()
50 GrStyle fStyle; variable
/external/icu/icu4c/source/i18n/
Dreldatefmt.cpp79 const UnicodeString& getAbsoluteUnitString(int32_t fStyle,
82 const SimpleFormatter* getRelativeUnitFormatter(int32_t fStyle,
86 const SimpleFormatter* getRelativeDateTimeUnitFormatter(int32_t fStyle,
127 int32_t fStyle, UDateAbsoluteUnit unit, UDateDirection direction) const { in getAbsoluteUnitString() argument
128 int32_t style = fStyle; in getAbsoluteUnitString()
139 int32_t fStyle, in getRelativeUnitFormatter() argument
156 return getRelativeDateTimeUnitFormatter(fStyle, rdtunit, pastFutureIndex, pluralUnit); in getRelativeUnitFormatter()
161 int32_t fStyle, in getRelativeDateTimeUnitFormatter() argument
165 int32_t style = fStyle; in getRelativeDateTimeUnitFormatter()
717 fStyle(UDAT_STYLE_LONG), in RelativeDateTimeFormatter()
[all …]
Dscientificnumberformatter.cpp245 fStyle(styleToAdopt) { in ScientificNumberFormatter()
249 if (fDecimalFormat == NULL || fStyle == NULL) { in ScientificNumberFormatter()
266 fStyle(NULL) { in ScientificNumberFormatter()
269 fStyle = other.fStyle->clone(); in ScientificNumberFormatter()
274 delete fStyle; in ~ScientificNumberFormatter()
287 return fStyle->format( in format()
/external/skqp/tools/fonts/
DSkTestFontMgr.cpp32 , fStyle(style) in TypefaceEntry()
36 SkFontStyle fStyle; member
43 if (style) { *style = fTypefaces[index].fStyle; } in getStyle()
68 sk_make_sp<SkTestTypeface>(sk_make_sp<SkTestFont>(sub.fFont), sub.fStyle); in FontMgr()
77 … family->fTypefaces.emplace_back(std::move(typeface), sub.fStyle, sub.fStyleName); in FontMgr()
88 … fFamilies.back()->fTypefaces.emplace_back(std::move(typeface), sub.fStyle, sub.fStyleName); in FontMgr()
Dcreate_test_font.cpp32 SkFontStyle const fStyle; member
326 const SkFontStyle& style = font.fNamedStyle.fStyle; in generate_index()
355 const SkFontStyle& style = font.fNamedStyle.fStyle; in generate_index()
370 font.fNamedStyle.fStyle.weight(), font.fNamedStyle.fStyle.width(), in generate_index()
371 slant_to_string(font.fNamedStyle.fStyle.slant()), testFontsIndex, font.fFile); in generate_index()
/external/skia/tools/fonts/
DSkTestFontMgr.cpp32 , fStyle(style) in TypefaceEntry()
36 SkFontStyle fStyle; member
43 if (style) { *style = fTypefaces[index].fStyle; } in getStyle()
68 sk_make_sp<SkTestTypeface>(sk_make_sp<SkTestFont>(sub.fFont), sub.fStyle); in FontMgr()
77 … family->fTypefaces.emplace_back(std::move(typeface), sub.fStyle, sub.fStyleName); in FontMgr()
88 … fFamilies.back()->fTypefaces.emplace_back(std::move(typeface), sub.fStyle, sub.fStyleName); in FontMgr()
/external/skia/src/core/
DSkMaskCache.cpp25 , fStyle(style) in RRectBlurKey()
29 sizeof(fSigma) + sizeof(fStyle) + sizeof(fRRect)); in RRectBlurKey()
33 int32_t fStyle; member
104 , fStyle(style) in RectsBlurKey()
120 sizeof(fSigma) + sizeof(fStyle) + sizeof(fSizes)); in RectsBlurKey()
124 int32_t fStyle; member
DSkFontDescriptor.cpp62 result->fStyle = SkFontStyle((styleBits >> 16) & 0xFFFF, in Deserialize()
120 uint32_t styleBits = (fStyle.weight() << 16) | (fStyle.width() << 8) | (fStyle.slant()); in serialize()
DSkFontDescriptor.h59 SkFontStyle getStyle() const { return fStyle; } in getStyle()
60 void setStyle(SkFontStyle style) { fStyle = style; } in setStyle()
80 SkFontStyle fStyle; variable
/external/skqp/src/core/
DSkMaskCache.cpp25 , fStyle(style) in RRectBlurKey()
29 sizeof(fSigma) + sizeof(fStyle) + sizeof(fRRect)); in RRectBlurKey()
33 int32_t fStyle; member
104 , fStyle(style) in RectsBlurKey()
120 sizeof(fSigma) + sizeof(fStyle) + sizeof(fSizes)); in RectsBlurKey()
124 int32_t fStyle; member
DSkFontDescriptor.cpp62 result->fStyle = SkFontStyle((styleBits >> 16) & 0xFFFF, in Deserialize()
120 uint32_t styleBits = (fStyle.weight() << 16) | (fStyle.width() << 8) | (fStyle.slant()); in serialize()
DSkFontDescriptor.h59 SkFontStyle getStyle() const { return fStyle; } in getStyle()
60 void setStyle(SkFontStyle style) { fStyle = style; } in setStyle()
80 SkFontStyle fStyle; variable
/external/skqp/include/core/
DSkTypeface.h49 return fStyle; in fontStyle()
53 bool isBold() const { return fStyle.weight() >= SkFontStyle::kSemiBold_Weight; } in isBold()
56 bool isItalic() const { return fStyle.slant() != SkFontStyle::kUpright_Slant; } in isItalic()
364 void setFontStyle(SkFontStyle style) { fStyle = style; } in setFontStyle()
444 SkFontStyle fStyle; variable
/external/skia/include/core/
DSkTypeface.h49 return fStyle; in fontStyle()
53 bool isBold() const { return fStyle.weight() >= SkFontStyle::kSemiBold_Weight; } in isBold()
56 bool isItalic() const { return fStyle.slant() != SkFontStyle::kUpright_Slant; } in isItalic()
364 void setFontStyle(SkFontStyle style) { fStyle = style; } in setFontStyle()
444 SkFontStyle fStyle; variable
/external/skia/bench/
DMorphologyBench.cpp32 MorphologyType fStyle; member in MorphologyBench
39 fStyle = style; in MorphologyBench()
67 switch (fStyle) { in onDraw()
DBlurBench.cpp33 SkBlurStyle fStyle; member in BlurBench
39 fStyle = bs; in BlurBench()
67 paint.setMaskFilter(SkMaskFilter::MakeBlur(fStyle, in onDraw()
/external/skqp/bench/
DMorphologyBench.cpp32 MorphologyType fStyle; member in MorphologyBench
39 fStyle = style; in MorphologyBench()
67 switch (fStyle) { in onDraw()
DBlurBench.cpp33 SkBlurStyle fStyle; member in BlurBench
39 fStyle = bs; in BlurBench()
67 paint.setMaskFilter(SkMaskFilter::MakeBlur(fStyle, in onDraw()
/external/skqp/gm/
Dblurs.cpp19 SkBlurStyle fStyle; member
36 if (gRecs[i].fStyle != NONE) {
37 paint.setMaskFilter(SkMaskFilter::MakeBlur(gRecs[i].fStyle,
/external/skia/gm/
Dblurs.cpp19 SkBlurStyle fStyle; member
36 if (gRecs[i].fStyle != NONE) {
37 paint.setMaskFilter(SkMaskFilter::MakeBlur(gRecs[i].fStyle,

123456