HomeSort by relevance Sort by last modified time
    Searched refs:fontIndex (Results 1 - 10 of 10) 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 378 int fontIndex = written_index(fontDesc);
379 if (fontIndex >= 0) {
380 fontDesc.fFontIndex = fontIndex;
401 int fontIndex;
402 for (fontIndex = 0; fontIndex < fontCount; ++fontIndex) {
403 const FontWritten& writ = gWritten[fontIndex];
  /external/skia/src/ports/
SkRemotableFontMgr_win_dw.cpp 170 for (int fontIndex = 0; fontIndex < count; ++fontIndex) {
172 HRNM(fontFamily->GetFont(fontIndex, &font), "Could not get font.");
174 HRN(FontToIdentity(font.get(), &fontIds[fontIndex]));
SkFontMgr_fontconfig.cpp 543 for (int fontIndex = 0; fontIndex < allFonts->nfont; ++fontIndex) {
544 FcPattern* current = allFonts->fonts[fontIndex];
716 for (int fontIndex = 0; fontIndex < allFonts->nfont; ++fontIndex) {
717 FcPattern* font = allFonts->fonts[fontIndex];
    [all...]
SkFontMgr_win_dw.cpp 893 for (UINT32 fontIndex = 0; fontIndex < fontCount; ++fontIndex) {
895 HRN(fontFamily->GetFont(fontIndex, &font));
    [all...]
  /external/pdfium/core/include/fpdfdoc/
fpdf_vt.h 196 CPVT_WordProps(FX_INT32 fontIndex, FX_FLOAT fontSize, FX_COLORREF wordColor = 0, FX_INT32 scriptType = 0, FX_INT32 wordStyle = 0,
198 nFontIndex(fontIndex), fFontSize(fontSize), dwWordColor(wordColor), nScriptType(scriptType),
  /external/pdfium/core/src/fpdfdoc/
pdf_vt.h 144 CPVT_WordInfo(FX_WORD word, FX_INT32 charset, FX_INT32 fontIndex, CPVT_WordProps * pProps):
146 nFontIndex(fontIndex), pWordProps(pProps)
  /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 121 milliseconds