Searched refs:bfchar (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFFont.cpp401 static void append_bfchar_section(const SkTDArray<BFChar>& bfchar, argument
404 for (int i = 0; i < bfchar.count(); i += 100) {
405 int count = bfchar.count() - i;
411 cmap->writeHexAsText(bfchar[i + j].fGlyphId, 4);
413 cmap->writeHexAsText(bfchar[i + j].fUnicode, 4);
441 // Generate <bfchar> and <bfrange> table according to PDF spec 1.4 and Adobe
445 // Current implementation guarantees bfchar and bfrange entries do not overlap.
521 // The spec requires all bfchar entries for a font must come before bfrange
/external/skia/src/pdf/
H A DSkPDFFont.cpp401 static void append_bfchar_section(const SkTDArray<BFChar>& bfchar, argument
404 for (int i = 0; i < bfchar.count(); i += 100) {
405 int count = bfchar.count() - i;
411 cmap->writeHexAsText(bfchar[i + j].fGlyphId, 4);
413 cmap->writeHexAsText(bfchar[i + j].fUnicode, 4);
441 // Generate <bfchar> and <bfrange> table according to PDF spec 1.4 and Adobe
445 // Current implementation guarantees bfchar and bfrange entries do not overlap.
521 // The spec requires all bfchar entries for a font must come before bfrange

Completed in 57 milliseconds