Searched defs:_style (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/awt/org/apache/harmony/awt/gl/font/
H A DAndroidFontProperty.java39 public AndroidFontProperty(String _logicalName, String _styleName, String _fileName, String _name, String _xlfd, int _style, int[] exclusionRange, String _encoding){ argument
47 this.style = _style;
H A DCompositeFont.java70 * @param _style style of the CompositeFont to be created
77 public CompositeFont(String familyName, String faceName, int _style, int _size, FontProperty[] fProperties, FontPeerImpl[] physFonts){ argument
81 this.style = _style;
/frameworks/base/tools/aapt/
H A DResourceTable.cpp2848 const Vector<StringPool::entry_style_span>* _style,
2857 if (_style) {
2858 style = *_style;
2845 Item(const SourcePos& _sourcePos, bool _isId, const String16& _value, const Vector<StringPool::entry_style_span>* _style, int32_t _format) argument

Completed in 114 milliseconds