Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkTypeface.h49 Style style() const { return fStyle; } in style()
53 bool isBold() const { return (fStyle & kBold) != 0; } in isBold()
57 bool isItalic() const { return (fStyle & kItalic) != 0; } in isItalic()
125 : fUniqueID(uniqueID), fStyle(style) {} in SkTypeface()
129 Style fStyle; variable
DSkPaint.h290 Style getStyle() const { return (Style)fStyle; } in getStyle()
830 unsigned fStyle : 2; variable
888 uint8_t fStyle, fJoin, fCap; variable
/external/skia/src/core/
DSkPathEffect.cpp80fStyle(SkToU8(paint.getStyle())), fJoin(SkToU8(paint.getStrokeJoin())), fCap(SkToU8(paint.getStrok… in SkStrokePathEffect()
85 : fWidth(width), fMiter(miter), fStyle(SkToU8(style)), fJoin(SkToU8(join)), fCap(SkToU8(cap)) in SkStrokePathEffect()
93 if (fWidth < 0 || fStyle == SkPaint::kFill_Style) in filterPath()
96 if (fStyle == SkPaint::kStroke_Style && fWidth == 0) // hairline in filterPath()
108 stroke.setDoFill(fStyle == SkPaint::kStrokeAndFill_Style); in filterPath()
128 buffer.write8(fStyle); in flatten()
137 fStyle = buffer.readU8(); in SkStrokePathEffect()
DSkPaint.cpp63 fStyle = kFill_Style; in SkPaint()
196 fStyle = style; in setStyle()
691 fStyle = paint->getStyle(); in SkAutoRestorePaintTextSizeAndFrame()
696 fPaint->setStyle(fStyle); in ~SkAutoRestorePaintTextSizeAndFrame()
703 SkPaint::Style fStyle; member in SkAutoRestorePaintTextSizeAndFrame
DSkDraw.cpp128 fStyle = paint.getStyle(); // record the old in SkAutoPaintStyleRestore()
132 fPaint.setStyle(fStyle); // restore the old in ~SkAutoPaintStyleRestore()
136 SkPaint::Style fStyle; member in SkAutoPaintStyleRestore
/external/skia/src/effects/
DSk1DPathEffect.cpp75 fStyle = style; in SkPath1DPathEffect()
161 fStyle = (Style) buffer.readU8(); in SkPath1DPathEffect()
176 buffer.write8(fStyle); in flatten()
182 switch (fStyle) { in next()
/external/chromium/third_party/icu/source/i18n/
Dtmutfmt.cpp101 fStyle(kFull) in TimeUnitFormat()
168 fStyle = other.fStyle; in operator =()
184 fStyle == fmt->fStyle); in operator ==()
225 MessageFormat* pattern = ((MessageFormat**)countToPattern->get(count))[fStyle]; in format()
366 fStyle = style; in create()
Ddecimfmt.cpp193 fStyle(NumberFormat::kNumberStyle), in DecimalFormat()
227 fStyle(NumberFormat::kNumberStyle), in DecimalFormat()
263 fStyle(NumberFormat::kNumberStyle), in DecimalFormat()
297 fStyle(NumberFormat::kNumberStyle), in DecimalFormat()
333 fStyle(NumberFormat::kNumberStyle), in DecimalFormat()
370 fStyle(style), in DecimalFormat()
452 if (fStyle == NumberFormat::kPluralCurrencyStyle) { in construct()
663 fStyle(0), in DecimalFormat()
747 fStyle = rhs.fStyle; in operator =()
1711 if (fStyle == NumberFormat::kPluralCurrencyStyle) { in parseForCurrency()
[all …]
/external/icu4c/i18n/
Dtmutfmt.cpp101 fStyle(kFull) in TimeUnitFormat()
168 fStyle = other.fStyle; in operator =()
184 fStyle == fmt->fStyle); in operator ==()
225 MessageFormat* pattern = ((MessageFormat**)countToPattern->get(count))[fStyle]; in format()
366 fStyle = style; in create()
Ddecimfmt.cpp303 fStyle = style; in DecimalFormat()
335 fStyle = NumberFormat::kNumberStyle; in init()
412 if (fStyle == NumberFormat::kPluralCurrencyStyle) { in construct()
679 fStyle = rhs.fStyle; in operator =()
1665 if (fStyle == NumberFormat::kPluralCurrencyStyle) { in parseForCurrency()
3179 if (fStyle == NumberFormat::kPluralCurrencyStyle) { in appendAffix()
3364 if (fStyle == NumberFormat::kPluralCurrencyStyle) { in toPattern()
/external/skia/include/effects/
DSk1DPathEffect.h83 Style fStyle; // copied from constructor variable
/external/icu4c/i18n/unicode/
Dtmutfmt.h222 EStyle fStyle; variable
Ddecimfmt.h2136 int fStyle; variable
/external/chromium/third_party/icu/public/i18n/unicode/
Dtmutfmt.h229 EStyle fStyle; variable
Ddecimfmt.h2017 int fStyle; variable