OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:styleset
(Results
1 - 7
of
7
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/
Text.py
44
class
styleset
(aetools.ComponentItem):
class in inherits:aetools.ComponentItem
45
"""
styleset
- A style \xd2set\xd3 that may be used repeatedly in text objects. """
72
stylesets =
styleset
82
'
styleset
' :
styleset
,
84
styleset
._superclassnames = []
85
styleset
._privpropdict = {
93
styleset
._privelemdict = {
101
'stys' :
styleset
,
__init__.py
67
getbaseclasses(
styleset
)
83
'stys' :
styleset
,
/external/jmonkeyengine/engine/src/core/com/jme3/font/
BitmapCharacterSet.java
183
* @param
styleSet
Style must be assigned to this.
186
public void merge(BitmapCharacterSet
styleSet
) {
187
if (this.renderedSize !=
styleSet
.renderedSize) {
190
for (Entry<IntMap<BitmapCharacter>> entry :
styleSet
.characters) {
196
this.lineHeight = Math.max(this.lineHeight,
styleSet
.lineHeight);
207
this.pageSize +=
styleSet
.pageSize;
BitmapFont.java
264
* @param
styleSet
Style must be assigned to this.
/external/chromium_org/third_party/icu/source/test/intltest/
dadrfmt.cpp
112
DateTimeStyleSet
styleSet
;
163
if(
styleSet
.parseFrom(spec, status)<0 || U_FAILURE(status)) {
167
format = DateFormat::createDateTimeInstance((DateFormat::EStyle)
styleSet
.getDateStyle(), (DateFormat::EStyle)
styleSet
.getTimeStyle(), loc);
/external/icu4c/test/intltest/
dadrfmt.cpp
114
DateTimeStyleSet
styleSet
;
170
if(
styleSet
.parseFrom(spec, status)<0 || U_FAILURE(status)) {
174
format = DateFormat::createDateTimeInstance((DateFormat::EStyle)
styleSet
.getDateStyle(), (DateFormat::EStyle)
styleSet
.getTimeStyle(), loc);
/external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentStyleSheetCollection.cpp
109
// Check to see if this sheet belongs to a
styleset
Completed in 154 milliseconds