HomeSort by relevance Sort by last modified time
    Searched full:fontindex (Results 1 - 13 of 13) sorted by null

  /external/pdfium/core/fpdfdoc/
cpvt_wordinfo.h 16 CPVT_WordInfo(uint16_t word, int32_t charset, int32_t fontIndex);
cpvt_wordinfo.cpp 19 CPVT_WordInfo::CPVT_WordInfo(uint16_t word, int32_t charset, int32_t fontIndex)
25 nFontIndex(fontIndex) {}
  /external/icu/icu4c/source/samples/layout/
FontMap.cpp 211 le_int32 fontIndex = fFontIndices[scriptCode];
213 if (fontIndex < 0) {
220 if (fFontInstances[fontIndex] == NULL) {
221 fFontInstances[fontIndex] = openFont(fFontNames[fontIndex], fPointSize, status);
224 sprintf(errorMessage, "Could not open font file %s", fFontNames[fontIndex]);
230 return fFontInstances[fontIndex];
  /external/skia/src/ports/
SkRemotableFontMgr_win_dw.cpp 132 for (int fontIndex = 0; fontIndex < count; ++fontIndex) {
134 HRNM(fontFamily->GetFont(fontIndex, &font), "Could not get font.");
136 HRN(FontToIdentity(font.get(), &fontIds[fontIndex]));
SkFontMgr_fontconfig.cpp 624 for (int fontIndex = 0; fontIndex < allFonts->nfont; ++fontIndex) {
625 FcPattern* current = allFonts->fonts[fontIndex];
798 for (int fontIndex = 0; fontIndex < allFonts->nfont; ++fontIndex) {
799 FcPattern* font = allFonts->fonts[fontIndex];
    [all...]
SkFontMgr_win_dw.cpp 904 for (UINT32 fontIndex = 0; fontIndex < fontCount; ++fontIndex) {
906 HRN(fontFamily->GetFont(fontIndex, &font));
    [all...]
  /external/skqp/src/ports/
SkRemotableFontMgr_win_dw.cpp 132 for (int fontIndex = 0; fontIndex < count; ++fontIndex) {
134 HRNM(fontFamily->GetFont(fontIndex, &font), "Could not get font.");
136 HRN(FontToIdentity(font.get(), &fontIds[fontIndex]));
SkFontMgr_fontconfig.cpp 624 for (int fontIndex = 0; fontIndex < allFonts->nfont; ++fontIndex) {
625 FcPattern* current = allFonts->fonts[fontIndex];
798 for (int fontIndex = 0; fontIndex < allFonts->nfont; ++fontIndex) {
799 FcPattern* font = allFonts->fonts[fontIndex];
    [all...]
SkFontMgr_win_dw.cpp 904 for (UINT32 fontIndex = 0; fontIndex < fontCount; ++fontIndex) {
906 HRN(fontFamily->GetFont(fontIndex, &font));
    [all...]
  /external/skia/tools/fonts/
create_test_font.cpp 350 int fontIndex = written_index(fontDesc);
351 if (fontIndex >= 0) {
352 fontDesc.fFontIndex = fontIndex;
  /external/skqp/tools/
create_test_font.cpp 349 int fontIndex = written_index(fontDesc);
350 if (fontIndex >= 0) {
351 fontDesc.fFontIndex = fontIndex;
  /external/skia/src/pdf/
SkPDFDevice.cpp     [all...]
  /external/skqp/src/pdf/
SkPDFDevice.cpp     [all...]

Completed in 481 milliseconds