OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fontIndex
(Results
1 - 5
of
5
) sorted by null
/external/icu/icu4c/source/samples/layout/
FontMap.cpp
207
le_int32
fontIndex
= fFontIndices[scriptCode];
209
if (
fontIndex
< 0) {
216
if (fFontInstances[
fontIndex
] == NULL) {
217
fFontInstances[
fontIndex
] = openFont(fFontNames[
fontIndex
], fPointSize, status);
220
sprintf(errorMessage, "Could not open font file %s", fFontNames[
fontIndex
]);
226
return fFontInstances[
fontIndex
];
/external/skia/tools/
create_test_font.cpp
336
int
fontIndex
= written_index(fontDesc);
337
if (
fontIndex
>= 0) {
338
fontDesc.fFontIndex =
fontIndex
;
362
int
fontIndex
;
367
for (
fontIndex
= 0;
fontIndex
< fontCount; ++
fontIndex
) {
368
const FontWritten& writ = gWritten[
fontIndex
];
385
for (
fontIndex
= 0;
fontIndex
< fontCount; ++fontIndex)
[
all
...]
/external/skia/src/pdf/
SkPDFDevice.cpp
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar
Completed in 6098 milliseconds