Searched defs:fontIndex (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/icu/source/samples/layout/
H A DFontMap.cpp207 le_int32 fontIndex = fFontIndices[scriptCode]; local
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/icu/icu4c/source/samples/layout/
H A DFontMap.cpp207 le_int32 fontIndex = fFontIndices[scriptCode]; local
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/chromium_org/third_party/skia/tools/
H A Dcreate_test_font.cpp378 int fontIndex = written_index(fontDesc); local
379 if (fontIndex >= 0) {
380 fontDesc.fFontIndex = fontIndex;
401 int fontIndex; local
402 for (fontIndex = 0; fontIndex < fontCount; ++fontIndex) {
403 const FontWritten& writ = gWritten[fontIndex];
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_vt.h192 CPVT_WordProps(FX_INT32 fontIndex, FX_FLOAT fontSize, FX_COLORREF wordColor = 0, FX_INT32 scriptType = 0, FX_INT32 wordStyle = 0, argument
194 nFontIndex(fontIndex), fFontSize(fontSize), dwWordColor(wordColor), nScriptType(scriptType),
/external/pdfium/core/src/fpdfdoc/
H A Dpdf_vt.h142 CPVT_WordInfo(FX_WORD word, FX_INT32 charset, FX_INT32 fontIndex, CPVT_WordProps * pProps): argument
144 nFontIndex(fontIndex), pWordProps(pProps)
/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFDevice.cpp2042 int fontIndex = getFontResourceIndex(typeface, glyphID); local
2046 fontIndex).c_str());
2050 contentEntry->fState.fFont = fFontResources[fontIndex];
/external/skia/src/pdf/
H A DSkPDFDevice.cpp2141 int fontIndex = getFontResourceIndex(typeface, glyphID); local
2145 fontIndex).c_str());
2149 contentEntry->fState.fFont = fFontResources[fontIndex];
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2564 milliseconds