HomeSort by relevance Sort by last modified time
    Searched refs:glyphToUnicode (Results 1 - 25 of 26) sorted by null

1 2

  /external/skia/tests/
PDFGlyphsToUnicodeTest.cpp 38 SkTDArray<SkUnichar> glyphToUnicode;
42 glyphToUnicode.push_back(0); // 0
43 glyphToUnicode.push_back(0); // 1
44 glyphToUnicode.push_back(0); // 2
46 glyphToUnicode.push_back(0x20); // 3
48 glyphToUnicode.push_back(0x25); // 4
50 glyphToUnicode.push_back(0x27); // 5
52 glyphToUnicode.push_back(0x28); // 6
54 glyphToUnicode.push_back(0x29); // 7
56 glyphToUnicode.push_back(0x2F); //
    [all...]
  /external/skqp/tests/
PDFGlyphsToUnicodeTest.cpp 38 SkTDArray<SkUnichar> glyphToUnicode;
42 glyphToUnicode.push_back(0); // 0
43 glyphToUnicode.push_back(0); // 1
44 glyphToUnicode.push_back(0); // 2
46 glyphToUnicode.push_back(0x20); // 3
48 glyphToUnicode.push_back(0x25); // 4
50 glyphToUnicode.push_back(0x27); // 5
52 glyphToUnicode.push_back(0x28); // 6
54 glyphToUnicode.push_back(0x29); // 7
56 glyphToUnicode.push_back(0x2F); //
    [all...]
  /external/skia/src/pdf/
