OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fcvalue
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebKit/chromium/src/gtk/
WebFontInfo.cpp
56
FcValue
fcvalue
;
local
57
fcvalue
.type = FcTypeCharSet;
58
fcvalue
.u.c = cset;
59
FcPatternAdd(pattern, FC_CHARSET,
fcvalue
, FcFalse);
61
fcvalue
.type = FcTypeBool;
62
fcvalue
.u.b = FcTrue;
63
FcPatternAdd(pattern, FC_SCALABLE,
fcvalue
, FcFalse);
122
FcValue
fcvalue
;
local
[
all
...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
UserHistoryDictionaryBigramList.java
52
public void addBigram(String word1, String word2, byte
fcValue
) {
54
Log.d(TAG, "--- add bigram: " + word1 + ", " + word2 + ", " +
fcValue
);
65
map.put(word2,
fcValue
);
72
public void updateBigram(String word1, String word2, byte
fcValue
) {
74
Log.d(TAG, "--- update bigram: " + word1 + ", " + word2 + ", " +
fcValue
);
85
map.put(word2,
fcValue
);
/external/skia/src/ports/
SkFontHost_fontconfig.cpp
104
FcValue
fcvalue
;
local
105
fcvalue
.type = vtype;
108
fcvalue
.u.s = (FcChar8*) value;
111
fcvalue
.u.i = (int)(intptr_t)value;
116
FcPatternAdd(pattern, type,
fcvalue
, 0);
Completed in 601 milliseconds