OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:logicalIndex
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/awt/org/apache/harmony/awt/gl/font/
FontManager.java
271
int
logicalIndex
= getLogicalFaceIndex(fontName);
273
if (
logicalIndex
!= -1){
274
name = getLogicalFaceFromFont(fontStyle,
logicalIndex
);
289
peer = createFontPeer(name, fontStyle, size,
logicalIndex
);
306
* @param
logicalIndex
index of the logical face name in LOGICAL_FONT_FACES
309
private FontPeer createFontPeer(String name, int style, int size, int
logicalIndex
){
311
if (
logicalIndex
!= -1){
440
* @param
logicalIndex
index of the specified face from the
444
public String getLogicalFaceFromFont(int fontStyle, int
logicalIndex
){
446
String name = LOGICAL_FONT_FACES[
logicalIndex
];
[
all
...]
/external/icu4c/test/cintltst/
cbiditst.c
[
all
...]
Completed in 59 milliseconds