/external/skia/include/core/ |
D | SkTypeface.h | 49 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
|
D | SkPaint.h | 290 Style getStyle() const { return (Style)fStyle; } in getStyle() 830 unsigned fStyle : 2; variable 888 uint8_t fStyle, fJoin, fCap; variable
|
/external/skia/src/core/ |
D | SkPathEffect.cpp | 80 …fStyle(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()
|
D | SkPaint.cpp | 63 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
|
D | SkDraw.cpp | 128 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/ |
D | Sk1DPathEffect.cpp | 75 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/ |
D | tmutfmt.cpp | 101 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()
|
D | decimfmt.cpp | 193 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/ |
D | tmutfmt.cpp | 101 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()
|
D | decimfmt.cpp | 303 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/ |
D | Sk1DPathEffect.h | 83 Style fStyle; // copied from constructor variable
|
/external/icu4c/i18n/unicode/ |
D | tmutfmt.h | 222 EStyle fStyle; variable
|
D | decimfmt.h | 2136 int fStyle; variable
|
/external/chromium/third_party/icu/public/i18n/unicode/ |
D | tmutfmt.h | 229 EStyle fStyle; variable
|
D | decimfmt.h | 2017 int fStyle; variable
|