SkPDFMakeToUnicodeCmap.h 14 const SkUnichar* glyphToUnicode,
21 void SkPDFAppendCmapSections(const SkUnichar* glyphToUnicode,
SkPDFMakeToUnicodeCmap.cpp 152 void SkPDFAppendCmapSections(const SkUnichar* glyphToUnicode,
181 glyphToUnicode[gid] ==
196 currentRangeEntry.fUnicode = glyphToUnicode[gid];
209 const SkUnichar* glyphToUnicode,
216 SkPDFAppendCmapSections(glyphToUnicode, subset, &cmap, multiByteGlyphs,
SkPDFFont.cpp 397 const std::vector<SkUnichar>& glyphToUnicode =
399 SkASSERT(SkToSizeT(font.typeface()->countGlyphs()) == glyphToUnicode.size());
401 SkPDFMakeToUnicodeCmap(glyphToUnicode.data(),
746 const std::vector<SkUnichar>& glyphToUnicode = SkPDFFont::GetUnicodeMap(typeface, doc);
747 SkASSERT(glyphToUnicode.size() == SkToSizeT(typeface->countGlyphs()));
748 auto toUnicodeCmap = SkPDFMakeToUnicodeCmap(glyphToUnicode.data(),
    [all...]
SkPDFDevice.cpp     [all...]
  /external/skqp/src/pdf/
SkPDFMakeToUnicodeCmap.h 14 const SkUnichar* glyphToUnicode,
21 void SkPDFAppendCmapSections(const SkUnichar* glyphToUnicode,
SkPDFMakeToUnicodeCmap.cpp 152 void SkPDFAppendCmapSections(const SkUnichar* glyphToUnicode,
181 glyphToUnicode[gid] ==
196 currentRangeEntry.fUnicode = glyphToUnicode[gid];
209 const SkUnichar* glyphToUnicode,
216 SkPDFAppendCmapSections(glyphToUnicode, subset, &cmap, multiByteGlyphs,
SkPDFFont.cpp 401 const std::vector<SkUnichar>& glyphToUnicode =
403 SkASSERT(SkToSizeT(font.typeface()->countGlyphs()) == glyphToUnicode.size());
405 SkPDFMakeToUnicodeCmap(glyphToUnicode.data(),
750 const std::vector<SkUnichar>& glyphToUnicode = SkPDFFont::GetUnicodeMap(typeface, doc);
751 SkASSERT(glyphToUnicode.size() == SkToSizeT(typeface->countGlyphs()));
752 auto toUnicodeCmap = SkPDFMakeToUnicodeCmap(glyphToUnicode.data(),
    [all...]
SkPDFDevice.cpp     [all...]
  /external/skia/tools/fonts/
SkTestTypeface.h 74 void getGlyphToUnicodeMap(SkUnichar* glyphToUnicode) const override;
SkRandomScalerContext.cpp 167 void SkRandomTypeface::getGlyphToUnicodeMap(SkUnichar* glyphToUnicode) const {
168 fProxy->getGlyphToUnicodeMap(glyphToUnicode);
SkTestTypeface.cpp 125 void SkTestTypeface::getGlyphToUnicodeMap(SkUnichar* glyphToUnicode) const {
128 glyphToUnicode[gid] = SkTo<SkUnichar>(fTestFont->fCharCodes[gid]);
SkTestSVGTypeface.cpp 107 void SkTestSVGTypeface::getGlyphToUnicodeMap(SkUnichar* glyphToUnicode) const {
111 glyphToUnicode[g] = c;
    [all...]
  /external/skqp/tools/fonts/
SkTestTypeface.h 74 void getGlyphToUnicodeMap(SkUnichar* glyphToUnicode) const override;
SkRandomScalerContext.cpp 167 void SkRandomTypeface::getGlyphToUnicodeMap(SkUnichar* glyphToUnicode) const {
168 fProxy->getGlyphToUnicodeMap(glyphToUnicode);
SkTestTypeface.cpp 125 void SkTestTypeface::getGlyphToUnicodeMap(SkUnichar* glyphToUnicode) const {
128 glyphToUnicode[gid] = SkTo<SkUnichar>(fTestFont->fCharCodes[gid]);
  /external/skia/src/ports/
SkTypeface_win_dw.cpp 443 void DWriteFontTypeface::getGlyphToUnicodeMap(SkUnichar* glyphToUnicode) const {
445 sk_bzero(glyphToUnicode, sizeof(SkUnichar) * glyphCount);
456 if (0 < glyph && glyphToUnicode[glyph] == 0) {
458 glyphToUnicode[glyph] = c; // Always use lowest-index unichar.
SkTypeface_win_dw.h 116 void getGlyphToUnicodeMap(SkUnichar* glyphToUnicode) const override;
SkFontHost_win.cpp 375 SkUnichar* glyphToUnicode) {
376 sk_bzero(glyphToUnicode, sizeof(SkUnichar) * glyphCount);
411 if (glyph[j] != 0xFFFF && glyph[j] < glyphCount && glyphToUnicode[glyph[j]] == 0) {
412 glyphToUnicode[glyph[j]] = chars[j];
    [all...]
SkFontHost_mac.cpp     [all...]
  /external/skqp/src/ports/
SkTypeface_win_dw.cpp 443 void DWriteFontTypeface::getGlyphToUnicodeMap(SkUnichar* glyphToUnicode) const {
445 sk_bzero(glyphToUnicode, sizeof(SkUnichar) * glyphCount);
456 if (0 < glyph && glyphToUnicode[glyph] == 0) {
458 glyphToUnicode[glyph] = c; // Always use lowest-index unichar.
SkTypeface_win_dw.h 113 void getGlyphToUnicodeMap(SkUnichar* glyphToUnicode) const override;
SkFontHost_win.cpp 374 SkUnichar* glyphToUnicode) {
375 sk_bzero(glyphToUnicode, sizeof(SkUnichar) * glyphCount);
410 if (glyph[j] != 0xFFFF && glyph[j] < glyphCount && glyphToUnicode[glyph[j]] == 0) {
411 glyphToUnicode[glyph[j]] = chars[j];
    [all...]
SkFontHost_mac.cpp     [all...]

Completed in 520 milliseconds

1 2